Houston API

Develop and test Houston API queries

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:

    1{"authorization": "<your-api-token>"}

You can now run Houston API queries directly in your browser using the Play button in the GraphQL playground.