> ## Documentation Index
> Fetch the complete documentation index at: https://agno-v2-docs-scavio-google-v2.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# AgentOS Templates

> Pre-built starter templates for running AgentOS in your cloud.

Starter templates give you a working platform with deployment, persistence, evals, and coding-agent workflows already wired in. Choose a template for your deployment target, or fork a complete agent application and adapt it to your use case.

## Choose a template

<Tabs>
  <Tab title="AgentOS Starters">
    <CardGroup cols={3}>
      <Card title="Railway" icon="train" href="/deploy/templates/railway/deploy">
        Run AgentOS and PostgreSQL on Railway.
      </Card>

      <Card title="Docker" icon="docker" href="/deploy/templates/docker/deploy">
        Run locally or self-host anywhere Docker runs.
      </Card>

      <Card title="AWS" icon="aws" href="/deploy/templates/aws/deploy">
        ECS Express Mode with RDS PostgreSQL.
      </Card>

      <Card title="Fly" icon="plane" href="/deploy/templates/fly/deploy">
        A single always-on machine on Fly.io.
      </Card>

      <Card title="GCP" icon="google" href="/deploy/templates/gcp/deploy">
        Cloud Run with Cloud SQL.
      </Card>

      <Card title="Kubernetes" icon="dharmachakra" href="/deploy/templates/helm/deploy">
        A Helm chart for EKS, GKE, AKS, or your own cluster.
      </Card>

      <Card title="Azure" icon="microsoft" href="/deploy/templates/azure/deploy">
        Container Apps with PostgreSQL.
      </Card>

      <Card title="Render" icon="cloud" href="/deploy/templates/render/deploy">
        A Blueprint with managed PostgreSQL.
      </Card>

      <Card title="Modal" icon="bolt" href="/deploy/templates/modal/deploy">
        Modal with Neon Postgres.
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Apps">
    <CardGroup cols={2}>
      <Card title="Dash" icon="chart-mixed" href="/deploy/templates/dash/overview">
        Ask business questions in plain English and get grounded answers from your data.
      </Card>

      <Card title="Coda" icon="code-branch" href="/deploy/templates/coda/overview">
        Review pull requests, triage issues, and answer architecture questions from Slack.
      </Card>

      <Card title="Scout" icon="radar" href="/deploy/templates/scout/overview">
        Find company knowledge across Slack, Drive, wikis, the web, and MCP sources.
      </Card>

      <Card title="Context" icon="address-book" href="/deploy/templates/context/overview">
        Give your AI tools a shared CRM and knowledge base for your work.
      </Card>
    </CardGroup>
  </Tab>
</Tabs>

## What every AgentOS Starter includes

| Included                               | Why it matters                                                                                               |
| -------------------------------------- | ------------------------------------------------------------------------------------------------------------ |
| **Agent Builder and Platform Manager** | Create agents, teams, and workflows from chat, then inspect runtime state and platform health                |
| **Coding-agent skills**                | Set up the repository, create and extend agents, run evals, and check the project for drift                  |
| **AgentOS API and MCP server**         | Serve agents, teams, and workflows through REST and MCP, then manage and monitor them from the Control Plane |
| **Evals and scheduled checks**         | Check response quality and tool calls, then run deployment checks on a schedule                              |
| **PostgreSQL**                         | Persist sessions, memory, knowledge, eval results, and traces in your database                               |

## Build with a coding agent

Each Starter includes a setup prompt and a `/setup-platform` skill for Claude Code, Codex, and Cursor. It checks Docker, configures the environment, starts AgentOS, verifies the MCP endpoint, and builds your first agent with you.

[Build with coding agents](/deploy/templates/improve-agents)
