upsert_llm_connection
upsert_llm_connectionManage LLM provider connections by creating new ones or updating existing configurations with required API keys for OpenAI, Anthropic, Azure, or Google services.
Instructions
Creates or updates an LLM provider connection (upserted by provider name). If a connection for the given provider already exists, it is updated. provider and secretKey are required. provider examples: openai, anthropic, azure, google.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider | Yes | Provider name, e.g. openai, anthropic, azure, google. Required. | |
| secretKey | Yes | API secret key for the provider. Required. | |
| adapter | Yes | Adapter name. |