skillfed

pulumi-pagerduty

A Pulumi package for creating and managing pagerduty cloud resources.

pulumi-pagerduty v4.35.0 111.2K downloads/30d#12,428 on PyPI9
Permissive license Apache-2.0 Active released

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-pagerduty

uv

uv add pulumi-pagerduty

poetry

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 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

pulumi pagerduty providerinfrastructure as code pagerdutypagerduty resource management pythonpulumi incident managementdefine pagerduty resources as codepagerduty automation pythonpulumi cloud provider pagerduty
infrastructure-as-codeincident-managementpulumi-provider

More Build Tools packages