MCP & AI Agent Integration

Fly Io
automation.

16 AI agent actions for Fly Io — callable from any MCP-compatible runtime, Claude, Cursor, or Cerebral OS workflow. Use Fly Io to automate business processes and connect tools in your stack. Full governance, audit trail, and dry-run safety on every execution.

No credit card required
Live in production environments
<200ms median execution
Dry-run before production
Execution trace
live
16
actions
100%
governed
<200ms
latency
16
AI agent actions
7
Read operations
9
Write operations
3
High-risk actions (approval gated)
Business Tools Fly Io is a Business Tools integration — use it to automate business operations and workflow automation from any AI agent or MCP-compatible runtime.
Actions

What you can do
with Fly Io.

Every action below is available as an MCP tool and a verb in Cerebral OS — callable from any AI agent, Claude, Cursor, Windsurf, or your own runtime via the BYOA API. All executions are governed, audited, and dry-run safe.

Get App
fly_io:get_app
Fetch details for a specific Fly.io application including status and configuration.
Read Low risk
Get App Status
fly_io:get_app_status
Get the current deployment and health status of a Fly.io application.
Read Low risk
Get Machine
fly_io:get_machine
Fetch details for a specific machine including its current state and configuration.
Read Low risk
Get Volume
fly_io:get_volume
Fetch details for a specific Fly.io volume including size, region, and attachment status.
Read Low risk
List Apps
fly_io:list_apps
List all Fly.io applications you have access to, optionally filtered by organization.
Read Low risk
List Machines
fly_io:list_machines
List all machines for a specific Fly.io application with optional filtering.
Read Low risk
List Volumes
fly_io:list_volumes
List all volumes for a specific Fly.io application.
Read Low risk
Create App
fly_io:create_app
Create a new Fly.io application. This creates the app container but doesn't deploy any code yet.
Write Medium risk
Create Machine
fly_io:create_machine
Create a new machine in a Fly.io application with specified image and configuration.
Write Medium risk
Create Volume
fly_io:create_volume
Create a new persistent volume in a Fly.io application for data storage.
Write Medium risk
Delete App
fly_io:delete_app
Permanently delete a Fly.io application and all its associated resources.
Write High risk
Delete Machine
fly_io:delete_machine
Permanently delete a Fly.io machine. WARNING: This destroys the machine and all its data!
Write High risk
Delete Volume
fly_io:delete_volume
Permanently delete a Fly.io volume. WARNING: This destroys all data on the volume!
Write High risk
Scale App
fly_io:scale_app
Scale a Fly.io application to a specific number of running machines.
Write Medium risk
Start Machine
fly_io:start_machine
Start a stopped Fly.io machine. The machine will boot up and begin running.
Write Medium risk
Stop Machine
fly_io:stop_machine
Stop a running Fly.io machine gracefully or forcefully.
Write Medium risk
MCP & Runtime API

Call Fly Io
from any AI agent.

Any AI agent — Claude, Cursor, LangChain, AutoGen, or your own — can call Fly Io actions through the Cerebral OS Runtime API. Governance, credentials, and audit trail fire automatically.

fly_io:get_app READ
# Call via Runtime API
curl
-X POST \
  "https://api.cerebralos.com/v1/runtime/actions/run"
  -H "X-API-Key: YOUR_KEY" \
  -d '{
    "verb": "fly_io:get_app",
    "args": {},
    "execution_id": "agent-001"
  }'
fly_io:create_app WRITE
# Dry-run first — no production risk
curl
-X POST \
  "https://api.cerebralos.com/v1/runtime/actions/run"
  -H "X-API-Key: YOUR_KEY" \
  -d '{
    "verb": "fly_io:create_app",
    "args": {},
    "execution_id": "agent-001",
    "metadata": {"dryRun": true}
  }'
Get your Runtime API key at app.cerebralos.com/signup — 1,000 free executions, no credit card required.
AI agent examples

What your AI agent
can do with Fly Io.

Real patterns your AI agent can execute via MCP or the Runtime API. Every action governed, dry-run safe, and fully audited.

Trigger
AI agent needs Fly Io data
Call fly_io:get_app via MCP or Runtime API
AI processes result and takes next action
Full execution logged to audit trail automatically
Trigger
Workflow needs to write to Fly Io
Dry-run validates fly_io:create_app before execution
Approval gate fires if risk level is high
Action executes with full governance — logged, audited, reversible
Trigger
Event in Fly Io
Process with AI agent
Take governed action
Log to audit trail
How it works

Every Fly Io action
governed end-to-end.

Cerebral OS isn't a connector. It's the execution layer that sits in front of Fly Io — adding governance, dry-run safety, and a full audit trail to every operation.

Governance first
Every verb carries a risk classification. High-risk writes require explicit approval gates before they execute in production.
Dry-run safe
Simulate any Fly Io action before it touches production. See exactly what would happen before a single real call is made.
Immutable audit trail
Every Fly Io action is logged — what ran, what changed, who approved it, when it happened. Full history on every verb, forever.
Connect with

Fly Io works best
alongside these.

Build multi-step workflows that connect Fly Io to the rest of your stack. All governed. All audited.

Fly Io integration

Start free.
No credit card required.

Start free with 1,000 runs — no credit card required. Connect Fly Io in minutes, dry-run every action before it touches production, full audit trail on everything.

Start free — 1,000 runs Browse all integrations →