Providers
add managed provider
Managed providers are configured from environment variables and appear as read-only entries in the Providers page. They are visible to all users, and users cannot read the API keys.
Set one or more of the following environment variables before starting the app:
OPENAI_API_KEYto add an OpenAI provider usinghttps://api.openai.com/v1HF_TOKENto add a Hugging Face provider usinghttps://router.huggingface.co/v1GROQ_API_KEYto add a Groq provider usinghttps://api.groq.com/openai/v1
By default, managed OpenAI and Hugging Face use the Responses API (type=open_responses). Groq remains on OpenAI-compatible chat completions (type=openai).
Restart the app after changing environment variables so the managed providers are reloaded.
add workspace provider
Workspace providers are created in the UI and are configured per user.
- Open Settings.
- Go to Providers.
- Click "Add provider".
- Fill in the provider name, API key, base URL, headers JSON, and timeout.
- Click "Create provider".
Notes: