F
Fly.io GraphQL API
Details
- Endpoint
-
https://api.fly.io/graphql - Spec
- introspection
- Docs
- https://fly.io/docs/mcp/deploy-with/machines-api/
Authentication
Authorization: Bearer <credential> Create a token with flyctl after signing in. The easiest path is to install flyctl, run `fly auth login`, then mint a scoped token using `fly tokens create` such as fly tokens create deploy -a <app> or fly tokens create org -o <org>. The token docs are in Access Tokens.