Supported Providers
OpenAI Provider
The OpenAI Provider allows for integrating OpenAI’s language models into Keep.
The OpenAI Provider supports querying GPT language models for prompt-based interactions.
Authentication
This provider requires authentication.
- api_key: OpenAI Platform API Key (required: True, sensitive: True)
- organization_id: OpenAI Platform Organization ID (required: False, sensitive: False)
In workflows
This provider can be used in workflows.
As “step” to query data, example:
Check the following workflow examples:
- conditionally_run_if_ai_says_so.yaml
- enrich_using_structured_output_from_openai.yaml
- gcp_logging_open_ai.yaml
- update-incident-grafana-incident.yaml
Connecting with the Provider
To connect to OpenAI, you’ll need to obtain an API Key and (optionally) an Organization ID:
- Log in to your OpenAI account at OpenAI Platform.
- Go to the API Keys section.
- Click on Create new secret key to generate a key for Keep.
- (Optional) Retrieve your Organization ID under Organization settings if you’re part of multiple organizations.
Use the generated API key in the authentication
section of your OpenAI Provider configuration.