sentry-app-setup

Sets up and validates a Sentry internal integration for API access.

2|2|Updated May 13, 2026
One-click install
npx skills add https://github.com/autonomy-cloud/kairos-interface --skill sentry-app-setup-autonomy-cloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-app-setup
Source: https://github.com/autonomy-cloud/kairos-interface/tree/main/skills/sentry-app-setup
Command: npx skills add https://github.com/autonomy-cloud/kairos-interface --skill sentry-app-setup-autonomy-cloud

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill removes the repetitive setup work of configuring Sentry access for an assistant, enabling it to manage issues, alerts, and releases under your organization’s permissions.

Core Features & Use Cases

  • Creates a Sentry internal integration for a single organization without OAuth, using least-privilege permissions.
  • Stores and injects a Sentry auth token into the credential vault for secure API usage (token sent as a Bearer header).
  • Verifies connectivity and permissions by calling the Sentry organization read endpoint and guiding resolution for common 401/403/404 issues.

Quick Start

Run the sentry-app-setup skill to check existing configuration, create the Sentry internal integration in your browser, store the generated auth token, and verify the connection.

Frequently Asked Questions about sentry-app-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a Sentry internal integration for an assistant without OAuth?

To set up a Sentry internal integration without OAuth, create the integration in your browser, generate an auth token, and store it in the credential vault so the assistant can access Sentry APIs as itself using a Bearer header.

What permissions does a Sentry internal integration need for issue and release management?

Sentry internal integrations require least-privilege permissions for automated issue and event reads, optional project access, and release and alert management to ensure the assistant operates securely under your organization's existing permissions.

Why does my Sentry API verification return a 401 or 403 error?

Sentry API verification returns 401 or 403 errors when the stored auth token lacks sufficient organization permissions or is invalid, requiring you to verify org access via the /api/0/organizations/{org_slug}/ endpoint and resolve common token issues.

Can I use a stored Sentry auth token to verify organization access?

Yes, you can verify Sentry organization access by sending the stored auth token as a Bearer header to the /api/0/organizations/{org_slug}/ endpoint, which validates connectivity, checks permissions, and guides resolution for common 404 issues.

Do I need to be an organization owner to configure Sentry API access?

Configuring Sentry API access applies to organization owners and managers who need automated issue reads, release management, and alert handling, ensuring the assistant's internal integration is set up with correct least-privilege permissions.