fly-io · GraphQL Specification

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`.

Documentation Endpoint View on GitHub GraphQL

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

https://api.fly.io/graphql

References

Related API Specs

Fly.io Machines API (OpenAPI) Fly.io Extensions API (OpenAPI)
Back to fly-io · All GraphQL Specs · GitHub