Live · Real Data

This is a real agent.
Every action is sealed.

No mockups. The numbers below come straight from a live, ARIA-protected agent: anonymized, but cryptographically real. Download the logs. Verify a seal yourself.

agent: demo-agent-01 · did:agentrust:20c1...
···
Total
Events
···
Successful
Actions
···
Gated /
Out-of-scope
···
Anomalies
Detected
···
Errors
Logged
Operating 24/7 · 0 tamperable

Live event stream

The last 50 actions this agent took, refreshing automatically. Each row states its outcome (success, error, or gated), and every row is signed and sealed.

demo-agent-01 · RECENT ACTIVITY auto-refresh 15s
ActionOutcomeIn Scope DurationWhen
Loading live events…

Download the proof

Anonymized CSV exports (up to 50 rows each) of real, sealed events. No signatures, no secrets, no payloads: just the auditable trail.

How ARIA gated a delete:database

A walkthrough of the exact flow that turns a catastrophic action into a logged, denied, non-event.

01
Agent attempts the action
The agent calls a tool wrapped by ARIA. The action is signed with the agent's HMAC key before anything executes.
aria.track(did, secret, 'delete:database', fn, { mode: 'gate' })
02
Scope check + interception
ARIA compares the action against the agent's declared scope on the server. delete:database is destructive and matches a gate rule: execution is halted.
scope violation: DETECTED · gate active: HALTING EXECUTION
03
Human-in-the-loop alert
The owner is notified instantly and the action waits. Nothing runs until a human decides, or it times out and is denied by default.
owner notified in 0.1s · awaiting approval
Denied & sealed
The owner denies it. The database is untouched, and the blocked attempt is recorded as an immutable, Merkle-sealed event, provable forever.
outcome: blocked · database: SECURE · event cryptographically sealed

Merkle verifier

Paste a real event ID. ARIA recomputes its hash from the stored record and checks it against the sealed Merkle/anchor root: live, against the database. Tamper with one byte and it fails.