sentry-create-alert

Create and configure Sentry alerts via the workflow engine API.

20|3|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/getsentry/sentry-agent-skills --skill sentry-create-alert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-create-alert
Source: https://github.com/getsentry/sentry-agent-skills/tree/main/skills/sentry-create-alert
Command: npx skills add https://github.com/getsentry/sentry-agent-skills --skill sentry-create-alert

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create and configure alerts for Sentry issues using the workflow engine API to automate notifications and escalations.

Core Features & Use Cases

  • Automate alert creation across Slack, PagerDuty, email, and other notification channels.
  • Configure workflow-driven alert rules for priority handling and escalation paths.
  • Use case: Automate incident notifications for critical issues across orgs when a high-priority condition is met.

Quick Start

Provide the required org slug, auth token, region, alert name, and trigger events to create a workflow-based alert.

Frequently Asked Questions about sentry-create-alert

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

FAQPage Schema
How do I automate Sentry alert creation for Slack and PagerDuty notifications?

Automate Sentry alert creation by using the workflow engine API to configure notification actions for Slack, PagerDuty, or email. You provide the org slug, auth token, and trigger events to construct the payload.

What do I need to set up workflow-driven alerts in Sentry?

To set up workflow-driven alerts in Sentry, you need curl installed in a shell environment and an org auth token with the alerts:write scope. You also provide the org slug, region, and alert name.

Can I configure escalation paths for priority Sentry issues across multiple projects?

Yes, you can configure escalation paths for priority Sentry issues across orgs and projects. The workflow engine API allows you to define trigger events and route critical incident notifications to appropriate channels.

How does the Sentry workflow engine API handle alert configuration?

The Sentry workflow engine API handles alert configuration by guiding you through Phase 1-5 workflow steps and payload construction. This process automates the creation of rules for issue notifications and priority handling.

What is the best way to trigger incident notifications for high-priority Sentry issues?

The best way to trigger incident notifications for high-priority Sentry issues is to create a workflow-based alert. This involves defining specific trigger events in the payload to automatically send notifications when conditions are met.