> For the complete documentation index, see [llms.txt](https://resmocom.gitbook.io/product/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resmocom.gitbook.io/product/integrations/pagerduty-integration.md).

# PagerDuty Integration

## Resmo + PagerDuty Integration Fundamentals

![](/files/T62T11D7V3lR5t2BzOHr)

Resmo's one-click integration with PagerDuty ensures secure digital operations and helps mitigate threats to your assets.

### What does Resmo offer to PagerDuty users?

* Consolidate and monitor all PD assets in one place.
* Use simplified SQL querying to answer questions on your resources.
* Set up custom or predefined rules for continuous security and compliance auditing.
* Add notification rules to get alerted on rule violations in real-time.

{% hint style="info" %}
PagerDuty is also available as a notification channel.&#x20;

See [PagerDuty Notification Channel](/product/notifications/pagerduty-notification-channel.md).
{% endhint %}

### How does the integration work?

Resmo seamlessly integrates with PagerDuty using an API key to connect the services. The API key allows initial polling and collecting of existing PD resources. Then, Resmo receives updates and resource changes in real-time through regular polling.&#x20;

**Available resources**

Resmo PagerDuty integration aggregates resources such as add-ons, business services, escalation policies, and more.

See the full list:

{% embed url="<https://resources.resmo.com/pagerduty>" %}

### Common queries and rules

* List PagerDuty integrations per type
* Detect webhooks without events
* Identify users without notification rule
* List users without a team
* See users with multiple subdomain access

### Integration walkthrough

#### How to install

1. Navigate to the Integrations page on Resmo and select PagerDuty.
2. Click the Add Integration button from the bottom right corner of the opening modal.
3. Hit the Create button.
4. Go to your PagerDuty account and navigate to the API Access Keys page.

![](/files/4kWVr0vZ3EM84JjjOhul)

6. Then, create a new API key with Read-only permission.

![](/files/xtYIYXyCcNZcLEViY3Rp)

7. Next, copy the created API key and go back to the Resmo PagerDuty integration screen.

![](/files/8lDkJ9CgTRX8eAFudCku)

8. Paste the copied API key into the API Key field on the integration screen.

![](/files/8Cq9vk1hYPVGgm8AhYEB)

9. Click Create, and your integration is all set!

#### How to uninstall

1. Navigate to Integrations.
2. Click the PagerDuty integration.
3. Go to the Connected Integrations tab from the opening modal and select the one you want to remove or disable.
4. Disable it to enable later or click Delete to remove the integration permanently.

![](/files/Ue3dpsjhzA1vh9y7dHl3)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://resmocom.gitbook.io/product/integrations/pagerduty-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
