# OpenAI

## Introduction&#x20;

OpenAI is an AI research and deployment company that develops advanced artificial intelligence models, such as ChatGPT and DALL·E. It focuses on creating AI technologies that are safe, ethical, and beneficial to humanity.

## Available Features

* Identity Rules
* User Inventory

## Prerequisites

An **Admin** API Key.

<details>

<summary><strong>Follow these steps to generate the API key:</strong> </summary>

1. Go to [**OpenAI Account**](https://platform.openai.com/settings/organization/admin-keys)
2. Click "Create New Admin key".
3. Add a Name and Hit create Admin key.
4. Hit "Copy" to copy the generated API key.&#x20;

</details>

## Onboarding OPenAI in your Perimeters account

1. Go to "Integrations" -> Select "OpenAI" -> Click "+ Add" -> Click "+ Start Integration".
2. **“API key” -**\
   Fill the previously created API key.
3. Click **"Finish"** to complete the onboarding process.

Once you have completed these steps, OPenAI should be successfully integrated with your Perimeters account.


---

# 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://support.perimeters.io/perimeters-documentation/connecting-perimeters/integrations-for-security-insights/saas-applications/openai.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.
