An agent in a notebook is an experiment — to make it a product, you need to deploy it where your users are. These templates handle the infrastructure so you can focus on building agents. For runtime features, see AgentOS.Documentation Index
Fetch the complete documentation index at: https://agno-v2-fix-deploy-docs-restructure.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Templates
Templates handle the infrastructure. You build the agents. Pick a platform, deploy, and connect to the control plane. Each template deploys the same core stack:- AgentOS server — Runs agents, handles API requests (container in your cloud)
- PostgreSQL — Stores sessions, memory, traces (your database)
- pgvector — Stores knowledge for RAG (PostgreSQL extension)
- Webhook endpoints — Receives events from Slack/Telegram/WhatsApp
Want a head start? Check out pre-built solutions like Dash, Scout, and Coda with self-learning and context retrieval already wired up.
After Deployment
That’s it — your agent platform is running.Verify
Check your deployment is healthy.
Connect
Open os.agno.com — one UI for your agentic software. Chat with agents, trace runs, manage knowledge, and approve sensitive actions.
Secure
Configure authentication and RBAC for production.
Next Steps
Connect Interfaces
Add Slack, Telegram, or WhatsApp.
Browse Apps
Ready-to-deploy agents, teams, and workflows.
AgentOS Features
Sessions, memory, scheduling, and more.