Agno is an SDK for building agent platforms.Documentation Index
Fetch the complete documentation index at: https://docs.agno.com/llms.txt
Use this file to discover all available pages before exploring further.
- Build agents using any agent framework.
- Run them as production services with tracing, scheduling, and RBAC.
- Manage using a single control plane.

What you can build
Agno can bring any agent to life, here are some examples:- Coda → A code companion that lives in Slack and works alongside your team.
- Dash → A self-learning data agent that grounds answers in 6 layers of context.
- Scout → A context agent that navigates Slack and Google Drive to answer questions.
- Auto Improving Agent Platform → Build your own agent platform with an auto-improvement loop.
Features
Agno is designed for teams building production-grade agents. It comes with:- Production API. 50+ endpoints with SSE and websockets to build a product on top.
- Storage. Store sessions, memory, knowledge, and traces in your own database.
- 100+ integrations. Integrate with 100+ tools using pre-built toolkits.
- Context Providers. Access live data from Slack, Drive, wikis, MCP, and custom sources.
- Human approval. Pause runs for user confirmation. Block tools that require admin approval.
- Observability. Get monitoring via OpenTelemetry tracing, run history, and audit logs out of the box.
- Security. Get JWT-based RBAC and multi-user, multi-tenant isolation out of the box.
- Interfaces. Expose your agents via Slack, Telegram, WhatsApp, Discord, AG-UI, A2A.
- Scheduling. Cron-based scheduling and background jobs with no external infrastructure.
- Deploy anywhere. Run on any cloud platform that runs containers. Docker, Railway, AWS, GCP.
Get Started
Build your first agent
Build your first agent in 20 lines of code.
Build an agent platform
Build an auto-improving agent platform managed entirely by claude code.
Start from a template
Build on top of production-ready templates: Scout, Dash, Coda.