Fly
Fly

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

Completely Secure
2355VIEWS
2075USERS

Tools

1 of 8

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.

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.

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.

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.

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.

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.