Introduction
This guide explains how to obtain authentication details from OpenAI, as well as how to install an OpenAI Connector.
Setup & Authentication
Overview
To use the OpenAI Connector, an OpenAI account is required, as well as an API key and organization ID.
You can register for an OpenAI account on the OpenAI website.
OpenAI API access is a paid service. For more information on pricing, see the OpenAI documentation.
Remote Setup in OpenAI
Obtain an API key
- Go to the API keys page.
- Select Create new secret key.
- Enter a name for the new secret key.
- Select Create secret key.
- Make note of the API key displayed.
Obtain an organization ID
An organization ID allows you to use API requests against a specific organization’s subscription quota.
You can find the organization ID on the Organization settings page of the OpenAI website.
Cyclr Connector Installation
When installing an OpenAI Connector, the following values are used:
Property | Description |
---|---|
OpenAI Organization | Optional: the OpenAI organization to use for API requests. Usage from the API requests will count against the specified organization’s subscription quota. |
API Key | The OpenAI API key to make API requests with. |