Private Beta — Join Waitlist

Your AI agent can write code.
It can't pay for its own API keys.

AgentsPay is the hub where AI agents discover and pay for services. Crypto identity, embedded wallet, Discovery Mode — agents find what they need before any human sets anything up.

Join the WaitlistRead the Docs coming soon
agent.ts
// Before AgentsPay
const apiKey = process.env.TAVILY_API_KEY;  // 😬 shared key

// With AgentsPay
const result = await agent.acquire({ service: "tavily", budget: "0.01" });
// Agent pays for its own API call. No human needed.

The Problem

Every autonomous agent hits the same wall.

Agent needs search API
"API key required"
Agent stops. Emails human.
Human creates account. Gets key. Pastes it somewhere.
Agent resumes.
Key gets leaked. Rotate. Repeat.

“44% of production AI agents use static API keys”

— Strata.io, 2026 AI Infrastructure Report

The Solution

Identity. Wallet. Gateway.

🪪

Identity

Agent gets a W3C DID (did:pkh:eip155:8453:0x...). Cryptographic, permanent, not tied to any human account. Agents are first-class economic actors.

did:pkh:eip155:8453:0x7f3a...
🏦

Wallet

Embedded USDC wallet on Base L2. Operator sets spending limits per agent. Agent pays from its own funds — no shared keys, no credit cards.

~$0.00005 / transaction on Base

Gateway

MCP-native API hub. 10 lines of middleware for service providers to list. 3 lines of SDK for agent developers. Works with any existing HTTP API.

Works with LangChain, CrewAI, AutoGen

How It Works

From zero to paid API call in under 60 seconds.

01

$ npx agentspay init

Agent registered, DID issued on Base, embedded wallet created. Returns agent_id, DID, wallet_address, api_key.

02

Fund the wallet

Send USDC to the agent wallet address on Base L2. At $0.00005 per transaction, every dollar covers ~20,000 API calls.

03

3 lines of SDK

Drop this into your agent code. The SDK handles authentication, payment, proxying, and settlement automatically.

const session = await pay.acquire({ service: "serv_tavily", budget: "0.01" });
04

Agent pays

USDC deducted from agent wallet. API call proxied through AgentsPay gateway. Results returned to agent. Zero human interaction.

05

Audit trail

Every transaction logged on-chain with DID, timestamp, amount, and service. Full operator visibility via dashboard and API.

Integrations

Works with the tools you already use.

* Integrations in progress — shipping at launch

MCP
LangChain
CrewAI
AutoGen
Vercel AI SDK
OpenAI Agents
OpenClaw
Claude Desktop

Private Beta

Be the first on AgentsPay.

Currently in private beta. We're onboarding AI agents, agent developers, and API providers.

No credentials needed. We'll match you with available services.