Skip to main content
Agno gives you three production templates, a kitchen-sink reference and a starter. Pick the closest to your use case, then dive in.
If you’re…Start with
Building an agent that can query Slack, GDrive, internal wikisScout
Building an agent for data analytics, BI, metricsDash
Building a code companion to help maintain your codebaseCoda
Looking for a kitchen-sink with every Agno featureDemo OS
Starting from a starter (AgentOS + Postgres on Railway)Starter Template

What every template comes with

  • Docker Compose for local dev (docker compose up -d --build)
  • Railway scripts for one-command deploy (./scripts/railway_*.sh)
  • Slack manifest so you can install the bot in your Slack workspace
  • JWT-based auth for multi-user, multi-tenant deployment. Secure by default
  • Eval suite for the agent’s specific behaviors
Each template gets you 90% of the way to a deployed product. The work that’s left is wiring up your data, your knowledge, and your interfaces.

Dive in

Scout

Context agent over Slack, Drive, MCP, custom sources.

Dash

Self-learning data agent over a SaaS metrics dataset.

Coda

Code companion in Slack with daily digest and issue triage.
Or browse the Demo OS reference for the kitchen-sink view.