Developers
Keys, SDKs, MCP, and webhooks to give your agents financial capabilities.
API keys
Secret keys to authenticate Clawr API requests.
Quickstart
Create a policy-checked, approval-gated purchase request.
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"
}' Install the SDK
npm install @clawr/sdk Connect via MCP
Drop Clawr into any MCP-capable client.
{
"mcpServers": {
"clawr": {
"command": "npx",
"args": ["-y", "@clawr/mcp"],
"env": { "CLAWR_API_KEY": "clw_live_8f2a…d41c" }
}
}
} Webhooks
Receive events as agents spend, request, and get approved.
- Active
https://api.findech.com/clawr/eventspurchase_request.createdapproval.requiredtransaction.captured - Active
https://hooks.findech.com/audit-sinkaudit.event - Disabled
https://staging.findech.com/clawr*