The Sentry Integration Platform lets you build custom apps that extend Sentry’s functionality. A Sentry App is an OAuth application that can subscribe to webhooks, render UI components inside Sentry, and make API calls on behalf of an organization. Use these endpoints to manage installed Sentry Apps, link Sentry issues to external trackers, and provision users via SCIM.Documentation Index
Fetch the complete documentation index at: https://sentrydocs.dev/llms.txt
Use this file to discover all available pages before exploring further.
Sentry App installations
When an organization installs your Sentry App, Sentry creates an installation record. Each installation has a UUID that you use to identify which organization and app the requests refer to.List installed apps
org:read
Path parameters
The numeric ID or slug of the organization.
Example request
Example response
External issues
External issues link a Sentry issue to a ticket or work item in an external system (such as GitHub Issues, Jira, or a custom tracker). This lets Sentry display the linked ticket alongside the issue.List external issues
event:read
Path parameters
The UUID of the Sentry App installation.
Create an external issue
event:write
Request body
The numeric ID of the Sentry issue to link.
The URL to the external issue in the third-party system.
The slug of the project the Sentry issue belongs to.
The identifier of the issue in the external system (e.g.
"42" for issue #42).Example request
Example response
Delete an external issue
event:admin
Path parameters
The ID of the external issue link to delete.
204 No Content on success.
SCIM API
The SCIM (System for Cross-domain Identity Management) API lets you provision and manage Sentry organization members and teams from your identity provider (IdP). This enables automated user lifecycle management — onboarding, offboarding, and role changes flow directly from your IdP into Sentry.SCIM is available on Business and Enterprise plans. You must configure a SAML identity provider for your organization before using SCIM.
Users
List users
Provision a user
Update a user
Remove a user
SCIM user schema
SCIM endpoints use the SCIM 2.0 protocol format. The request and response bodies follow theurn:ietf:params:scim:schemas:core:2.0:User schema.