Agent payments infrastructure · v1

Your AI agents need to pay. Now they can.

Programmable spending wallets for autonomous agents. Set budgets, track spend, stay in control — in real time.

Read the docs
Agent transactions today
412,938
Volume processed
$8124.32
Active wallets right now
1,284

How it works

01

Issue a wallet

Generate a tokenized wallet with budget, policy, and expiry. One API call.

02

Agent spends

Your agent charges vendors using the wallet token. Policies enforced inline.

03

You see it live

Watch every charge stream into your dashboard. Pause, escalate, or revoke.

SDK

Five lines to integrate

Issue a wallet, hand the token to your agent, and let it pay. Drop-in compatible with any agent framework.

// Issue an agent wallet
const wallet = await agentpay.wallets.create({
  agent_id: "agent_research_001",
  budget: { amount: 10.00, currency: "USD" },
  policy: { max_per_tx: 0.50, categories: ["llm", "search"] },
  expires_in: "24h"
});

// Agent pays a vendor
await agentpay.charge({
  wallet_token: wallet.token,
  vendor: "openai",
  amount: 0.003,
  description: "GPT-4o completion — 1,200 tokens"
});

Pricing

Pay-as-you-go. No seat minimums.

Developer

Free
+ 0.5% on spend
  • 500 sessions/mo
  • Basic dashboard
  • Community support

Startup

Popular
$49
/month + 0.5% on spend
  • 10K sessions/mo
  • Webhooks + alerts
  • Email support

Enterprise

Custom
Custom rate
  • Unlimited sessions
  • SLA + SSO
  • Dedicated CS