Developers
Give your agents a wallet in one call
Every purchase is checked against policy, gated by approvals when required, and written to an immutable audit log. You ship the agent — Clawr handles the money.
One endpoint, fully governed
Submit a purchase request and Clawr evaluates policy, routes approvals, captures the charge, and stores the receipt — atomically.
- POST /v1/agents
- POST /v1/cards
- POST /v1/purchase-request
- GET /v1/receipts
- GET /v1/audit
curl https://api.clawr.com/v1/purchase-request \
-H "Authorization: Bearer clw_live_8f2a…d41c" \
-H "Content-Type: application/json" \
-d '{
"agent": "claude-research",
"merchant": "OpenAI",
"amount": 7500,
"currency": "usd",
"reason": "Model inference — GPT-4o batch"
}' Built for how agents work
REST API
Create agents, issue cards, submit purchase requests, and pull receipts from a clean, predictable API.
MCP server
Drop Clawr into any MCP-capable client so agents can request spend through a governed tool call.
SDKs
First-class TypeScript and Python libraries with typed resources and helpful errors.
Webhooks
Subscribe to purchase, approval, and audit events to keep your systems in sync in real time.