> ## Documentation Index
> Fetch the complete documentation index at: https://agno-v2-service-account.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.

The Agno team provides a number of starter templates for running AgentOS, and agentic applications built on top of it, in your cloud of choice. We provide two kinds of templates:

1. **AgentOS Starters:** clean AgentOS installations, one per platform: Railway, AWS, Fly, GCP and more.
2. **Application Blueprints:** ready-to-use agentic solutions that you can deploy today.

## What's inside every Starter

Every starter template comes with a common platform core, along with cloud-specific deploy instructions.

| Component               | What it does                                                                                                |
| ----------------------- | ----------------------------------------------------------------------------------------------------------- |
| **Two platform agents** | ***Agent Builder*** creates agents, teams, and workflows. ***Platform Manager*** helps manage the platform. |
| **Two workflows**       | ***Deployment Check*** checks platform health and ***Run Evals*** runs the eval suite.                      |
| **MCP server**          | Makes your platform available to any AI app or MCP client.                                                  |
| **Coding-agent skills** | Manage your platform using skills like `/create-new-agent`, `/improve-agent` and more.                      |
| **Eval suite**          | Full AgentAsJudge and Reliability eval suite, ready to catch regressions.                                   |
| **PostgreSQL**          | Sessions, memory, knowledge, and traces all stored in your database.                                        |

## Get started

<Steps>
  <Step title="Pick 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 any cluster: EKS, GKE, AKS.
          </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 + Neon Postgres.
          </Card>
        </CardGroup>
      </Tab>

      <Tab title="Application Blueprints">
        <CardGroup cols={3}>
          <Card title="Dash" icon="chart-mixed" href="/deploy/templates/dash/overview">
            Self-learning data agent with 6 layers of context.
          </Card>

          <Card title="Coda" icon="code-branch" href="/deploy/templates/coda/overview">
            Code companion that lives in Slack.
          </Card>

          <Card title="Scout" icon="radar" href="/deploy/templates/scout/overview">
            Company brain across Slack, Drive, and wikis.
          </Card>

          <Card title="Context" icon="address-book" href="/deploy/templates/context/overview">
            Personal chief-of-staff.
          </Card>
        </CardGroup>
      </Tab>
    </Tabs>
  </Step>

  <Step title="Set up with a coding agent">
    Each Starter comes with a setup prompt you can give to coding agents like Claude Code, Cursor, or Codex. The agent clones the repo and sets everything up. Every template also comes with manual steps, but we recommend using coding agents for setup.
  </Step>

  <Step title="Connect your frontends">
    Connect your AgentOS to the [AgentOS UI](https://os.agno.com) with **Connect OS**, and to coding agents on your machine by running `uvx agno connect`. You can also use the AgentOS MCP server (`https://<agentos-domain>/mcp`) to connect your AgentOS to the Claude and ChatGPT apps.
  </Step>
</Steps>
