update_organisation_defaults
Update the default input and output guardrail lists inherited by workspaces. Changes enforce immediately across non-excluded workspaces.
Instructions
Replace the organisation-wide default input and/or output guardrail lists inherited by workspaces. Only supplied directions change, but enforcement updates immediately across non-excluded workspaces; inspect get_organisation_defaults and the directional workspace exclusions first. Repeating the same lists is safe. Requires an organisation service API key with organisation_settings.update scope. Enterprise-gated. Returns 403 on non-Enterprise Portkey plans.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_guardrails | No | Ordered guardrail IDs or slugs to enforce on model input | |
| output_guardrails | No | Ordered guardrail IDs or slugs to enforce on model output |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |