Get started with Astro IDE by entering a prompt, deploying to an ephemeral test Deployment, and testing your Airflow dag.
Workspace Author permissions let you create and edit projects with the Astro IDE, but you need Workspace Operator permissions to start an ephemeral test Deployment.
Projects in the Astro IDE are visible to all members of your Workspace, but sessions are private. Only you can see and access your own sessions and conversation history.
The Astro IDE ephemeral test environment sets AIRFLOW__SCHEDULER__USE_JOB_SCHEDULE=false by default. This means scheduled or downstream tasks do not run automatically. This setting enables the Test tab to give you direct, manual control over when tasks run, instead of relying on Airflow’s scheduler.
AI can make mistakes, and the generated code can sometimes throw an import error. If you have an import error, the hello_world_dag doesn’t appear in the Test tab, and the IDE lists the error in the Import Errors of the Test Output pane. To fix the error, paste the error message into the prompt box, so the IDE can suggest edits. Review the suggested changes, accept them, and click Sync to Test to update the Deployment.
You can also view your ephemeral test Deployment in the Airflow UI by clicking Open Airflow from the toolbar menu.
Your session persists even if you close your browser. The AI agent continues processing prompts in the background, and your full conversation history is preserved. Return to the Astro IDE at any time to resume where you left off.