Developers

Keys, SDKs, MCP, and webhooks to give your agents financial capabilities.

Documentation

API keys

Secret keys to authenticate Clawr API requests.

Name Key Environment Last used

Production server

Created Jan 14, 2025

clw_live_8f2a…d41c Live 2 min ago

Sandbox

Created Jan 14, 2025

clw_test_1b90…77ef Sandbox 1 hr ago

CI / GitHub Actions

Created Feb 02, 2025

clw_live_a4c7…20bd Live Yesterday

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.

  • https://api.findech.com/clawr/events
    purchase_request.createdapproval.requiredtransaction.captured
    Active
  • https://hooks.findech.com/audit-sink
    audit.event
    Active
  • https://staging.findech.com/clawr
    *
    Disabled