Skip to main content

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.

We provide pre-built templates for deploying an agent platform to your cloud. Agent platform templates take care of:
  1. Codebase setup. Everything wired up, ready to build on.
  2. Infrastructure setup. Containers, database, and networking wired up.
  3. Coding agent setup. Coding agents manage code, logs, and infrastructure.
Each template comes with:
  • AgentOS server: Runs agents and handles API requests. Runs as a container in your cloud.
  • PostgreSQL database: Stores sessions, memory, and traces. Runs in your cloud.
  • Webhook endpoints: Receive events from Slack, Telegram, and WhatsApp.
Templates are the recommended path for building agent platforms. They package the system so it is easy to start, easy to maintain, and a joy to build on.

Get started

1

Choose a template

Choose between a blank template and a solution template.
Deploy a clean installation of AgentOS to your infrastructure.

Docker

Run AgentOS using Docker.

Railway

Run AgentOS on Railway.

AWS

Run AgentOS on AWS ECS.
Browse all templates →
2

Connect to AgentOS UI

Open os.agno.com. Chat with agents, trace runs, manage knowledge, and approve sensitive actions.
3

Secure your AgentOS

Configure authentication and RBAC for production.