Skip to content
Worix
BrowsePublish
Log inSign Up

Pagerduty

PagerDuty incident management — manage incidents, services, schedules, escalation policies, and on-call via REST API

92 downloads
Free
Reviewed

🚨 PagerDuty

PagerDuty incident management — manage incidents, services, schedules, escalation policies, and on-call via REST API

Requirements

VariableRequiredDescription
PAGERDUTY_API_KEY✅API token from pagerduty.com

Quick Start

# List incidents
python3 {{baseDir}}/scripts/pagerduty.py incidents --statuses[] <value> --since <value> --until <value>

# Get incident
python3 {{baseDir}}/scripts/pagerduty.py incident-get id <value>

# Create incident
python3 {{baseDir}}/scripts/pagerduty.py incident-create --title <value> --service_id <value> --urgency <value>

# Update incident
python3 {{baseDir}}/scripts/pagerduty.py incident-update id <value> --status <value>

# List incident notes
python3 {{baseDir}}/scripts/pagerduty.py incident-notes id <value>

# Add note
python3 {{baseDir}}/scripts/pagerduty.py incident-note-add id <value> --content <value>

# List services
python3 {{baseDir}}/scripts/pagerduty.py services --query <value>

# Get service
python3 {{baseDir}}/scripts/pagerduty.py service-get id <value>

All Commands

CommandDescription
incidentsList incidents
incident-getGet incident
incident-createCreate incident
incident-updateUpdate incident
incident-notesList incident notes
incident-note-addAdd note
servicesList services
service-getGet service
service-createCreate service
oncallsList on-calls
schedulesList schedules
schedule-getGet schedule
escalation-policiesList escalation policies
usersList users
user-getGet user
teamsList teams
vendorsList vendors
notificationsList notifications
abilitiesList abilities

Output Format

All commands output JSON by default. Add --human for readable formatted output.

python3 {{baseDir}}/scripts/pagerduty.py <command> --human

Script Reference

ScriptDescription
{{baseDir}}/scripts/pagerduty.pyMain CLI — all commands in one tool

Credits

Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.

📅 Need help setting up OpenClaw for your business? Book a free consultation

Download

ZIP package — ready to use

Skill Info

Creator
aiwithabidi
Downloads
92
Published
Mar 15, 2026
Updated
Mar 16, 2026