Getting started
Connect an agent safely.
Authorize the machine once in your browser, then record without copying account or administrator credentials into prompts.
1. Install and sign in
npm install --global https://recordthis.dev/downloads/record-cli.tgz && record-cli loginThe CLI opens a short-lived Record authorization page. Sign in or create a free workspace, review the requested access, and choose Connect agent. The browser closes when allowed and the agent is ready.
2. Check the capture backend
record-cli doctor --jsonmacOS uses the system recorder. Linux X11 and Xvfb require FFmpeg; wlroots Wayland requires wf-recorder. Run the check inside the same graphical session as the agent.
3. Record the first task
record-cli start --duration 10 --title "First agent task" --agent codex --jsonHeadless and manual setup
Use record-cli login --no-open when the agent cannot launch a browser, then open the printed URL on a trusted device. Workspace owners can still create a manual scoped setup command from Connect agent.
The browser approval page never displays the agent token. Revoke a connected identity immediately from Agent access if the machine is no longer trusted.