pagerduty-orchestration

Manage event orchestration and routing rules in PagerDuty.

650|182|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/automateyournetwork/netclaw --skill pagerduty-orchestration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pagerduty-orchestration
Source: https://github.com/automateyournetwork/netclaw/tree/main/workspace/skills/pagerduty-orchestration
Command: npx skills add https://github.com/automateyournetwork/netclaw --skill pagerduty-orchestration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Network and operations teams need to control how incoming events are routed, suppressed, and escalated in PagerDuty, but manually auditing and editing orchestration rules through the UI is slow and error-prone.

Core Features & Use Cases

  • Orchestration Discovery: List all event orchestrations and retrieve details for global, router, and service-specific configurations.
  • Routing Rule Management: Review existing router rules and append or update rules to direct network events to the right services.
  • Event Suppression: Configure suppression rules for maintenance windows to reduce alert noise.
  • Use Case: During a routing audit, list all orchestrations, pull each router's rules, document the routing logic, and identify gaps or misconfigurations before a change window.

Quick Start

Ask the agent to list all PagerDuty event orchestrations and show the router rules for a specific orchestration ID.

Frequently Asked Questions about pagerduty-orchestration

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

FAQPage Schema
How do I list all event orchestrations in PagerDuty?

Use the list_event_orchestrations tool to retrieve all event orchestrations in your PagerDuty account. You can then pass an orchestration ID to get_event_orchestration for detailed configuration.

How to add a routing rule to a PagerDuty event orchestration?

Use append_event_orchestration_router_rule with the orchestration ID and the new rule definition. Write operations require the server to be started with --enable-write-tools, and you should verify the change with get_event_orchestration_router afterward.

What credentials does PagerDuty orchestration management require?

It requires a PAGERDUTY_USER_API_KEY environment variable with a PagerDuty user API key. EU customers can optionally set PAGERDUTY_API_HOST to point at the correct regional API endpoint.

Can I suppress PagerDuty events during a maintenance window?

Yes, retrieve the global orchestration with get_event_orchestration_global, review existing suppression rules, and add a suppression rule for the maintenance window. Verify the change by fetching the global orchestration again.

Why can't I update PagerDuty router rules?

Update and append operations are disabled unless the pagerduty-mcp server runs with --enable-write-tools. Read operations like listing orchestrations and viewing rules work without this flag.