Documentation Index
Fetch the complete documentation index at: https://docs.keephq.dev/llms.txt
Use this file to discover all available pages before exploring further.
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:- conditionally_run_if_ai_says_so.yaml
- enrich_using_structured_output_from_openai.yaml
- gcp_logging_open_ai.yaml
- send_slack_message_on_failure.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.
authentication section of your OpenAI Provider configuration.
