What it captures
Every Codex surface that runs locally produces the same on-disk session transcripts, and the collector picks up all of them:- the Codex CLI and
codex exec - the VS Code / IDE extension
- the desktop app, when it runs a session locally
Cloud sessions are not captured. The desktop app increasingly runs sessions in the Codex cloud and keeps only their metadata on the machine — there is no local transcript to read. Only locally-executed sessions are captured.
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 Codex capture:
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 Codex agent to see them on their own.Privacy
Codex transcripts contain the full session — including command output, file contents, and anything Codex 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.
