Skip to main content
Update Workspace Exclusions
Exclude or re-include workspaces from organization-level input or output guardrails. When a workspace is excluded, the corresponding org default guardrails are not applied to requests in that workspace. Choose the path based on which org-level defaults you want to change: Request body, validation, and response shape are the same for both.
Requires an Admin API key (organisation-service) with the organisation_exclusions.update scope. Only Organization Owners and Admins can be granted this scope.

Body Parameters

string
required
Organization UUID.
object[]
required
List of workspace exclusion updates. Must contain at least one entry. Duplicate workspace_id values are rejected.
string
required
Workspace UUID or workspace slug (for example, ws-engineering).
boolean
required
Set to true to exclude the workspace from the selected org-level guardrails. Set to false to remove the exclusion and re-apply org defaults.
boolean
default:false
When true, archives all existing active exclusions for that entity type in the organization, then applies the provided workspaces list. When false (default), only the listed workspaces are upserted.

Example Request

Exclude a workspace from org input guardrails

Exclude a workspace from org output guardrails

Example Response

The message text reflects the entity type you updated (input guardrails or output guardrails).
Last modified on July 28, 2026