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.
ModelsExpand Collapse
model: object { metadata, spec }
model: object { metadata, spec }
metadata: object { id, accountId, createdAt, 6 more }
metadata: object { id, accountId, createdAt, 6 more }
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.
spec: object { family, inputPricePerMillionTokens, maxInputTokens, 4 more }
spec: object { family, inputPricePerMillionTokens, maxInputTokens, 4 more }