fly-io GraphQL API
The Fly.io GraphQL API provides a programmatic interface for managing Fly.io platform resources including applications, IP address allocations, organizations, and networking configuration. The endpoint is available at https://api.fly.io/graphql and includes an interactive GraphiQL explorer with schema introspection and documentation tabs accessible directly in the browser. Authentication requires an Authorization Bearer token, which can be obtained by running `flyctl auth token`.
Overview
fly-io GraphQL API is a GraphQL API specification published by fly-io on the APIs.io network.
The Fly.io GraphQL API provides a programmatic interface for managing Fly.io platform resources including applications, IP address allocations, organizations, and networking configuration. The endpoint is available at https://api.fly.io/graphql and includes an interactive GraphiQL explorer with schema introspection and documentation tabs accessible directly in the browser. Authentication requires an Authorization Bearer token, which can be obtained by running flyctl auth token.
The GraphQL endpoint is available at https://api.fly.io/graphql. documentation is published at https://api.fly.io/graphql.
The specification includes 1 reference link.
Endpoint
References
- Documentation https://api.fly.io/graphql