Skip to main content

Documentation Index

Fetch the complete documentation index at: https://astronomer-preview.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

The Astronomer Houston API is available in a GraphQL playground where you can view the Houston API schema and documentation, as well as model, test, and export requests. To test requests in the playground, you must have a valid authentication token.
  1. Access the Astronomer Houston API GraphQL playground at https://houston.<your-base-domain>/v1.
  2. Click HTTP Headers.
  3. Add your authentication token in the following format:
    {"authorization": "<your-api-token>"}
    
You can now run Houston API queries directly in your browser using the Play button in the GraphQL playground.