What it captures
Every agent configured in a machine’s OpenClaw setup is captured by that machine’s collector — there is no per-agent setup. Each OpenClaw session becomes an AgentEye session; its user and assistant messages, tool calls, and tool results become the matching events.Turn it on
Capture is off until you enable it. Install the collector with an API key that has theevents:add permission (see API keys), and turn on OpenClaw capture:
--openclaw-enabled --codex-enabled.
On first run, your existing OpenClaw sessions are backfilled once and new activity then streams within seconds. OpenClaw’s own files are only ever read — never modified, moved, or deleted — and each session is shipped exactly once, even across restarts.
Where it shows up
Captured sessions appear in Sessions, and their events in the Events stream, the same as any other agent you observe — so session replay, search, evaluations, and alerts all work on them. Filter by the OpenClaw agent to see them on their own.Privacy
OpenClaw transcripts contain the full session — including command output, file contents, and anything the agent read or wrote — and can contain secrets. Captured sessions are shipped as-is, so enable capture only on machines and for teams where centralizing that content in AgentEye is appropriate, and give the collector a key scoped toevents:add only. See Security for how your data is kept isolated.
