deterministic enforcement layer · SLP-8
DEMO → DEMO LIVE
The enforcement layer for AI agents.
AI agents must not run unchecked. AgenticRail enforces strict step-order, blocks replay and skip attacks, and seals every completed cycle with a cryptographic receipt.
CLIENT
your AI agent
WRAPPER
auth + normalise
GATE
harden + validate
CORE
enforce + seal
DECISION
ALLOW / DENY / HALT
RECEIPT
signed proof
TOTAL DECISIONS
every request, signed and logged
ALLOWED
clean executions, in order
BLOCKED
denied + halted by the rail
SEALED CYCLES
complete 8-step sequences
WHAT THE RAIL STOPPED
Recent enforcement events — logged and signed
Loading…
WHAT THE RAIL CLEARED
Controlled execution — permitted by the rail
Loading…
STEP ORDER IS LAW
Agents cannot skip steps or execute out of sequence. The rail enforces strict ordering at the infrastructure level — not by policy, not by prompt.
REPLAY IS STRUCTURALLY IMPOSSIBLE
Every request carries a unique nonce checked against the Durable Object. Duplicates are rejected before execution reaches any business logic.
EVERY DECISION IS SIGNED
ALLOW, DENY, and HALT receipts are HMAC-signed and written to R2. Tamper-evident. Independently verifiable. No editing, no deletion.
SEQUENCE PROOF
A complete 8-step enforcement chain — real data from R2
Loading…
CRYPTOGRAPHIC PROOF
Every receipt carries an HMAC-SHA256 signature — verify any event against the gate, live
Loading…