For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Added new properties apiUrl and uiUrl to the Deployment schema, providing URLs for accessing the Airflow API and UI respectively. For Airflow 2, the apiUrl and uiUrl point to the webserver. For Airflow 3 Deployments, these point to the API server.
Updated the Deployment schema to require the apiUrl and uiUrl properties.
Added
New properties in the Deployment schema:
apiUrl:
Description: The base URL to directly access the Airflow API.