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
      • Documentation overview
      • Log in to Astronomer Software
      • Create a project
    • 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
  • Prerequisites
  • Log in to the Astronomer Software UI
  • Log in to the Astro CLI
  • Access a different base domain
Get started

Log in to Astronomer Software

Edit this page
Built with

You can use the Astronomer Software UI and the Astro CLI to view and modify your Workspaces, Deployments, environment variables, tasks, and users. You need to authenticate your user credentials when you’re using the Astronomer Software UI or the Astro CLI for development on Astro.

Prerequisites

  • An Astronomer account.
  • The Astro CLI.

Log in to the Astronomer Software UI

  1. Go to <basedomain>.astronomer.io.

  2. Log in to the Software UI using one of the authentication methods that has been configured by your organization. To integrate an identity provider (IdP) with Astronomer Software, see Integrate an auth system on Astronomer Software.

Log in to the Astro CLI

Developing locally with the Astro CLI does not require an Astro account. This includes commands such as astro dev start and astro dev pytest. If you want to use functionality specific to Astronomer Software, including managing users and deploying DAGs, you must first log in to Astro with the Astro CLI.

  1. In the Astro CLI, run the following command:

    1astro login <basedomain>
  2. Enter your username and password or use an OAuth token for authentication:

    • Press Enter.
    • Copy the URL in the command prompt, open a browser, paste the URL in the address bar, and then press Enter. If you’re not taken immediately to the Astronomer Auth Token page, log in to Astronomer Software, paste the URL in the address bar, and press Enter.
    • Copy the OAuth token, paste it in the command prompt after oAuth Token, and then press Enter.
If you can’t enter your password in the command prompt, your organization is using an alternative authentication method. Contact your administrator, or use an OAuth token for authentication.

Access a different base domain

When you need to access multiple installations of Astronomer Software with the Astro CLI at the same time or you need to use Astro and Astronomer Software at the same time, you need to authenticate to each cluster individually by specifying its base domain.

A base domain or URL is the static element of a website address. For example, when you visit the Astronomer website, the address bar always displays astronomer.io no matter what page you access on the Astronomer website.

For Astronomer Software, every cluster has a base domain that you must authenticate to in order to access it. If your organization has multiple clusters, you can run Astro CLI commands to quickly move from one base domain to another. This can be useful when you need to move from an Astronomer Software installation to Astro and are using the Astro CLI to perform actions on both accounts.

  1. Run the following command to view a list of base domains for all Astronomer installations that you can access and to confirm your default base domain:

    astro context list
  2. In the Astro CLI, run the following command to re-authenticate to the target base domain:

    astro login
  3. Run the following command to switch to a different base domain:

    astro context switch <basedomain>

    For example, if the base domain you wanted to switch to was astronomer.io, you would run:

    astro context switch astronomer.io