Models
Manage LLM models available to a workspace. Models represent provider and family pairs (e.g., “anthropic/claude-sonnet-4.6”). Workspaces are seeded with the supported models and you can enable or disable each one.
List models
GET/v1/workspaces/{workspaceId}/models
Get a model by ID
GET/v1/workspaces/{workspaceId}/models/{id}
Set model status
PUT/v1/workspaces/{workspaceId}/models/{id}/status
ModelsExpand Collapse
Model object { metadata, spec }
Model object { metadata, spec }
Standard metadata for persistent, named resources (e.g., agents, tools, prompts)
name: string
name: string
Human-readable name for the resource (e.g., “Customer Support Agent”, “Email Tool”) Required for resources that users interact with directly
bundleKey: optional string
bundleKey: optional string
Optional bundle ownership key. When set, indicates the resource is managed by a configuration bundle identified by this key. Used by BulkWorkspaceResources.Apply to track which resources belong to which bundle for reconciliation / soft-delete on re-apply.