Fly.io
active

Run apps close to users — Machines API, global Anycast, GPUs, Postgres, volumes

hosting-deployBearer TokenFREEMIUM
🤖 00 ↓  |  👤 00
Official Documentation

Connect via PincerAPI

Use our proxy to call Fly.io with your PincerAPI key. No separate signup needed.

# Get instructions for Fly.io
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
  https://pincerapi.com/api/v1/apis/fly-io/instructions

# Call through PincerAPI proxy
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
  "https://pincerapi.com/api/v1/connect/fly-io/your/endpoint/here"

Direct Setup

Endpoints

GET/apps

List apps in your organization

GET/apps/{app_name}/machines

List machines in an app

POST/apps/{app_name}/machines

Create a new machine

POST/apps/{app_name}/machines/{machine_id}/start

Start a stopped machine

Related APIs in hosting-deploy