v1
latestOpenAPI 3.0.02026-07-17112116167.8 KBWorkspaces
Upsert workspace LLM config (owner/maintainer)
On update, omitting api_key retains the existing key.
put/api/workspaces/{id}/llm-config
Path parameters
idstring required
Workspace id
Request body
Example request
{
"api_key": "sk-ant-...",
"base_url": "https://api.anthropic.com",
"models": [
{
"id": "claude-opus-4-7",
"name": "Claude Opus 4.7"
}
]
}Response
OK