Interactive demo

See a policy decision in 2 seconds.

Pick a scenario or edit the request. The policy engine runs against the same code that enforces production traffic — no signup required.

Scenarios

Pre-loaded examples to see each decision path.

Agent request

Edit any field and run.

Equivalent API call

curl -X POST https://www.ifivo.com/api/gateway/actions \
  -H "content-type: application/json" \
  -d '{
    "agent_api_key": "sk_live_…",
    "vendor": "stripe",
    "action": "refund",
    "amount_cents": 22000,
    "risk_score": 0.55
  }'

Decision

Run a simulation to see the decision.

Active policies

  • Refunds over $150 require approval
    action = refund AND amount_cents > 15000 → require approval
  • AWS provision blocked by default
    vendor = aws → block
  • High risk requires approval
    risk_score ≥ 0.8 → require approval
1
Agent makes a request

Your agent hits the ifivo gateway on every action that touches a tool, API, or payment rail.

2
ifivo decides

Deterministic policies evaluate the request — allow, block, or route for human approval.

3
You keep the trail

Every attempt is logged immutably. Shadow mode lets you roll out rules without enforcing.

Want to run this on your own traffic?

Spin up a workspace, create an agent, and ship your first logged event in under 5 minutes.

Start free
Try ifivo — watch a policy decision in real time — ifivo