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.

Connect one named agent.Copy the one-time setup command on the intended agent machine.Open GIF

2. Install the CLI

Global install
npm install --global https://recordthis.dev/downloads/record-cli.tgz

3. Check screen recording permission

Permission check
record-cli doctor --json

4. Record the first task

First recording
record-cli start --duration 10 --title "First agent run" --agent codex --json

Publish the first recording.The CLI reports structured status and the finalized run appears in the workspace.Open GIF

What 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.