sentry-create-alert

Configure Sentry workflow engine alerts via the organization API.

Updated Jun 4, 2026
One-click install
npx skills add https://github.com/achmf/KostaHub --skill sentry-create-alert-achmf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-create-alert
Source: https://github.com/achmf/KostaHub/tree/main/.agents/skills/sentry-create-alert
Command: npx skills add https://github.com/achmf/KostaHub --skill sentry-create-alert-achmf

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of configuring Sentry alerts through the UI by providing a programmatic interface to define, filter, and deploy complex notification workflows directly via the Sentry API.

Core Features & Use Cases

  • Workflow Automation: Create sophisticated alert rules that trigger based on issue priority, frequency, or specific event types.
  • Multi-Channel Integration: Configure automated notifications for Slack, PagerDuty, Discord, Microsoft Teams, and email.
  • Use Case: Automatically set up a high-priority alert for a new service that notifies the on-call engineer via PagerDuty only when error frequency exceeds 50 occurrences within a one-hour window.

Quick Start

Use the sentry-create-alert skill to configure a new high-priority Slack notification rule for the production environment in my organization.

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 configuration for multiple environments?

You can automate Sentry alert configuration by using a programmatic interface to define triggers, filter conditions, and notification actions directly via the Sentry organization API. This removes the manual overhead of setting up workflow engine alerts through the UI.

Can I create Sentry workflow alerts that notify Slack, PagerDuty, or Discord?

Yes, Sentry workflow alerts support multi-channel integration for automated notifications. You can configure alert rules to send notifications to Slack, PagerDuty, Discord, Microsoft Teams, and email when specific triggers occur.

How do I set up a Sentry alert rule for high error frequency within a specific time window?

To set up a Sentry alert for high error frequency, you define a trigger based on issue frequency and set a condition such as error occurrences exceeding 50 within a one-hour window. The workflow engine then evaluates this rule to escalate priority and send notifications.

Do I need specific API credentials to configure Sentry workflow alerts programmatically?

Yes, you need valid Sentry organization credentials with the alerts:write scope to configure workflow alerts programmatically. You must also use region-specific Sentry API endpoints to interact with the workflow engine and deploy automated monitoring rules.

What is the difference between manual UI configuration and API-driven Sentry alert workflows?

API-driven Sentry alert workflows provide a programmatic interface to define, filter, and deploy complex notification rules, removing manual UI overhead. This approach allows you to automate issue tracking, priority escalation, and cross-platform integration at scale.

Can I filter Sentry workflow alerts based on issue priority or specific event types?

Yes, Sentry workflow alerts support filtering conditions based on issue priority, frequency, or specific event types. You can define automated monitoring rules that trigger notifications only when your specified filter conditions are met.