- Run components on demand through API requests or interfaces such as Slack and Telegram.
- Maintain sessions across minutes, days, or weeks.
- Preserve state across restarts, replicas, and infrastructure failures.
- Protect application routes from unauthenticated access.
- Record runs and actions for monitoring.
my_app.py
What the runtime gives you
The runtime covers the ground between your agent code and a production service:
See Multi-framework support for adapter setup.
Explore
Agent API
Run your agent platform as an API.
Agent Storage
Add durability and persistence.
Observability
Tracing, run history, and audit logs in your own database.
Security and Auth
JWT validation, RBAC scopes, and per-request isolation.
Scheduling
In-process cron and multi-step workflows.
Interfaces
Reach users on Slack, Telegram, WhatsApp, A2A, and AG-UI.