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.

Every team building agents builds the same system from scratch:
  • A server to run the agents (batch, streaming, or background mode).
  • A database for sessions, runs, traces, and memory.
  • Auth and RBAC, validated via JWT on every request.
That system is the agent platform. Build the foundation once and every new agent slots into the same runtime, storage, and connectors. This guide builds it with FastAPI and Postgres.

Managed by coding agents

Everything lives in one place: agent code, logs, traces, evals, and the live service. Claude Code manages the full lifecycle: create an agent, improve it, extend it, and evaluate it.

Build it step by step

StepWhat happens
Run LocallyRun your agent platform (AgentOS + Postgres) locally using docker.
Create an AgentUse Claude Code to create a new agent.
Improve an AgentUse Claude Code to read container logs and improve an agent.
Run on RailwayRun your agent platform on Railway.
Run EvalsLock in behavior with regression tests.
Next StepsTeams, workflows, scheduling, and Slack interfaces.