← Documentation

Audit

The trust layer. Full logs, replay, and safety gates on critical operations. Nothing happens in the dark.

What you get

Full action log

Timestamped record of every click, keystroke, and navigation.

Session replay

Step through what the agent did — useful for debugging and trust.

Safety gates

Destructive or sensitive actions pause for your approval first.

Export

Download logs as JSON for compliance or incident review.

Approval flow

WARN

Delete 47 files in Downloads?

Agent paused — waiting for approval

DenyApprove

Log format

{
  "session": "sess_8f2a",
  "action": "click",
  "target": "button[Reserve]",
  "timestamp": "2026-07-12T16:00:01Z",
  "approved": true
}
← Back to documentation