chap.control.set_mode_ceiling
chap.control.set_mode_ceilingSet the maximum operating mode tasks in a workspace can request, refusing tasks above that ceiling. Enforce workspace limits on AI agent work.
Instructions
Set the highest operating mode tasks in this workspace may request. A task above the ceiling is refused.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | Participant URI, e.g. 'human:alice@example.org' or 'agent:bot@local'. | |
| reason | No | Why the ceiling is being changed. Recorded in the audit entry. | |
| workspace | Yes | Workspace identifier, e.g. 'wsp_techcorp_support'. | |
| new_ceiling | Yes | The highest mode tasks in this workspace may request from now on. Existing tasks keep the mode they were created with. Where the coordinator is configured to enforce step-up authentication this method is one of the privileged ones and a call without step-up is refused with -32402. |