# Generating IDE/CLI Integration key

Before you install IDE integrations, you need to generate an API key.

> **Note:** A user with Admin and Developer roles can create an API Key for the IDE extension. The API Key will be created according to the user's scope.

**To generate an API key:**

1. From the left pane of OX Security platform, select **Settings > API Key Settings**.
2. In the **API Key Settings** window, select **CREATE API KEY**.
3. In the **Create API Key** dialog, set the following:

<figure><img src="/files/HW5x0rmGS5J9Ju3MnbU7" alt="" width="450"><figcaption></figcaption></figure>

|                     |                                                                                                                        |
| ------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| **API Key Name**    | Add a meaningful name that is easy to identify. It is good practice to include the key's intended purpose in the name. |
| **API Key Type**    | Select **IDE/CLI Integration**.                                                                                        |
| **Expiration Date** | Until when you can use this key.                                                                                       |

4. Select **CREATE**. The key appears.

<figure><img src="/files/JJlFfXCJFgyBcCIRxVyT" alt="" width="452"><figcaption></figcaption></figure>

5. Copy and save the API Key Secret to be used when connecting to APIs. This is the only time when you can see and copy the key.
6. Select **CLOSE**. The new key appears in the **API Key Settings** page.

<figure><img src="/files/frRALwkjXSfWqIv8QUEB" alt=""><figcaption></figcaption></figure>


---

# 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://docs.ox.security/scan-and-analyze-with-ox/scanning/ox-ide-integrations/generating-ide-cli-integration-key.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.
