# Claude Scope ## Docs - [Claude Scope: AI Prompt Generator for UI Debugging](https://claudescope.mintlify.app/introduction.md): Claude Scope records your browser tab, runs Vision AI and Playwright analysis, then generates a structured prompt for Claude Code, Codex, or Cursor. - [Get Started with Claude Scope](https://claudescope.mintlify.app/quickstart.md): Create an account, connect your Anthropic API key, record your first browser session, and copy the generated prompt into your AI coding agent. - [How Claude Scope Analyzes Your UI](https://claudescope.mintlify.app/how-it-works.md): Walk through Claude Scope's pipeline: browser recording, SSIM frame extraction, parallel Vision AI and Playwright ARIA analysis, and prompt synthesis. - [How to Start a New Browser Recording in Claude Scope](https://claudescope.mintlify.app/recording/new-recording.md): Set up and launch a browser screen recording to capture UI interactions and generate structured system prompts for AI coding agents. - [Review Extracted Frames from Your Claude Scope Recording](https://claudescope.mintlify.app/recording/frame-review.md): Inspect the SSIM-extracted frames from your recording, explore per-frame ARIA trees and diff summaries, then proceed to prompt generation. - [Understanding Your Claude Scope Generated Prompt Output](https://claudescope.mintlify.app/recording/output.md): Copy your agent-formatted prompt, configure output options, and save the session — the final step of the Claude Scope recording pipeline. - [Configure AI Model Access and API Keys](https://claudescope.mintlify.app/configuration/model-access.md): Connect your own API key for vision analysis, select a provider and model, and manage stored credentials — all from the Model Access page. - [Customize Prompt Output Settings](https://claudescope.mintlify.app/configuration/output-settings.md): Control what appears in your generated prompt — screenshots, ARIA trees, DOM diffs, agent target format, and maximum recording length. - [Integrations and Workflow Connections](https://claudescope.mintlify.app/configuration/integrations.md): Connect Claude Scope to GitHub, Slack, and custom webhook endpoints to bring recording sessions into your existing development workflow. - [Session Dashboard and Statistics](https://claudescope.mintlify.app/sessions/overview.md): The Claude Scope dashboard shows session stats, recent recordings, and quick links to start recording, browse sessions, or change settings. - [Browse, View, and Delete Your Sessions](https://claudescope.mintlify.app/sessions/managing-sessions.md): Search and filter your session list, inspect session details and extracted frames, rename sessions, and permanently delete recordings. - [Frequently Asked Questions About Using Claude Scope](https://claudescope.mintlify.app/faq.md): Answers to common questions about browser support, API keys, recording storage, supported coding agents, pricing, and video formats for Claude Scope. - [Claude Scope: Troubleshooting Guide for Common Errors](https://claudescope.mintlify.app/troubleshooting.md): Step-by-step fixes for recording permission failures, vision processing errors, incomplete prompts, and account issues in Claude Scope. - [Claude Scope REST API Overview](https://claudescope.mintlify.app/api/overview.md): Explore the full Claude Scope REST API — base URL, authentication, request format, status codes, and a table of every available endpoint. - [Authenticate Requests to the Claude Scope API](https://claudescope.mintlify.app/api/authentication.md): Learn how to obtain a JWT Bearer token from the Claude Scope web app and authenticate every API request from your own code or scripts. - [POST /recordings — Upload a Recording](https://claudescope.mintlify.app/api/recordings.md): Upload a browser recording to the Claude Scope API and receive a fully analyzed session with a generated agent-ready system prompt. - [Sessions API — List, Get, Update, Delete](https://claudescope.mintlify.app/api/sessions.md): Create, list, retrieve, update, delete, and poll sessions with the Claude Scope Sessions API — including frame data and processing status. - [Settings API — Get and Update Preferences](https://claudescope.mintlify.app/api/settings.md): Read and update your Claude Scope account preferences — default agent, screenshot inclusion, ARIA tree output, and recording length — via the API.