API
Use the HTTP API directly for typed, deterministic risk checks before an agent executes a transfer or swap.
curl -X POST https://api.actiongate.xyz/v1/risk-score \
-H "content-type: application/json" \
-H "x-api-key: demo_key" \
-d '{"actor":{"actor_id":"treasury-bot"},"action":{"action_type":"transfer","network":"base","asset_symbol":"USDC","amount":"2500"}}'