pulumi-pagerduty
A Pulumi package for creating and managing pagerduty cloud resources.
What it is and what it does
pulumi-pagerduty is a Pulumi resource provider that bridges Python infrastructure-as-code workflows with PagerDuty's incident management platform. It lets you declare PagerDuty resources—services, escalation policies, schedules, and incident rules—as Python code within a Pulumi program, then deploy and update them programmatically.
The package wraps PagerDuty's v2 API and integrates with Pulumi's state management and deployment engine. You authenticate via a PagerDuty API token (required), and the provider handles resource creation, updates, and deletion. It's part of Pulumi's multi-language ecosystem, so the same infrastructure patterns work across Node.js, Go, .NET, and Python.
Use it for:
- Automate creation and configuration of PagerDuty services, escalation policies, and schedules as part of a larger infrastructure deployment.
- Manage incident response workflows and on-call rotations programmatically alongside application infrastructure.
- Version-control your PagerDuty setup and apply changes consistently across environments using Pulumi stacks.
- Integrate PagerDuty resource provisioning into CI/CD pipelines for repeatable incident management setup.
- Define multi-team escalation policies and service dependencies declaratively in Python code.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A Pulumi resource provider that lets you define, deploy, and manage PagerDuty resources (incidents, schedules, escalation policies, services) as code using Python.
Yes, if you use Pulumi for infrastructure as code and need to manage PagerDuty resources programmatically. The package is actively maintained, has low install friction, carries a permissive license, and requires only standard dependencies. No known vulnerabilities. Install it as part of your Pulumi project when PagerDuty automation is part of your infrastructure workflow.
Install
pulumi-pagerduty on PyPI
pip
pip install pulumi-pagerdutyuv
uv add pulumi-pagerdutypoetry
poetry add pulumi-pagerdutyInstalling pulumi-pagerduty
Before you install
Low friction install with active maintenance. Released 6 days ago with recent commits. Depends on pulumi, parver, semver, and typing-extensions—all standard, lightweight dependencies.
License in practice
Apache-2.0 permissive license allows use in commercial and open-source projects with minimal restrictions; you must include a copy of the license and note any modifications.
Quickstart
pip install pulumi_pagerduty
import pulumi
import pulumi_pagerduty as pagerduty
service = pagerduty.Service("my-service",
escalation_policy=escalation_policy_id)
Requires a PagerDuty v2 API token set in PAGERDUTY_TOKEN environment variable or via pagerduty:token configuration.
Verify before relying
- Whether the package supports all current PagerDuty API resources or a subset of them.
- Performance characteristics when managing large numbers of PagerDuty resources.
- Whether credential validation can be safely skipped in production scenarios.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — parver, pulumi, semver, typing-extensions |
| Maintenance | actively maintained — 6 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 111,174/month — #12,428 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pulumi_pagerduty-4.35.0-py3-none-any.whl
Keywords: pulumi, pagerduty
Tags
More Build Tools packages
Provides reusable utilities for Python…
permissive · top 100 on PyPI
tqdmWraps any iterable to display a real-time…
copyleft · top 100 on PyPI
pippip is the standard installer for Python…
permissive · top 100 on PyPI
hatchlingHatchling is a standards-compliant Python build…
permissive · top 100 on PyPI
grpcio-toolsGenerates Python gRPC service stubs and message…
permissive · top 1,000 on PyPI
pre-commitpre-commit is a framework for installing and…
permissive · top 1,000 on PyPI
pulumi-gitlabPulumi provider for GitLab that lets you define…
permissive · top 15,000 on PyPI
pulumi-gcpPulumi resource provider for Google Cloud…
permissive · top 5,000 on PyPI
pygerdutyPygerduty is a Python client library for…
permissive · top 15,000 on PyPI
pulumi-cloudflarePulumi provider for Cloudflare that lets you…
permissive · top 15,000 on PyPI
pulumi-dockerPulumi provider for managing Docker resources…
permissive · top 5,000 on PyPI
pulumi-githubPulumi provider for GitHub that lets you define…
permissive · top 15,000 on PyPI
pypdA Python client for PagerDuty's v2 API that…
permissive · top 15,000 on PyPI
pulumi-tlsPulumi resource provider for creating and…
permissive · top 5,000 on PyPI
pdpyrasA REST API client library for PagerDuty that…
permissive · top 5,000 on PyPI
pulumi-randomProvides safe, deterministic randomness for…
permissive · top 5,000 on PyPI