OpenAI Connection
Connect to the OpenAI API to use GPT models, embeddings, and image generation in your workflows.
Configuration
| Field | Description | Required |
|---|---|---|
| API Key | OpenAI API key | Yes |
Getting Your API Key
- Log in to platform.openai.com
- Go to API Keys > Create new secret key
- Copy the key — it is shown only once
Usage
Once created, this connection becomes available in:
- OpenAI Chat — generate text using GPT models
- OpenAI Embedding — create text embeddings
- OpenAI Image — generate images with DALL-E
TIP
API usage is billed by OpenAI based on token consumption. Monitor your usage at platform.openai.com/usage.