Home / Formulas / Fly.io

Fly.io

fly

Authenticate with Fly.io using API tokens. Access the Machines API for deploying and managing applications, machines, and volumes.

🔐 Authentication Methods

api_token
  • Install flyctl and run 'fly auth login' to authenticate
  • Run 'fly tokens create org' for organization-level access
  • Or run 'fly tokens create deploy' for app-specific deploy tokens
  • Copy the generated token

👤 Identity

Organization: e.g., personal, company-name

🌐 APIs

rest
Base URL: https://api.machines.dev/v1
Auth Header: Authorization: Bearer {token}
Spec Type: openapi
← Back to all formulas