POST /v1/check Content-Type: application/json { "agent_id": "agt_...", "policy_id": "pol_default", "context": { "action": "refund", "amount": 49.00, "customer_id": "cus_123", "reason": "late delivery" } }
{ "decision": "allow" | "challenge" | "deny", "reasons": ["..."] }