You're watching an AI agent run a $25,000 loan approval against a live enforcement gate. The gate decides whether each step is permitted before execution — not the agent itself. Green means the step ran in correct compliance order. Red means the gate blocked it: a duplicate request, a skipped approval, or an attempt to reopen a closed file.
Every decision produces a cryptographic receipt written before any action executes — verifiable without relying on the agent's own logs.
ISOLATION
ORDER
REPLAY
SEAL
BINDING
PAYLOAD
DEPLOYMENT
PRESSURE TEST — 2026-04-04
913k
REQUESTS PROCESSED
0
ERRORS
1.59ms
CPU PER DECISION
100%
SKIP ENFORCEMENT
100%
REPLAY ENFORCEMENT
CLOUDFLARE WORKERS · DURABLE OBJECTS · R2
SCENARIOS
Complete Loan Approval
A $25,000 loan runs every required step — identity check, risk assessment, manager approval, fund transfer, compliance verification, audit ledger entry, party notifications, and settlement. Real attestation evidence is attached at each step and cryptographically signed into the receipt chain. Seals when complete.
verify_id
→
assess_risk
→
request_approval
→
execute_transfer
→
verify_compliance
→
audit_ledger
→
notify_parties
→
settle_loan
Replay Attack
The identity check passes. Then the agent sends the exact same request again — identical nonce, identical payload. The gate recognises the duplicate and blocks it immediately.
verify_id
→
verify_id ↩
Skip to Money Movement
The identity check passes. The agent then jumps straight to moving funds — skipping the risk assessment and manager approval entirely. The gate blocks it. Money doesn't move without the checks.
verify_id
→
assess_risk
→
request_approval
→
execute_transfer ✗
Sealed Sequence Breach
A loan runs all 8 steps to completion and seals. Then the agent tries to re-enter the closed sequence. Once sealed, nothing can reopen it — not even the same agent that ran it.
verify_id
→
···
→
settle_loan
→
BREACH ✗
EXPLORE — SEND A CUSTOM REQUEST
CUSTOM REQUEST
Send any payload you want against the live gate.
Try replay attacks, wrong step order, fake sequence IDs, anything.
Try replay attacks, wrong step order, fake sequence IDs, anything.
SEQUENCE_ID
STEP
MODEL_ID
NONCE (auto-rotates after each send)
ACTION (override)
ACTION_TYPE (override)
TRY:
OUTGOING PAYLOAD
_
GATE RESPONSE
_
LIVE GATE LOG
No requests sent yet.
Run a scenario to see live gate responses.
Run a scenario to see live gate responses.
0
This session
0
Allowed
0
Denied
—
Last ms
913k
Total processed
0
Enforcement errors
ISOLATION · ORDER · REPLAY · SEAL · BINDING · PAYLOAD · DEPLOYMENT
WHAKAIRO AS LAW
Built from whakairo — Māori carving philosophy. The chisel has no ctrl+z. Every committed action has consequence. The gate applies that discipline to AI agents. Sequence is law.
HOKIANGA · AOTEAROA