> For the complete documentation index, see [llms.txt](https://docs.secoda.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.secoda.co/enterprise/self-hosted-secoda/additional-resources/additional-environment-variables/openai-api-key-creation-on-premise.md).

# OpenAI API Key Creation (on-premise)

To generate an OpenAI API key, follow these steps:

1. **Sign Up or Log In**: Visit the [OpenAI Platform](https://platform.openai.com/) and either create a new account or log in to your existing one.
2. **Access API Keys**: Once logged in, navigate to the [API Keys](https://platform.openai.com/account/api-keys) section in your account settings.
3. **Create a New Key**: Click on the "Create new secret key" button. A new API key will be generated and displayed.

For more detailed information and guidance, refer to the [OpenAI API Quickstart Guide](https://platform.openai.com/docs/quickstart).


---

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

```
GET https://docs.secoda.co/enterprise/self-hosted-secoda/additional-resources/additional-environment-variables/openai-api-key-creation-on-premise.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.
