Skip to main content
AgentOS is the FastAPI for agents. It serves agents as an API, an MCP server, and through chat interfaces like Slack, Telegram, and WhatsApp. Here’s the simplest possible example:
workbench.py
AgentOS covers the valley of death between an agent definition and a live service. It gives agents a durable runtime, multi-user RBAC, background execution, checkpointing, session management, tracing, evals, guardrails, and more. Build agents, teams, and workflows with the Agno SDK. Run them with AgentOS. Manage and monitor them using the Control Plane.

What the runtime gives you

The runtime covers the ground between your agent code and a production service:

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.