Fly.io ​
Deploy and manage apps, machines, and volumes on Fly.io edge infrastructure.
| Detail | Value |
|---|---|
| Category | Cloud & Infra |
| Base URL | https://api.machines.dev/v1 |
| Authentication | Bearer Token |
| Endpoints | 8 |
| Connector key | fly-io |
Using Fly.io in a workflow ​
- Go to Connections and click New Connection.
- Pick Fly.io from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /apps | List apps |
| POST /apps | Create an app |
| GET /apps/{app_name} | Get app details |
| GET /apps/{app_name}/machines | List machines |
| POST /apps/{app_name}/machines | Create a machine |
| POST /apps/{app_name}/machines/{machine_id}/start | Start a machine |
| POST /apps/{app_name}/machines/{machine_id}/stop | Stop a machine |
| GET /apps/{app_name}/volumes | List volumes |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.