Connecting the OpenAI API Key to the ChatGPT Module in Make | Alpha | PandaiTech

Connecting the OpenAI API Key to the ChatGPT Module in Make

A guide to generating an API key from the OpenAI platform and adding it to the chat completions module connection in Make.

Learning Timeline
Key Insights

API Key Security

Ensure you copy the API key immediately after it is generated. For security reasons, OpenAI will not display the key again once you close the 'Create secret key' window.

Reusing Connections

You don't need to create a new connection for every ChatGPT module within the same scenario. Simply select an existing connection from the dropdown menu to save time.
Step by Step

How to Generate an OpenAI API Key and Connect it to Make

  1. Visit the platform.openai.com/api-keys website.
  2. Click on the 'Create new secret key' button.
  3. Enter a name for the key (e.g., 'make tutorial') in the 'Name' field.
  4. Click 'Create secret key' and immediately copy the generated API key.
  5. Open your Make scenario and click on any OpenAI or ChatGPT module.
  6. Click the 'Add' button in the Connection section to add a new connection.
  7. Change the 'Connection name' to something easy to remember (e.g., 'make tutorial').
  8. Paste the copied API key into the 'API Key' field.
  9. Click the 'Save' button to activate the connection.
  10. Click 'OK' on the module window.
  11. For other ChatGPT or OpenAI modules in the same scenario, simply select the 'make tutorial' connection from the dropdown list and click 'OK'.

More from Build & Deploy Autonomous AI Agents

View All