Auth
Send header
x-api-key: YOUR_KEY on all protected endpoints.
Most integrations can ignore admin endpoints.
Drop-in trust checks for agent workflows. Use one API key and these endpoints to log events, read scores, gate actions, and export audit trails.
https://claw-trust-scores-production.up.railway.app
POST /v1/users with your email./v1/events then /v1/score.x-api-key: YOUR_KEY on all protected endpoints.
Most integrations can ignore admin endpoints.
curl "https://claw-trust-scores-production.up.railway.app/v1/score?agentId=agent:demo:vendor-1" \
-H "x-api-key: YOUR_KEY"
/v1/eventsLog trust events/v1/score?agentId=...Read trust score + explanation/v1/integrations/clawcredit/preflightReturn allow/review/block decision/v1/usageCurrent month usage + limits/v1/audit/decisions?format=json|csvExport decision logs/v1/plansPublic plan limits/v1/keys/rotateRotate current dynamic API key/v1/keys/revokeRevoke current dynamic API key/healthService health check/v1/admin/overviewInternal metrics overview (admin token)