v1

latestOpenAPI 3.0.02026-07-17112116167.8 KB
Workspaces

Get workspace LLM config (owner/maintainer)

The returned api_key is masked (first 3 + "..." + last 4). updated_at is null when no config is set.

get/api/workspaces/{id}/llm-config

Path parameters

idstring required

Workspace id

Response

OK

api_keystring
base_urlstring
configuredboolean required
updated_atstring nullable

Example response

{
  "models": [
    {
      "id": "claude-opus-4-7",
      "name": "Claude Opus 4.7"
    }
  ]
}