OpenAI

Connect Automate with OpenAI infrastructure

SentiOne Automate provides native support for OpenAI models, namely ChatGPT. However, to connect with OpenAI and enable GenAI features you will need to provide an API key and Organization ID.

Step-by-Step Instructions to Get OpenAI API Key and Organization ID

1. Create an OpenAI Account

  1. Go to the OpenAI website.
  2. Click on “Sign Up” if you don’t have an account, or “Log In” if you already have one.
  3. Complete the sign-up process using your email address or by signing in with Google or Microsoft.

2. Access the API Keys Page

  1. After logging in, you will be redirected to the OpenAI Dashboard.
  2. In the left sidebar, click on “API Keys” or go to the following link directly: https://platform.openai.com/account/api-keys.

3. Generate an API Key

  1. On the API Keys page, click on the “Create new secret key” button.
  2. A pop-up will appear with your new API key. Copy and save this key somewhere secure.
    • You won't be able to view this key again once the pop-up is closed.
  3. Click “Done” to close the pop-up.

🔹 Note: Treat your API key like a password. Do not share it publicly or expose it in code repositories.


4. Find Your Organization ID

  1. Go to the Account Settings page: https://platform.openai.com/account/org-settings.

  2. Your Organization ID will be displayed under the “Organization” section.

    • It will look like: org-xxxxxxxxxxxxxxxxxxxx.
  3. Copy and save the Organization ID for future use.


5. Add API Key and Organization ID in SentiOne Automate

  1. Log in SentiOne Automate
  2. Got to Organization > AI Credentials
  3. Click Create and select OpenAI at OpenAI.com
  4. Fill out the form and click save
  5. Select the newly created credentials as the Default Completion Credentials

6. Manage or Revoke API Keys

  • To revoke an API key, go back to the API Keys page.
  • Click on the trash bin icon next to the key you want to delete.
  • Confirm the deletion when prompted.

You're all set to use OpenAI’s API with your API key and Organization ID!