Skip to main content
Claude Scope is designed to fit into the tools you already use. The Integrations page lists planned connections to external services so you can route recording output directly into your development workflow without switching context. To open the Integrations page, go to your workspace and click Integrations in the left sidebar.
All integrations listed below are currently in development. Each one shows a Coming soon status. No configuration is available yet — this page will update as integrations ship.

Planned integrations

GitHub

Automatically create a GitHub issue from a completed recording session. The issue includes the session summary, frame count, and a link back to the Claude Scope output.

Slack

Post a session summary to a Slack channel when a recording finishes processing. Useful for keeping a team channel updated with UI changes being investigated.

Webhooks

Send HTTP POST payloads to your own endpoint for any processing event — session created, processing complete, or error. Use webhooks to trigger your own automation.

Webhook event types

When the Webhooks integration ships, it will emit events for the following lifecycle moments:
EventTriggered when
session.createdA new recording session is created and queued for processing.
session.completeAnalysis finishes and the generated prompt is ready.
session.errorProcessing fails for any reason.
Until native integrations are available, you can connect Claude Scope to your own tools using the REST API. The API gives you programmatic access to sessions, recordings, and generated output. See the API overview to get started.