The audit trail
Every session your AI runs shows up on the audit page. Search across all of them, filter by agent, status, or site, and click any row to open its full story.
Every agent session, searchable and filterable.
- Live: the AI is still working.
- Done: it finished cleanly.
- Failed: something errored during the run.
What each session shows you
Click any session and you get its full story: agent, timestamps, and every step the AI took, in order.
A single session, with every action laid out.
Replay like a video
Click View Session Replay to watch the whole session play back. The replay is the actual page the AI saw, not just a screenshot: DOM changes, scrolls, clicks, everything as it happened.
Scrub through the recording. Jump to any moment.
Where all of this lives
Everything you see on these pages sits in one folder on your computer:~/.browserclaw/ in your home directory.
~/.browserclaw/browserclaw.sqliteis the shared database for audit history, tasks, sessions, recording indexes, tab claims, and tab ownership.~/.browserclaw/screenshots/is a JPEG per screenshotted step.~/.browserclaw/replays/is the recording data per session.
127.0.0.1, the local loopback, so nothing on your network can reach it. No account. No telemetry. No cloud sync.
If you want to delete a session or wipe everything, delete the files. That’s it.
What isn’t recorded
- Your personal tabs. The recorder is only loaded into tabs your AI opened. Tabs you opened for your own work never get it. This isn’t a policy on top of a general recorder; the recorder script is never even loaded there.
- Passwords. Any input marked as a password field is masked before it hits the recording.
- Canvas and mouse jitter. Canvas contents are not recorded. Cursor movements are not recorded either.
Your stuff stays yours
The full breakdown of what stays on your machine.
How BrowserClaw works
A guided walkthrough from install to your first AI-driven session.
