Overview
Last updated
Verified vendor API services you can reach with Floe — the curated set below, plus thousands more reachable through the proxy. Most are x402-native (they accept USDC on Base and are paid from your agent's Floe-managed balance); a few — like HydraDB under Memory — are free marketplace-shim services that don't charge your balance at all. Every service listed here works with x402_fetch or /v1/proxy/fetch.
Services with endpoints in the Floe dashboard, plus upcoming integrations marked "coming soon."
Venice AI — chat completions, embeddings · Sarvam AI — Indic chat
OpenAI (Whisper/Transcribe), Deepgram, AssemblyAI, ElevenLabs (Scribe v2), Cartesia (Ink-Whisper), Speechmatics, Azure, xAI, Sarvam (Saaras), Venice, dTelecom
OpenAI (TTS-1), ElevenLabs, Cartesia, Deepgram (Aura-2), Hume, Rime, Inworld, MiniMax, Azure, Amazon Polly, xAI, Google Cloud TTS, Sarvam (Bulbul), Venice, ForgeMesh + direct x402 services
Floe Phone — US numbers, inbound/outbound calls (live)
OpenAI (GPT Realtime), Google Gemini Live, xAI Grok Voice, dTelecom, Amazon Nova 2 Sonic (coming soon), LiveKit (coming soon)
Venice AI — image generation
Exa, Parallel AI, Tavily Search, Firecrawl
Hyperbrowser, Browserbase, Anchor Browser
HydraDB — vector query, ingest, memory & tenant management
AgentMail, Pinata Cloud, PostalForm
curl -X POST https://credit-api.floelabs.xyz/v1/proxy/fetch \
-H "Authorization: Bearer $FLOE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://api.firecrawl.dev/v1/x402/search", "method": "POST"}'Or with AgentKit:
Last updated
await agentkit.run("x402_fetch", { url: "https://api.firecrawl.dev/v1/x402/search", method: "POST" });