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

API entry from apis.yml

apis.yml Raw ↑
aid: fly-io:graphql-api
name: Fly.io GraphQL API
tags:
- Deployment
- GraphQL
- Infrastructure
- Networking
- Platform
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api.fly.io/graphql
humanURL: https://api.fly.io/graphql
properties:
- url: https://api.fly.io/graphql
  type: Documentation
description: 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`.