# Authorize Keys

**Adding and Authorizing OpenAI Keys**

To enable the monitoring of your LLM statistics and gain valuable business insights, you'll need to add and authorize your OpenAI keys in GPTBoost. Follow these straightforward steps to get started:

* **Key Naming -** When adding your OpenAI key to GPTBoost, choose a name that is both descriptive and practical. This name will help you easily identify and manage your keys as you use them.&#x20;
* **Organization ID -** If your OpenAI account requires an Organization ID, be sure to provide this information during the authorization process.&#x20;

<figure><img src="/files/mJUEgCJgr37Q5OlI9dtC" alt=""><figcaption><p>Add your OpenAI API Key</p></figcaption></figure>

**Security and Data Privacy**

Rest assured that the security of your OpenAI keys is of paramount importance to us. We take the following measures to safeguard your data and maintain privacy:

* **Hashing Algorithm Security -** The OpenAI keys you authorize to GPTBoost are processed through a hashing algorithm. This one-way cryptographic function is renowned for its virtually irreversible nature. This ensures the confidentiality and integrity of your key.
* **Data Privacy -** Your privacy is our priority. Only the hash value of your key is retained on our server. We do not store the raw value of your key. Your sensitive information remains protected during the authorization process.

By following these steps and understanding our commitment to security and data privacy, you can confidently use GPTBoost for LLM statistics monitoring while keeping your OpenAI keys and data secure. On top of that, we're offering an additional layer of [IP Security Policy](/security/methods.md) to restrict the usage of your keys, available in the paid plans.&#x20;


---

# 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.gptboost.io/first-steps/add-keys.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.
