Welcome to Astro AI

Deploy and run AI agents with agent-native infrastructure

View as Markdown

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

Concepts

  • Astropods Spec — Declarative YAML format (astropods.yml) that describes an agent’s topology: container, models, knowledge stores, tools, and ingestion. See Astropods 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 — 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

1

Install the CLI

Run curl -fsSL https://astropods.ai/install | sh or see Install the CLI.

2

Create and run an agent

Follow Your first project: ast create hello-astro, then cd hello-astro && ast dev.