*** 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
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
curl -fsSL [https://astropods.ai/install](https://astropods.ai/install) | sh or see [Install the CLI](/install-cli).
ast create hello-astro, then cd hello-astro && ast dev.