> ## 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.

# Deploy AgentOS

> Deploy your agent platform to your cloud.

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

<Steps>
  <Step title="Choose a template">
    Choose between a **blank template** and a **solution template**.

    <Tabs>
      <Tab title="Blank Template">
        Deploy a clean installation of AgentOS to your infrastructure.

        <CardGroup cols={3}>
          <Card title="Docker" icon="docker" href="/deploy/templates/docker/deploy">
            Run AgentOS using Docker.
          </Card>

          <Card title="Railway" icon="train" href="/deploy/templates/railway/deploy">
            Run AgentOS on Railway.
          </Card>

          <Card title="AWS" icon="aws" href="/deploy/templates/aws/deploy">
            Run AgentOS on AWS ECS.
          </Card>
        </CardGroup>
      </Tab>

      <Tab title="Solution Template">
        Production-ready codebases with agents already set up.

        <CardGroup cols={3}>
          <Card title="Dash" icon="chart-mixed" href="/deploy/templates/dash/overview">
            Self-learning data agent.
          </Card>

          <Card title="Scout" icon="radar" href="/deploy/templates/scout/overview">
            Company intelligence agent.
          </Card>

          <Card title="Coda" icon="code" href="/deploy/templates/coda/overview">
            Code companion that lives on Slack.
          </Card>
        </CardGroup>
      </Tab>
    </Tabs>

    [Browse all templates →](/deploy/templates)
  </Step>

  <Step title="Connect to AgentOS UI">
    Open [os.agno.com](https://os.agno.com). Chat with agents, trace runs, manage knowledge, and approve sensitive actions.
  </Step>

  <Step title="Secure your AgentOS">
    Configure [authentication and RBAC](/agent-os/security/overview) for production.
  </Step>
</Steps>
