--- title: 'PagerDuty' description: 'Manage incidents, schedules, and on-call rotations with PagerDuty.' --- # PagerDuty Manage incidents, schedules, and on-call rotations with PagerDuty. | Detail | Value | |---|---| | Category | Dev Tools | | Base URL | `https://api.pagerduty.com` | | Authentication | Bearer Token | | Endpoints | 6 | | Connector key | `pagerduty` | ## Using PagerDuty in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **PagerDuty** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /incidents](./get_incidents_devtools_listincidents) | List incidents | | [POST /incidents](./post_incidents_devtools_createincident) | Create an incident | | [GET /incidents/{id}](./get_incidents_id_devtools_getincident) | Get an incident | | [PUT /incidents/{id}](./put_incidents_id_devtools_updateincident) | Update an incident | | [GET /services](./get_services_devtools_listservices) | List services | | [GET /oncalls](./get_oncalls_devtools_listoncalls) | List on-call entries | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.