Quickstart (5 minutes)
1. Create an agent
export FLOE_API_KEY="floe_..."2. Connect to your AI tools & models
Read https://dev-dashboard.floelabs.xyz/agents.md and set up Floe for this project.npx skills add floe-labs/agent-skillsclaude mcp add --transport http floe https://mcp.floelabs.xyz/mcp \
--header "Authorization: Bearer YOUR_FLOE_KEY"{
"mcpServers": {
"floe": {
"type": "http",
"url": "https://mcp.floelabs.xyz/mcp",
"headers": { "Authorization": "Bearer YOUR_FLOE_KEY" }
}
}
}npx @floelabs/cli init # onboard: create or select an agent, mint its key, get the base-URL swap
npm i -g @floelabs/cli # keeps the `floe` bin around for the commands below
floe status --json # am I set up? balance, budgets, active agent + key3. Make your first paid call
4. Fund & set budgets (later)
What's next
Last updated
