> For the complete documentation index, see [llms.txt](https://docs.prismacloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prismacloud.io/content-collections/data-security-posture-management/prisma-cloud-dspm-integrations/integrate-pageduty-with-dig-security.md).

# Integrate Prisma Cloud DSPM With PagerDuty

Through its SaaS-based platform, PagerDuty empowers developers, DevOps, IT operations and business leaders to prevent and resolve business-impacting incidents. PagerDuty arms organizations with the insight to proactively manage events that may impact customers across their IT environment

Integrating PageDuty with Dig Security allows you to create PagerDuty tickets based on events received by Prisma Cloud DSPM. This enables you to seamlessly streamline remediation activity to the relevant stakeholders in the organization.

### Prerequisite

To integrate PagerDuty with Prisma Cloud DSPM, ensure that you have a PagerDuty account with admin privileges.

### Integration

#### Step 1: Create a New Service in PagerDuty and Get the Integration Key

1. Log in to PagerDuty.
2. In the Integrations menu, select API Access Keys.

   ![](/files/wcj9TpQIBaIWj2DBB4W5)

**Create a New API Key**

The API key will be used as a client secret during the registration process.

1. In the API Access Keys window, click **+ Create New API Key**.

   ![](/files/7ED9Cy5IQQ4N7Fb3ytW5)
2. In the Create API Key pop up, enter a meaningful description, and click **Create Key**.

   ![](/files/dfEqx1mYa2xZwHmAtn74)
3. The New API Key pop-up displays the API key. Copy and save the API Key as it will not be shown again.
4. After copying and saving the key, click **Close**.

**Create a New Service**

1. In the Services menu, select Service Directory.
2. In the Service Directory window, click **+ New Service**.

   ![](/files/Rx7VgZ6oa7THzwHhQ58p)
3. Complete the Create a Service Form.
   1. Enter a name, description, and click **Next**.

      ![](/files/GQDxUUcRfrpYML6Rfgx9)
   2. Generate a new Escalation Policy or select an existing Escalation Policy.
   3. Choose the Alert Grouping options as required, and click **Next**.

      ![](/files/vfVDjDuGXr02gyQWFrB9)
   4. Choose the **Events API V2** integration option.

      ![](/files/7t0yY9CyXeQbKuCkU1RE)
   5. Click **Create Service**. After creating a new service, you are redirected to its Integrations page.
   6. Copy and save the Integration Key. The Integration key will be required for configuring PagerDuty integration in Prisma Cloud DSPM.

      ![](/files/hNpgLd87R72YfaY1Uyf1)

#### Step 2: Complete the Integration in Prisma Cloud DSPMDig Security

1. Sign in to your Prisma Cloud DSPM account.
2. Click the Preferences tab.
3. Under Integrations, go to the Workflow area, select the **PagerDuty** option, and click **Connect**.

   ![](/files/i1n1VZaedJjQBT5XirdI)
4. In the PagerDuty window, enter the integration key and the API key, and click Connect. This completes the integration.

   ![](/files/AC7NkupChtE60c5bbFcr)

**Create a PagerDuty Ticket**

1. In the **Risk** tab click Findings.
2. Click on a Finding.
3. In the Options drop down, (available for any of the Findings details), click **Create PagerDuty ticket**.
4. Edit the ticket as required, and click **Create**.

The ticket can now be viewed in the Prisma Cloud DSPM Risk Findings tab. Click the link to go to the ticket in PagerDuty.


---

# 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://docs.prismacloud.io/content-collections/data-security-posture-management/prisma-cloud-dspm-integrations/integrate-pageduty-with-dig-security.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.
