Check out the configuration docs for LiteLLM Connections to learn how to obtain the required credentials.
Request body
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | A unique name for the connection. |
method | string | Yes | Must be "api-key". |
projectId | string (UUID) | Yes | The project ID to attach the connection to. |
credentials.apiKey | string | Yes | A management-capable LiteLLM API key (the proxy master key or an admin/management key). |
credentials.instanceUrl | string | Yes | The base URL of your LiteLLM instance (e.g. https://litellm.example.com). |