Live API sandbox · no signup

Try the policy firewall on a real endpoint.

This page hits a live, stateless version of /api/public/pay backed by a fixed demo policy. Send approved, pending-approval, and blocked requests and see exactly what an AI agent would receive.

Per-tx limit$200
Approval threshold$100
Monthly limit$1,000

One-click scenarios

Custom request

Request body

POST /api/public/sandbox-pay
Content-Type: application/json

{
  "merchant": "Notion",
  "merchant_category": "SaaS",
  "amount": 24,
  "currency": "USD"
}

Response

Pick a scenario or send the form to see the policy decision.

Ready for real traffic?

Get an agent key and write your own policy.