> For the complete documentation index, see [llms.txt](https://help.radiantsecurity.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.radiantsecurity.ai/radiant-connectors/cloud-and-infrastructure/crowdstrike-falcon-cspm/generate-crowdstrike-falcon-cspm-read-only-credentials.md).

# Generate CrowdStrike Falcon CSPM Read-Only Credentials

In this guide, you will create an API client with read-only credentials for Crowdstrike OAuth2. \
\
At the end of this configuration, you will provide Radiant Security with the following values:

* **Client ID**
* **Secret**
* **Base URL**

### Prerequisites

* [ ] Admin access to CrowdStrike Falcon

### **Create the credentials in CrowdStrike Falcon**

1. Sign in to [CrowdStrike Falcon](https://falcon.us-2.crowdstrike.com/login/) with an admin account.
2. Expand the side menu and click **Support and resources**.
3. Under **Resources** **and** **tools**, click **API clients and keys.**
4. Click **Create API**.
5. Enter a **Client** **Name** to help identify the credential.
6. Under **Scope**, select **CSPM Registration - Read**.
7. Click **Create.**
8. Copy and store the **Client ID,** **Secret**, and **Base URL** values.

### Share the credentials with Radiant Security

1. Log into [Radiant Security](https://app.radiantsecurity.ai/).
2. From the navigation menu, select **Settings** > **Credentials** and click **+ Add Credential**.
3. Select the **Crowdstrike OAuth2** credential type from the list and click **Configure Credential**.
4. Give the credential an identifiable name (e.g. `Crowdstrike Falcon CSPM Credentials`) and paste the values (**Client** **ID**, **Client** **Secret** **Key**, and **Base URL**) that you copied from the **Create the credentials in CrowdStrike Falcon** section. Leave the **Prefix** value empty.
5. Click **Add Credential** to save the changes.


---

# 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://help.radiantsecurity.ai/radiant-connectors/cloud-and-infrastructure/crowdstrike-falcon-cspm/generate-crowdstrike-falcon-cspm-read-only-credentials.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.
