For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
      • AstroFully-managed data operations, powered by Apache Airflow.
      • Astro Private CloudRun Airflow-as-a-service in your environment.
      • Professional ServicesExpert Airflow services for your enterprise's success.
    • Tools
      • Cosmos
      • Orbiter
      • CLI
      • AI SDK
      • Agents
      • Blueprint
      • UpdatesThe State of Airflow 2026See the insights from over 5,800 data practitioners in the full report. Download Now ➔
  • Customers
  • Docs
    • Insights
      • Blog
      • Webinars
      • Resource Library
      • Events
    • Education
      • Academy
      • What is Airflow?
  • Pricing
Get Started Free
    • Overview
        • Overview
        • Quickstart
        • Customize Otto
        • Upgrade Airflow with Otto
      • MCP servers
      • Toggle AI features
    • Book Office Hours

Product

  • Platform Overview
  • Astro
  • Astro Observe
  • Astro Private Cloud
  • Security & Trust
  • Pricing

Tools & Services

  • Cosmos
  • Docs
  • Professional Services
  • Product Updates

Use Cases

  • AI Ops
  • Data Observability
  • ETL/ELT
  • ML Ops
  • Operational Analytics
  • All Use Cases

Industries

  • Financial Services
  • Gaming
  • Retail
  • Manufacturing
  • Healthcare
  • All Industries

Resources

  • Academy
  • eBooks & Guides
  • Blog
  • Webinars
  • Events
  • The Data Flowcast Podcast
  • All Resources

Airflow

  • What is Airflow
  • Airflow on Astro
  • Airflow 3.0
  • Airflow Upgrades
  • Airflow Use Cases
  • Airflow 2.x End of Life

Company

  • Our Story
  • Customers
  • Newsroom
  • Careers
  • Contact

Support

  • Knowledge Base
  • Status
  • Contact Support
GitHubYouTubeLinkedInx
  • Legal
  • Privacy
  • Terms of Service
  • Consent Preferences

  • Do Not Sell or Share My Personal information
  • Limit the Use Of My Sensitive Personal Information

Apache Airflow®, Airflow, and the Airflow logo are trademarks of the Apache Software Foundation. Copyright © Astronomer 2026. All rights reserved.

LogoLogo
On this page
  • Key capabilities
  • How to access Otto
  • How Otto is versioned
  • Next steps
AI featuresOtto

Otto overview

Edit this page
Built with
Labs
This feature is in Labs.

Otto, Astronomer’s data engineering agent, is purpose built for the work data engineers do on Apache Airflow. It builds and debugs pipelines, investigates production failures, plans and executes upgrades and migrations, explores and profiles your data, and gets meaningfully better the longer your team uses it.

Otto is grounded in context that no general-purpose agent has access to. Public Airflow knowledge forms the baseline. On top of that sits a proprietary compatibility knowledge base maintained by Astronomer, built from eight years of running Airflow at enterprise scale. The third layer is your team’s own accumulated memory: conventions, corrections, connection configs, and operational history that compound every session.

Key capabilities

Exploration: Query your warehouse, trace lineage, and profile tables from your agent session. Otto answers business questions about your data, checks freshness, and surfaces upstream and downstream dependencies.

Dag Authoring and Debugging: Describe what you need in natural language. Otto writes the Dag, configures connections, triggers a run, and iterates until it works. When something breaks, it pulls task logs, reads the Dag source, inspects variables and connections, and edits the code to fix the failure.

Investigate production failures: When a Dag fails, ask Otto to diagnose it. Otto reads task logs, run history, connections, and Dag source, then works through the diagnosis interactively.

Airflow Upgrades: Otto analyzes your Dag fleet against Astronomer’s proprietary compatibility knowledge base, identifies breaking changes, proposes specific code fixes, and produces a prioritized upgrade plan.

Migrations: Otto helps you move workflows to Airflow on Astro from legacy and third-party orchestration systems.

Otto extends these capabilities through skills it loads on demand. See Skills.

How to access Otto

Otto is available through the astro otto command in the Astro CLI and in the Astro IDE.

  • Astro CLI — Run astro otto from any Astro project folder to launch the interactive terminal user interface (TUI). The command is pre-authenticated with your Astro credentials and pre-configured with skills and proprietary context. See the quickstart.
  • Astro IDE — The AI features in the Astro IDE are powered by Otto. Code generation, Dag authoring, and project-aware suggestions use Otto’s context and skills.

How Otto is versioned

Otto ships as a standalone binary that versions independently of the Astro CLI. The first time you run astro otto, the CLI downloads Otto to ~/.astro/bin/otto. On subsequent launches, the CLI checks for newer releases and applies them automatically before launching the agent.

To opt out of automatic updates, set otto.auto_update to false. The CLI then prints an upgrade hint instead, and you apply updates manually with astro otto update. See Configure the Astro CLI for the config option.

You don’t need to upgrade the Astro CLI to pick up new Otto features or fixes. Check your installed version with astro otto version.

Next steps

  • Quickstart: Run your first Otto session
  • Usage modes
  • Tools
  • Skills
  • Memory
  • Customize Otto