data
Fly.io MCP, CLI, and Lua Integration for AI Agents
Fly.io integration docs for AI agents: MCP gateway setup, Fly.io CLI commands, Lua API reference, credentials, and function schemas.Fly.io for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
fly-io.fly_io_list_apps | Read read | 0 | List all Fly.io apps in the organization. Returns app names, IDs, status, and network details. |
fly-io.fly_io_get_app | Read read | 1 | Get details for a specific Fly.io app, including status, network, and machine count. |
fly-io.fly_io_create_app | Write write | 2 | Create a new Fly.io app. Requires an app name and optionally an organization ID. |
fly-io.fly_io_list_machines | Read read | 1 | List all machines for a Fly.io app. Returns machine IDs, state, region, and configuration. |
fly-io.fly_io_get_machine | Read read | 2 | Get details for a specific Fly.io machine, including its state, config, and region. |
fly-io.fly_io_list_volumes | Read read | 1 | List all persistent volumes for a Fly.io app. Returns volume IDs, name, size, and region. |