OpenAI ConfigurationΒΆ
Follow these steps to analyze OpenAI objects with Cartography.
Prepare your OpenAI API Key.
Create an READ ONLY Admin API Key in OpenAI Plateform API web UI
Populate an environment variable with the API Key. You can pass the environment variable name via CLI with the
--openai-apikey-env-var
parameter.
Got to
https://platform.openai.com/settings/organization/general
, get your organization ID (e.g.org-xxxxxxxxxx
) and pass it via CLI with the--openai-org-id
parameter.