The spend layer for AI agents. One endpoint to pay across 27 vendor APIs, with programmable, context-aware budgets. Walletless. No crypto required.
Website · Docs · Dashboard · 𝕏 @FloeLabs
Start free. $2 in API credit on signup — no card, no wallet, no crypto. Your agent makes its first paid API call in minutes. Get started →
Your agent calls a dozen paid APIs — LLMs, voice, search, data. That's a dozen accounts, a dozen prepaid balances, a dozen keys, and no unified way to see or govern what your agent spends. Agents overspend, loop, and stall.
Floe gives your agent a budget, not a balance:
- One endpoint, 27 APIs. Pay any x402 vendor through a single proxy. No per-vendor accounts or keys.
- Programmable spend controls. Per-call caps, daily limits, allowed destinations — set at the vendor, agent, or team level, time-bound. Enforced before money moves.
- Context-aware budgets. Your agent senses when it's near its limit mid-task and adapts (e.g. downgrades to a cheaper model) instead of hard-stopping.
- Walletless. Email + a funding source. We provision wallets in the background — no MetaMask, no seed phrase, no gas. The stablecoin rails are invisible.
- Real-time visibility. Every call is a typed receipt: target, amount, status, time. Reconcile, alert, or revoke from the dashboard.
npm install floe-agent @coinbase/agentkit viem zodimport { AgentKit } from "@coinbase/agentkit";
import { floeActionProvider } from "floe-agent";
const agent = await AgentKit.from({
walletProvider,
actionProviders: [floeActionProvider()],
});
// Pay any x402 API through the Floe proxy — your agent never touches the payment layer
const res = await agent.run("x402_fetch", {
url: "https://api.exa.ai/search",
method: "POST",
body: { query: "AI agent frameworks" },
});pip install floe-agentkit-actionsfrom floe_agentkit_actions import floe_action_provider
provider = floe_action_provider()
res = provider.x402_fetch(wallet_provider, {
"url": "https://api.exa.ai/search",
"method": "POST",
"body": {"query": "AI agent frameworks"},
})MCP (zero install) — add to Claude Desktop / Claude Code / Cursor:
{ "mcpServers": { "floe": {
"url": "https://mcp.floelabs.xyz/mcp",
"transport": "streamable-http"
} } }| Category | Services |
|---|---|
| Compute | Venice AI (chat, responses, embeddings) |
| Voice | Venice AI (TTS, transcription) · dTelecom STT |
| Image | Venice AI (generation, upscale, edit, background removal) |
| Web | Firecrawl (search + scrape) |
| Search | Exa · Parallel AI · Tavily |
| Browser | Hyperbrowser · Browserbase · Anchor Browser |
| Agent tools | AgentMail · Pinata · PostalForm |
| Framework | Status | How |
|---|---|---|
| Coinbase AgentKit | GA | Native — floeActionProvider |
| LangChain | GA | getLangChainTools adapter |
| Vercel AI SDK | GA | getVercelAITools adapter |
| Claude / Cursor | GA | floe-mcp-server |
| CrewAI | Beta | via MCP server |
| OpenAI Agents SDK | Preview | MCP fallback; native adapter in progress |
| ElizaOS | Preview | MCP fallback |
| Plain HTTP/REST | GA | anything that speaks HTTP |
| Repo | What it does | Install |
|---|---|---|
| agentkit-actions | TypeScript SDK — wallet, x402 payments, spend controls, agent awareness | npm install floe-agent |
| agentkit-actions-py | Python SDK — full parity | pip install floe-agentkit-actions |
| floe-mcp-server | MCP server for Claude, Cursor, any MCP agent | Setup |
| floe-examples | Runnable end-to-end agents | git clone |
Floe is shipping the spend layer first, and building the credit layer on top of it.
- Working capital / credit lines — in development. Borrow against deposits and, later, against your agent's usage and receivables.
- Portable credit & trust record — in development. Every transaction builds the behavioral data that will let agents be underwritten without re-running diligence.
Want early access to credit features? Talk to us →
Built by operators from Airwallex, Western Union, eBay, Kado, Transak. hello@floelabs.xyz
