Skip to main content
Fly logo

Fly

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

This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.

Connect

Fly authenticates with an API key. Generate the credential in your Fly account, then paste it into FlyMyAI the first time an agent uses a Fly action.

Get your Fly credential →

Fields to fill in FlyMyAI

FieldDetails
API keyYour Fly API credential. Create or find it in your account settings (usually under API / Developer settings). (required)

Actions

Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.

ActionWhat it doesRequired inputs
FLY_ADD_WIRE_GUARD_PEERTool 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.organization_id, name, pubkey
FLY_CHECK_APP_NAME_AVAILABILITYTool 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.name
FLY_CHECK_JOBSExecute 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.query
FLY_CHECK_USER_ONLY_TOKENCheck 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_JOBTool 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.organization_id, url, locations, http_options
FLY_CREATE_CHECK_JOB_RUNTriggers 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.check_job_id
FLY_CREATE_DELEGATED_WIRE_GUARD_TOKENTool 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.organization_id
FLY_CREATE_THIRD_PARTY_CONFIGURATIONTool 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.organizationId, name, location, flyctlLevel, uiexLevel, customLevel
FLY_DELETE_DELEGATED_WIRE_GUARD_TOKENTool 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.organization_id
FLY_DELETE_ORGANIZATIONTool 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.organizationId
FLY_DELETE_REMOTE_BUILDERTool to delete a remote builder configuration for a Fly.io organization. Use when you need to remove the remote builder setup from an organization.organization_id
FLY_DELETE_THIRD_PARTY_CONFIGURATIONTool 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.third_party_configuration_id
FLY_DETACH_POSTGRES_CLUSTERTool to detach a Postgres cluster from a Fly.io application, revoking access credentials. Use when you need to remove database connectivity from an application.app_id, postgres_cluster_app_id
FLY_ESTABLISH_SSH_KEYTool to establish an SSH key for a Fly.io organization. Use when setting up SSH access for secure connections to Fly.io infrastructure.organization_id
FLY_FETCH_NODES_BY_IDSFetches a list of node objects from Fly.io given a list of IDs using the GraphQL nodes query. Use when you need to retrieve multiple objects by their IDs in a single request. Supports all Node interface types including Organization, App, Machine, Volume, and…ids
FLY_GET_ADD_ONTool to find a Fly.io add-on by ID, name, or provider. Use when you need to retrieve details about a specific add-on. Returns add-on information including status, organization, region, and access URLs.-
FLY_GET_ADD_ON_PROVIDERTool to query information about a specific Fly.io add-on provider (extension) by name. Returns provider details including provisioning settings, terms of service, and configuration options.name
FLY_GET_APP_DETAILSTool to retrieve detailed information about a specific Fly.io application. Use when you need to get app details including certificates and configuration.name
FLY_GET_CERTIFICATETool to retrieve a certificate by its ID from Fly.io. Use when you need to get details about a specific certificate including hostname, creation date, and configuration status.certificate_id
FLY_GET_CURRENT_TOKEN_INFOTool to get information about the current authentication token. Use when you need to retrieve details about the token being used for API authentication, including organizations, apps, and whether the token is from a user or machine.-
FLY_GET_LATEST_IMAGE_DETAILSTool to retrieve the latest available tag details for a given image repository from Fly.io's registry. Use when you need to get digest, registry, repository, tag, and version information for a container image.image
FLY_GET_LATEST_IMAGE_TAGTool to retrieve the latest available image tag for a Fly.io Docker repository. Use when you need to find the most recent version of a Fly.io image.repository
FLY_GET_MACHINETool to get a single machine by ID from Fly.io. Use when you need to retrieve details about a specific machine instance.machineId
FLY_GET_NEAREST_REGIONTool to retrieve the nearest Fly.io region to the requesting client based on network location. Use when you need to determine which Fly.io region has the lowest latency from the current location.-
FLY_GET_NODETool to fetch an object by its globally unique ID using Fly.io's GraphQL node query. Returns a Node interface object with id and __typename fields. Use when you need to retrieve any Fly.io object by its ID.id
FLY_GET_ORGANIZATIONTool to find a Fly.io organization by slug using the GraphQL API. Use when you need to retrieve organization details including ID, name and slug.slug
FLY_GET_PERSONAL_ORGANIZATIONTool to retrieve the user's personal organization details from Fly.io. Use when you need to check credit balance, saved payment methods, certificates, or WireGuard peer information.-
FLY_GET_PLACEMENTSTool to get placement recommendations for Machines in Fly.io regions. Use when you need to determine optimal regions for deploying machines based on resource requirements, volume constraints, and organizational limits.org_slug
FLY_GET_PLATFORM_INFOTool to retrieve Fly.io platform information including available regions, VM sizes, and flyctl version. Use when you need infrastructure-level details about the Fly.io platform.-
FLY_GET_PRODUCTSTool to retrieve Fly.io product and price information via GraphQL. Use when you need to fetch product catalog, pricing tiers, or billing information.-
FLY_GET_REGIONSTool to get the list of available Fly.io regions with optional filtering. Use when you need to discover which regions are available for deploying machines, or to filter regions by specific resource requirements like CPU, memory, or GPU.-
FLY_GET_VIEWER_INFOTool to retrieve the authenticated user's account information from Fly.io. Use when you need to get the current user's profile details, including avatar, email, creation date, and feature flags.-
FLY_ISSUE_CERTIFICATETool to issue an SSH certificate for accessing Fly.io infrastructure. Returns an SSH certificate in OpenSSH format. Use when you need to authenticate SSH access to Fly.io machines or apps.organization_id
FLY_LIST_ADD_ONSTool to list add-ons associated with an organization in Fly.io. Use when you need to retrieve add-ons for apps in an organization. Supports querying personal organization or specific organizations by slug. Returns comprehensive add-on details including status…-
FLY_LIST_ADD_ON_PLANSTool to list available add-on service plans from Fly.io. Use when you need to discover pricing, features, and resource limits for Fly.io add-on services. Supports cursor-based pagination.-
FLY_LIST_APPSTool to list all Fly Apps in an organization. Use when you need to retrieve apps for a specific organization using its slug.org_slug
FLY_LIST_APPS_GRAPHQLList all Fly.io applications with details including volumes, services, and VMs using GraphQL. Use when you need to retrieve a comprehensive overview of all apps in your Fly.io organization.-
FLY_LIST_CHECK_LOCATIONSRetrieve all available Fly.io health check locations. Returns a comprehensive list of global locations where health checks can be performed, including geographic details and coordinates. Use when you need to determine available monitoring points for setting u…-
FLY_LIST_MACHINESTool to list Fly.io machines using GraphQL API with pagination support. Use when you need to retrieve information about deployed machines including their state, region, and creation time.-
FLY_LIST_ORG_MACHINESTool to list all Machines across all apps in a Fly organization. Use when you need to retrieve machines for monitoring, management, or inventory purposes. Supports filtering by region, state, and time ranges with pagination for large result sets.org_slug
FLY_REMOVE_WIRE_GUARD_PEERTool to remove a WireGuard peer connection from a Fly.io organization. Use when you need to delete or revoke an existing WireGuard peer from your organization's network.organization_id, name
FLY_SET_APPS_V2_DEFAULT_ONTool to configure whether new apps in an organization use Apps V2 by default on Fly.io. Use when you need to enable or disable Apps V2 as the default for new applications in a specific organization.organization_slug, default_on
FLY_UPDATE_THIRD_PARTY_CONFIGURATIONTool to update an existing third-party service configuration for discharging macaroon caveats. Use when you need to modify settings of external authorization services for Fly.io token validation.thirdPartyConfigurationId
FLY_VALIDATE_CONFIGTool to validate a Fly.io app configuration. Use when you need to check if a fly.toml configuration is valid before deploying or updating an app.definition
FLY_VALIDATE_WIRE_GUARD_PEERSTool to validate WireGuard peer IP addresses in a Fly.io organization. Use when you need to verify which peer IPs are valid or invalid before establishing VPN connections.peer_ips
We love our partners - FlyMy.AI builds with the best. Thanks, Fly!