Set or clear the per-workspace AI mode override.
AI
Update Workspace AI Mode
Set a workspace’s AI mode (managed or BYOK).
PUT
Set or clear the per-workspace AI mode override.
Accepts
mode — "managed", "byok", or null to clear the per-workspace override and fall back to your account default. Provider and model are account-level; set them with Update AI Defaults. For BYOK, supply your provider key to the workspace as an environment variable (e.g. ANTHROPIC_API_KEY).Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Workspace ID
Body
application/json
"managed", "byok", or null to clear the per-workspace override.