Skip to content
@Floe-Labs

Floe Labs

Give your AI Agent a budget, not unrestricted balance. Agent wallet, multi vendor payments, card ramps, programmable spend controls.

Floe Labs

Floe Labs

The spend layer for AI agents. One endpoint to pay across 2,000+ vendor API services, with programmable, context-aware budgets. Walletless. No crypto required.

Website · Docs · Dashboard · 𝕏 @FloeLabs

npm pypi license


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 →

Why Floe

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, 2,000+ vendor API services. 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.

Quickstart (5 minutes)

npm install floe-agent @coinbase/agentkit viem zod
import { 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-actions
from 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"
} } }

Full quickstart

Vendor Marketplace — 2,000+ vendor API services, one key

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

Browse the full directory →

Works with your framework

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

Repos

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

Roadmap

Floe is shipping the spend layer first, and building the credit layer on top of it.

  • Working capital / credit linesin development. Borrow against deposits and, later, against your agent's usage and receivables.
  • Portable credit & trust recordin 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

Pinned Loading

  1. agentkit-actions-py agentkit-actions-py Public

    Python 3 1

  2. floe-mcp-server floe-mcp-server Public

    TypeScript 3 1

  3. agentkit-actions agentkit-actions Public

    TypeScript 4 2

  4. floe-examples floe-examples Public template

    Example agents and integrations for the Floe spend management for 2,000+ API services

    TypeScript 4 1

  5. floe-guard floe-guard Public

    Open-source budget guardrail for AI agents — hard-stop before a runaway loop burns your bill. Local, framework-agnostic, no account required.

    Python 27 2

Repositories

Showing 10 of 10 repositories

Top languages

Loading…

Most used topics

Loading…