Sentry · Capability
Sentry Teams API — Teams
Sentry Teams API — Teams. 7 operations. Lead operation: Sentry List an organization's teams. Self-contained Naftiko capability covering one Sentry System business surface.
What You Can Do
GET
Listorganizationteams
— Sentry List an organization's teams
/v1/organizations/{organization-id-or-slug}/teams
POST
Createteam
— Sentry Create a new team
/v1/organizations/{organization-id-or-slug}/teams
GET
Listprojectteams
— Sentry List a project's teams
/v1/projects/{organization-id-or-slug}/{project-id-or-slug}/teams
GET
Retrieveteam
— Sentry Retrieve a team
/v1/teams/{organization-id-or-slug}/{team-id-or-slug}
PUT
Updateteam
— Sentry Update a team
/v1/teams/{organization-id-or-slug}/{team-id-or-slug}
DELETE
Deleteteam
— Sentry Delete a team
/v1/teams/{organization-id-or-slug}/{team-id-or-slug}
GET
Listteamprojects
— Sentry List a team's projects
/v1/teams/{organization-id-or-slug}/{team-id-or-slug}/projects
MCP Tools
sentry-list-organization-s-teams
Sentry List an organization's teams
read-only
idempotent
sentry-create-new-team
Sentry Create a new team
sentry-list-project-s-teams
Sentry List a project's teams
read-only
idempotent
sentry-retrieve-team
Sentry Retrieve a team
read-only
idempotent
sentry-update-team
Sentry Update a team
idempotent
sentry-delete-team
Sentry Delete a team
idempotent
sentry-list-team-s-projects
Sentry List a team's projects
read-only
idempotent