Skip to content

Fly.io ​

Deploy and manage apps, machines, and volumes on Fly.io edge infrastructure.

DetailValue
CategoryCloud & Infra
Base URLhttps://api.machines.dev/v1
AuthenticationBearer Token
Endpoints8
Connector keyfly-io

Using Fly.io in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Fly.io from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /appsList apps
POST /appsCreate an app
GET /apps/{app_name}Get app details
GET /apps/{app_name}/machinesList machines
POST /apps/{app_name}/machinesCreate a machine
POST /apps/{app_name}/machines/{machine_id}/startStart a machine
POST /apps/{app_name}/machines/{machine_id}/stopStop a machine
GET /apps/{app_name}/volumesList volumes

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.