# Fly AI integration on Definable

> Fly.io transforms containers into micro-VMs that run on hardware in 30+ regions on six continents.

## What this connects

Fly.io transforms containers into micro-VMs that run on hardware in 30+ regions on six continents.

Vendor: https://fly.io/

## Tools available

**45** tools available. First 12:

- `FLY_ADD_WIRE_GUARD_PEER` — Add WireGuard Peer — Tool to add a WireGuard peer connection to a Fly.io organization for private network access. Use when setting up VPN access or private networking between your infrastructure and Fly.io.
- `FLY_CHECK_APP_NAME_AVAILABILITY` — Check App Name Availability — Tool to validate an app name for Fly.io app creation. Use when you need to check if a proposed app name is available before attempting to create a new app. Returns availability status via GraphQL query.
- `FLY_CHECK_JOBS` — Check Jobs — Execute GraphQL queries against the Fly.io checkJobs endpoint. Retrieves check jobs with their schedules, URLs, and configuration. Supports pagination via first/last/after/before parameters. Returns both data and errors for flexible error handling.
- `FLY_CHECK_USER_ONLY_TOKEN` — Check User Only Token — Check whether the authentication token only allows user access. Returns false if the token allows organization access, true if it only allows user access.
- `FLY_CREATE_CHECK_JOB` — Create Health Check Job — Tool to create a health check job for monitoring application endpoints in Fly.io. Use when you need to set up automated health monitoring for a URL from multiple geographic locations.
- `FLY_CREATE_CHECK_JOB_RUN` — Create Check Job Run — Triggers a run of an existing health check job on Fly.io. Use when you need to manually trigger a health check for monitoring or testing purposes.
- `FLY_CREATE_DELEGATED_WIRE_GUARD_TOKEN` — Create Delegated WireGuard Token — Tool to create a delegated WireGuard token for peer management in a Fly.io organization. Use when you need to generate a token for managing WireGuard peers with delegated access.
- `FLY_CREATE_THIRD_PARTY_CONFIGURATION` — Create Third-Party Configuration — Tool to create a third-party service configuration for discharging macaroon caveats. Use when you need to configure external authorization services for Fly.io token validation.
- `FLY_DELETE_DELEGATED_WIRE_GUARD_TOKEN` — Delete Delegated WireGuard Token — Tool to delete a delegated WireGuard token from a Fly.io organization. Use when you need to revoke or remove an existing WireGuard token that was previously created. Either token or name must be provided to identify which token to delete.
- `FLY_DELETE_ORGANIZATION` — Delete Organization — Tool to delete a Fly.io organization and all its associated resources using the GraphQL API. Use when you need to permanently remove an organization. This operation is irreversible.
- `FLY_DELETE_REMOTE_BUILDER` — Delete Remote Builder — Tool to delete a remote builder configuration for a Fly.io organization. Use when you need to remove the remote builder setup from an organization.
- `FLY_DELETE_THIRD_PARTY_CONFIGURATION` — Delete Third Party Configuration — Tool to delete a third-party service configuration from Fly.io. Use when you need to remove an existing third-party service integration or configuration that was previously created.

## Auth

Auth schemes: `API_KEY`, `OAUTH2`.

## How agents use Fly

Inside a Definable workflow, Fly is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Fly** — the Researcher (GPT-5.5) pulls context from Fly (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Fly** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Fly (create record, post message, draft email).
- **Designer / Engineer → Distributor → Fly** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Fly (attach file, open PR comment, post status).

The Verifier checks every Fly call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- developer tools — https://definable.ai/apps/category/developer-tools/

## Related

- HTML page: https://definable.ai/apps/fly/
- Same category (developer tools): https://definable.ai/apps/category/developer-tools/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
