AI agents cannot use credit cards. They use wallets. ReqCast lets your tool collect autonomous USDC payments from AI agents without writing a single line of payment code.
ReqCast sits between AI agents and the tools they need to call. It handles all payment verification, splits and receipts so neither side has to build any of it.
/pay/{tool-name} on ReqCast with the agent payload.X-ReqCast-Verified: true.No monthly fees. No minimum volumes. No invoices to chase. ReqCast takes 5% per transaction to keep the infrastructure running. Everything else goes straight to your wallet the moment the transaction settles.
High-value tools like LLM wrappers, specialized datasets and premium APIs generate real revenue at lower call volumes. Price your tool to reflect what it delivers.
Register your tool once. Build a standard HTTP endpoint that returns your result. ReqCast handles the rest.
# Register your tool with one API call curl -X POST \ https://api.reqcast.com/register \ -H "Content-Type: application/json" \ -d '{ "wallet_address": "0xYOUR_WALLET", "tool_name": "your-tool-name", "price_per_call": "0.10", "callback_url": "https://your-server.com/tool", "timeout_seconds": 10 }' # Response { "status": "registered", "pay_endpoint": "/pay/your-tool-name", "price_per_call": "0.10" } # AI agents call your tool at: # POST /pay/your-tool-name
Every tool below is live on Base mainnet. Call any of them at its pay endpoint with a USDC wallet and an x402 client.
Live on Base mainnet. Real USDC. Real payments. Register your tool and start earning from AI agents immediately.
/pay/{your-tool-name}