Recipes

Short, single-task how-tos for peek. Each recipe walks you through one concrete workflow end-to-end.

Hero recipes

Short recipes

Find a past session by what happened

When I vaguely remember a bug from a past session but can't recall the exact sessionId, I want my agent to search for it by keyword, origin, or date.

claude-codecli

Verify and share a tamper-evident audit trail

When an agent has been acting in my browser, I want proof that the audit log is intact before I share it with a colleague or attach it to a bug report.

claude-codecli

Set up peek with VS Code (Copilot) in 2 minutes

When I want peek's captured sessions in VS Code's Copilot agent, I want the one MCP entry that actually works — not a config VS Code silently ignores.

vscodeinstall

Using peek with your AI coding agent

Once peek is wired into my agent, I want to know when it'll actually help and which of its tools to ask for — without guessing.

claude-codecursorvscodewindsurfclinecodex

Replay how the DOM changed around a failure

I want to see how the page actually changed over time — track one element's history, or every change in the seconds around a failure — from the recorded session.

claude-codecursor

Find the network call that broke your flow

When a page silently failed, I want my agent to find the request that returned an error — the method, URL, status, and what came back — without me digging through devtools.

claude-codecursor

Triage every console error in a recorded session

When something breaks in my browser, I want my agent to list every console error from the recorded session and tell me what I did right before each one.

claude-codecursor

See the causal chain that led to an error

I don't just want the error — I want the story: what I clicked, what the DOM did, and which request failed, in order, right before it broke.

claude-codecursor

Security-review a flow by letting your agent inspect the live DOM

When I'm reviewing a sign-up flow for tokens-in-URL or leaked secrets, I want my agent to look at the actual rendered DOM and network traffic — not the source.

claude-codesecurity

Set up peek with Claude Code in 2 minutes

When I want to try peek with my Claude Code install, I want one command that wires up the MCP server without me touching JSON files.

claude-codeinstall

Set up peek with Cline, Windsurf, or Codex CLI

When I use Cline, Windsurf, or Codex CLI, I want peek's MCP server registered without hunting for each tool's config file.

clinewindsurfcodex-cliinstall

Set up peek with Cursor

When I'm a Cursor user, I want peek wired into my MCP config so the agent can read my browser sessions.

cursorinstall

Understand peek's per-action approval model for sensitive flows

When I'm thinking about letting an agent drive clicks in a real browser, I want to know exactly what peek's permission model is — what it gates, what it logs, and what it never auto-approves.

securityclaude-code