Update an LLM provider
PATCH /v1/llm-providers/{id}
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Provider ID (prefixed, e.g., prov_…)
Request Body required
Section titled “Request Body required ”Request to update an LLM provider. Only provided fields will be updated.
object
API key for authenticating with the provider. Will be encrypted at rest if encryption is configured.
Base URL for the provider’s API.
Example
https://api.openai.com/v1Display name for the provider.
Example
OpenAI DevelopmentResponses
Section titled “ Responses ”Provider updated
Wrapper that adds API and UI links to a serialized resource.
Uses self_url (not url) for the API link to avoid collision with
resources that already have a url field (e.g. McpServer).
object
Whether an API key is configured (key is never returned)
Example
provider_01933b5a00007000800000000000001When models were last synced from provider API
LLM provider type
LLM provider status
Full API endpoint URL for this resource.
Alias for view_url, used by command and MCP outputs.
Full UI URL for viewing this resource.
Invalid provider ID
Provider not found