sentry-app-setup

Configure Sentry internal integrations with scoped API access and token storage.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/CerisonAutomation/clud --skill sentry-app-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-app-setup
Source: https://github.com/CerisonAutomation/clud/tree/main/skills/sentry-app-setup
Command: npx skills add https://github.com/CerisonAutomation/clud --skill sentry-app-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bun, curl, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill helps you create and configure a Sentry internal integration so an assistant can securely access your Sentry organization to manage and verify monitoring resources.

Core Features & Use Cases

  • Create an internal integration in Sentry for a specific organization without OAuth, scoped to least-privilege permissions you choose.
  • Store and inject the auth token into the assistant credential vault using an Authorization header template.
  • Verify API access by checking organization details and diagnosing common 401/403/404 failures.
  • Optional UI setup to upload an integration logo for a polished assistant experience.

Quick Start

Create the internal integration in Sentry, copy its auth token, run the token store command, then provide your organization slug and verify the connection succeeds.

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 API access?

Sentry internal integrations allow API-only access scoped to specific permissions like Issue & Event, Project, and Organization, enabling an assistant to securely query issues and manage alerts without OAuth.

Do I need Bun to configure Sentry auth token injection?

Bun is required to execute the token store command and configuration scripts, which inject the Authorization Bearer token into the vault for sentry.io API verification.

What Sentry permissions are required for an internal integration to manage alerts?

Organization owners or managers must scope the integration to Issue & Event, Project, and Organization permissions to ensure least-privilege API access for onboarding and ongoing monitoring workflows.

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

The skill diagnoses common 401, 403, and 404 failures by verifying organization details and checking that the auth token is correctly stored and injected into the credential vault.

Can I add a custom logo to my Sentry internal integration?

Optional UI setup allows you to upload a custom logo directly in Sentry, enhancing the visual identity of the internal integration without affecting the API verification workflow.