Getting started
Connect an agent safely.
Create a named agent identity, authorize the machine once, then record without copying administrator credentials into prompts.
1. Create agent access
Open Connect agent, choose the environment, and create a scoped connection.
2. Install the CLI
Global install
npm install --global https://recordthis.dev/downloads/record-cli.tgz3. Check screen recording permission
Permission check
record-cli doctor --json4. Record the first task
First recording
record-cli start --duration 10 --title "First agent run" --agent codex --jsonWhat success looks like
The dashboard shows the agent as connected. A live run appears while recording, then becomes a playable card with a poster frame and review state.
Keep credentials out of prompts.
Use one scoped token per agent. Revoke it immediately from Agent access if it is exposed.