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

# Welcome to Agno

> Build, run, and manage agent platforms.

Agno provides an SDK, a runtime, and a control plane for building agent platforms.

| Product           | Description                                                                                   |
| ----------------- | --------------------------------------------------------------------------------------------- |
| **SDK**           | Build agents, teams, and workflows with memory, knowledge, guardrails, and 100+ integrations. |
| **AgentOS**       | Run your agent platform in production with a stateless, secure FastAPI backend.               |
| **Control Plane** | Monitor and manage your system using the AgentOS UI.                                          |

<Frame caption="Your Agent Platform">
  <img src="https://mintcdn.com/agno-v2-codex-docs-audit-20260719-0149/bIPIMVyLnRFftlij/images/demo-os.png?fit=max&auto=format&n=bIPIMVyLnRFftlij&q=85&s=b58aee1594b33bfa775e696330560eb9" alt="AgentOS UI" style={{ borderRadius: "0.5rem" }} width="3192" height="2038" data-path="images/demo-os.png" />
</Frame>

AgentOS runs your agent platform as a FastAPI application in your cloud. The fastest way to get started is to give your coding agent this prompt (select your cloud provider).

<Tabs>
  <Tab title="Railway">
    <Snippet file="setup-prompt-railway.mdx" />
  </Tab>

  <Tab title="Docker">
    <Snippet file="setup-prompt-docker.mdx" />
  </Tab>

  <Tab title="AWS">
    <Snippet file="setup-prompt-aws.mdx" />
  </Tab>

  <Tab title="Fly">
    <Snippet file="setup-prompt-fly.mdx" />
  </Tab>

  <Tab title="GCP">
    <Snippet file="setup-prompt-gcp.mdx" />
  </Tab>

  <Tab title="Kubernetes">
    <Snippet file="setup-prompt-helm.mdx" />
  </Tab>

  <Tab title="Azure">
    <Snippet file="setup-prompt-azure.mdx" />
  </Tab>

  <Tab title="Render">
    <Snippet file="setup-prompt-render.mdx" />
  </Tab>

  <Tab title="Modal">
    <Snippet file="setup-prompt-modal.mdx" />
  </Tab>
</Tabs>

## Common use cases

| Team             | Use cases                                                                      |
| ---------------- | ------------------------------------------------------------------------------ |
| Product          | Product copilots, chatbots, and agentic application features                   |
| ML and AI        | Data labeling, extraction, classification, synthetic data, and eval generation |
| Data science     | Data enrichment, segmentation, and training data curation                      |
| Data engineering | Data quality audits, failure analysis, and recurring reports                   |

## Get started

| Task                                        | Guide                                      |
| ------------------------------------------- | ------------------------------------------ |
| Build your first agent                      | [First Agent](/first-agent)                |
| Build an agent platform with a coding agent | [Agent Platform](/agent-platform/overview) |
