Skip to main content

Documentation Index

Fetch the complete documentation index at: https://agno-v2-docs-align-with-readme.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Agno gives you four templates: one foundational, three production.
If you’re…Start with
Building your own agent platform from a blank canvasAgent Platform
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

Start from a blank canvas

The Agent Platform template is the leanest foundation: AgentOS, Postgres, Docker for local, Railway for production, two reference agents, and Claude Code prompts that build and improve agents for you.

Agent Platform

The foundational template. Ship a new agent without writing code; recursively improve it from trace data.

Or start from a production template

Each of these 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.

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.

What every template comes with

  • Docker Compose for local dev (docker compose up -d --build)
  • Railway scripts for one-command deploy (./scripts/railway/up.sh)
  • JWT-based auth for multi-user, multi-tenant deployment. Secure by default
  • Eval suite for the agent’s specific behaviors
Or browse the Demo OS reference for the kitchen-sink view of every Agno feature.