The OpenAI Integration allows your app to use OpenAI APIs for features such as text generation, embeddings, and other AI-powered functionality.

- Go to the OpenAI Platform.
- Navigate to API Keys in your account settings.
- Click Create new secret key.
- Copy the generated key.
- Example:
sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
- Example:
- Go to Integrations → Add OpenAI Integration in your app settings.
- Enter your OpenAI API Key in the input field.
- Save the integration. Your app is now ready to make OpenAI API requests.
- Keep your OpenAI key secure; do not hardcode it in public code repositories.
- Use environment-specific secrets if you have separate development, staging, and production environments.
- The key allows your app to interact with OpenAI endpoints securely and efficiently.