*** title: Welcome to Astro AI subtitle: Deploy and run AI agents with agent-native infrastructure slug: welcome layout: overview hide-toc: true hide-feedback: true hide-nav-links: true --------------------

Get started

Welcome to Astro AI

Astro AI is a platform for deploying and running AI agents. It provides agent-native infrastructure including models, knowledge bases, tool integrations, and observability. Agents are defined with a declarative spec, built and pushed with the CLI, and deployed through the API or dashboard.
Astro AI Hero
## What you can do Download and install the `ast` CLI for your platform Install the CLI, create an agent, and run locally in three steps Describe your agent with an AGENT.md file for discovery and display Log in and push your agent to the Astro AI registry (requires account) Log in with `ast login` and manage credentials ## Concepts * **Astropods Spec** — Declarative YAML format (astropods.yml) that describes an agent's topology: container, models, knowledge stores, tools, and ingestion. See [Astropods Spec](/astropods-package-spec). * **Agent Card** — A Markdown file with YAML frontmatter (AGENT.md) that describes what an agent does, who built it, and what it connects to. See [Make your agent discoverable](/agent-card). * **Agent** — A deployable unit defined by an astropods.yml spec: container image, models, knowledge stores, tools, and integrations. * **Registry** — Astro AI registry where agent images and spec artifacts are published. ## Next steps Run curl -fsSL [https://astropods.ai/install](https://astropods.ai/install) | sh or see [Install the CLI](/install-cli). Follow [Your first project](/get-started): ast create hello-astro, then cd hello-astro && ast dev.