# Palo Alto Prisma Cloud

In this guide, you'll create API credentials in Prisma Cloud to enable Radiant to collect alerts&#x20;

At the end of this configuration, you will provide Radiant Security with these values:

* **API URL**
* **Access Key ID**
* **Secret Access Key**
* **Prisma ID (optional)**

### Prerequisites

* [ ] System Admin access to Prisma Cloud&#x20;

### Generate API Credentials

{% hint style="warning" %}
**Important note**: If you do not see the option to add a new key, it means that you do not have the permissions to create access keys. Make sure that you are logged as an admin.
{% endhint %}

1. On the Prisma Cloud Console, select **Settings > Access Control > Access Keys** and select **Add > Access Key**.
2. Enter a **Name** for the key (e.g. `Radiant Security Integration`).
3. Select **Enable Expiration** to set the key expiry term. Specify a term (date and time for the key validity) that adheres to your corporate compliance standards. If you do not select key expiry, the key is set to never expire. We recommend a one-year term.
4. Click **Save**.

{% hint style="info" %}
**Note**: Be sure to copy and store the **Access Key ID** and the **Secret Key** carefully, as they cannot be retrieved later and can present a security risk if used in an unauthorized fashion.
{% endhint %}

### Get your API URL and PrismaID

#### **API URL**

Your console URL changes according to your region. Please take note of your region and copy the corresponding **API URL** from [Prisma Cloud’s Website](https://pan.dev/prisma-cloud/api/cspm/api-urls/).

{% hint style="warning" %}
**Important Note:** Copy the **Prisma Cloud API URL** (not the **Prisma Cloud Admin Console URL**).
{% endhint %}

#### **PrismaID (optional)**

{% hint style="info" %}
**Note**: This information is *optional* and should be added only if you are dealing with a multi-tenant environment.
{% endhint %}

1. From the console, Select **Settings** > **License Information** or **Account Settings**.
2. On the **License** page, look for the value **PrismaID** and copy it.

### Add the credentials in Radiant Security

1. Log in to [Radiant Security](https://app.radiantsecurity.ai/).
2. From the navigation menu, select **Settings > Data Connectors** and click **+ Add Credential**.
3. Select the **Palo Alto Prisma Cloud** from the list and click **Credentials.**
4. For **Credential Name**, give the credential an identifiable name (like `Prisma Cloud API`).
5. Under **Required** **Credentials**, fill the fields with the values your copied from the previous sections.
6. Click **Add Connector** to save the changes.


---

# Agent Instructions: 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:

```
GET https://help.radiantsecurity.ai/radiant-connectors/data-connectors/palo-alto-prisma-cloud.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
