Sentry · Capability
Sentry Projects API — Service Hooks
Sentry Projects API — Service Hooks. 5 operations. Lead operation: Sentry List a project's service hooks. Self-contained Naftiko capability covering one Sentry System business surface.
What You Can Do
GET
Listprojectservicehooks
— Sentry List a project's service hooks
/v1/projects/{organization-id-or-slug}/{project-id-or-slug}/hooks
POST
Createprojectservicehook
— Sentry Register a new service hook
/v1/projects/{organization-id-or-slug}/{project-id-or-slug}/hooks
GET
Retrieveprojectservicehook
— Sentry Retrieve a service hook
/v1/projects/{organization-id-or-slug}/{project-id-or-slug}/hooks/{hook-id}
PUT
Updateprojectservicehook
— Sentry Update a service hook
/v1/projects/{organization-id-or-slug}/{project-id-or-slug}/hooks/{hook-id}
DELETE
Deleteprojectservicehook
— Sentry Remove a service hook
/v1/projects/{organization-id-or-slug}/{project-id-or-slug}/hooks/{hook-id}
MCP Tools
sentry-list-project-s-service-hooks
Sentry List a project's service hooks
read-only
idempotent
sentry-register-new-service-hook
Sentry Register a new service hook
sentry-retrieve-service-hook
Sentry Retrieve a service hook
read-only
idempotent
sentry-update-service-hook
Sentry Update a service hook
idempotent
sentry-remove-service-hook
Sentry Remove a service hook
idempotent