Fly.io
Read Fly.io apps and their machines.
Connect Fly.io with an org or deploy token to list apps per organization and inspect their machines.
Connect
| Credential field | Required | Where it comes from |
|---|---|---|
API token (API_TOKEN) | Yes | A Fly.io token, sent as a Bearer token. |
Tools
| Tool | Access | What it does |
|---|---|---|
List apps (yekar.fly-io.list-apps) | Read | List one Fly organization's apps. |
Get app (yekar.fly-io.get-app) | Read | Read one app's status and organization. |
List machines (yekar.fly-io.list-machines) | Read | List one app's machines with their state, region and image. |
Notes
- Mint a token with
fly tokens create org(broad) orfly tokens create deploy -a app(one app).