--- id: pulumi-pagerduty version: "4.35.0" license: Apache-2.0 license_treatment: permissive maintenance: active --- # pulumi-pagerduty — A Pulumi package for creating and managing pagerduty cloud resources. License: permissive · Maintenance: active · Downloads: 111.2K/mo ## 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 above — 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 pip install pulumi-pagerduty uv add pulumi-pagerduty poetry add pulumi-pagerduty ## Installing 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_current - Install friction: low - Maintenance: active - Downloads: 111.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags pulumi pagerduty provider, infrastructure as code pagerduty, pagerduty resource management python, pulumi incident management, define pagerduty resources as code, pagerduty automation python, pulumi cloud provider pagerduty, infrastructure-as-code, incident-management, pulumi-provider [View on SkillFed](https://skillfed.io/packages/pulumi-pagerduty) · [View on PyPI](https://pypi.org/project/pulumi-pagerduty/)