VELARU CLEAR — EMBED KIT · AGENTS ============================================================ Agents · require-receipt before commit CCB: Payment authorize · agent commit · wire Endpoint: POST /api/v1/execute-gate Demo: https://velaru.xyz/demo/agent?autorun=1 STEPS ------------------------------------------------------------ 1. List agent in x402 bazaar · attach ExecuteGate before irreversible commit 2. Debit GAM credits or pay x402 per act 3. Report cleared payment volume monthly for bps settlement PRODUCTION CURL ------------------------------------------------------------ curl -sS -X POST 'https://velaru.xyz/api/v1/execute-gate' \ -H 'Content-Type: application/json' \ -H 'X-API-Key: velaru_live_YOUR_KEY' \ -H 'X-Velaru-Payment-Proof: demo' \ -H 'Idempotency-Key: agent-action-001' \ -d '{"action":"authorize","amount_usd":1250,"merchant":"checkout"}' HEADERS ------------------------------------------------------------ • X-API-Key — tenant key (GAM credits debit first) • X-Velaru-Payment-Proof — x402 settlement or demo • X-Velaru-Batch-Id — optional deferred batch settle • X-Cleared-Exposure-USD — optional exposure hint for bps REPORT CLEARED EXPOSURE (bps tier) ------------------------------------------------------------ curl -sS -X POST 'https://velaru.xyz/api/v1/clear/exposure' \ -H 'Content-Type: application/json' \ -H 'X-API-Key: velaru_live_YOUR_KEY' \ -d '{"vertical":"agents","cleared_usd":2500000,"period":"monthly"}'