Give your agent one balance to access paywalled data, paid APIs, compute, and specialist tools. Frames handles provider routing, payment, delivery verification, and billing.
No API keys to wire. No provider setup. No wallet plumbing.
One budget, one receipt, one bill.
Add the Frames MCP server to your agent (Claude, Cursor, or any remote-MCP client) and authenticate with your Frames account:
https://api.frames.ag/mcp
Or call the API directly — OpenAI-compatible, plus a native run endpoint with budgets and receipts:
curl https://api.frames.ag/v1/runs \
-H "Authorization: Bearer $FRAMES_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"task": "Research 3 companies that may use x402; return evidence URLs",
"budget": { "max_usd": 1 },
"options": { "verification": "standard" }
}'
1 credit = $0.001. Subscriptions grant monthly credits; unused purchased credits are refundable (policy).