Actions
| Name | Description |
|---|---|
list_appsList Fly Apps in your organization | List Fly Apps in your organization |
list_machinesList all machines for a Fly App | List all machines for a Fly App |
get_machineGet details of a specific Fly Machine | Get details of a specific Fly Machine |
create_machineCreate a new Fly Machine in an app | Create a new Fly Machine in an app |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'fly-io',
actionName: 'list_apps',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Fly.io to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Fly.io support?
Fly.io supports 4 actions including List Apps, List Machines, Get Machine, Create Machine.
Can I use Fly.io with AI agents?
Yes. Add Fly.io to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Fly.io use?
Fly.io uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Fly.io integration cost?
The Fly.io integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect Fly.io in 2 minutes
Get 1,000 free actions every month. No credit card required.