Agent Infrastructure

Give your agents
a wallet.

Disposable virtual cards for autonomous AI agents. Fund once, set rules or don't.

Disposable Cards

Every card is issued for a single purchase at the exact amount needed. Cards auto-destruct after use or after 30 minutes — no card persists between purchases.

Programmable Guardrails

Set spending limits, merchant restrictions, or per-transaction caps. Or set nothing at all. AgentPay supports the full spectrum — from locked-down rules to full autonomy.

Any Agent, Anywhere

Works with Claude, GPT-4, OpenClaw, Codex, and any agent that can make an HTTP call. No SDK required — a single curl command issues a card.

How it works

Three steps. That's the whole product.

No dashboards, no approval flows, no per-transaction confirmations. Fund once and step back.

01

Install the skill

Add AgentPay to your agent's toolkit. One command gives your agent full access to card issuance.

02

Fund the wallet

Load a balance once. Set optional spending rules. Then you're done — the agent takes it from here.

03

Agent spends autonomously

Your agent creates cards, makes purchases, and the card self-destructs. No approval needed per transaction.

agent shell
# 1. Agent initialises account and receives API key
curl -s -X POST https://agent-pay.sh/account/init
# 2. Human funds wallet — agent creates a disposable card
curl -s -X POST https://agent-pay.sh/spend \
-H "Authorization: Bearer $AGENTPAY_KEY" \
-H "Content-Type: application/json" \
-d '{"amount": 25.00}'
# Card issued. Agent spends. Card self-destructs.
Spending control

Your call on control.

AgentPay works both ways. Set tight guardrails, or give your agent full autonomy. The card model keeps both secure.

Guardrails on

Precise control

Define exactly what your agent can spend. Set per-transaction limits, restrict to specific merchant categories, or cap total monthly spend.

  • Per-card amount caps
  • Merchant category restrictions
  • Monthly spend limits
  • Real-time webhook notifications
Full autonomy

Zero friction

Fund the wallet and walk away. Your agent operates freely within its balance. The disposable card model handles security by design — no persistent card to steal.

  • No rules required
  • Single-use cards eliminate exposure
  • Exact-amount issuance prevents overcharge
  • Auto-destruct after 30 minutes
Get started

Up and running in under a minute.

Install the skill, fund your wallet once, and your agent is ready to spend.

skill openclaw skill install agentpay