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:| Event | Triggered when |
|---|---|
session.created | A new recording session is created and queued for processing. |
session.complete | Analysis finishes and the generated prompt is ready. |
session.error | Processing 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.