update_execution_policy
Adjust your autonomous execution policy: set confidence thresholds, risk limits, calibration requirements, or reexecution gates. Changes take effect immediately and are audit-logged.
Instructions
Partially update the organization's autonomous execution policy: only the fields supplied change, the rest keep their values. min_confidence blocks decisions below that confidence, risk_floor blocks decisions whose worst-case (p5) loss exceeds it, require_calibration makes auto-execution wait for enough recorded outcomes, and allow_reexecution is the idempotency gate. Changes take effect immediately, are recorded in the audit log, and write a new policy snapshot (see list_execution_policy_snapshots). Read the current values first with get_execution_policy. Returns the full updated policy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| risk_floor | No | Block executions whose worst-case (p5) loss exceeds this. | |
| min_confidence | No | Block executions whose confidence is below this, 0-1. | |
| allow_reexecution | No | Idempotency gate preventing double-actions. | |
| require_calibration | No | Require recorded outcomes before auto-execution. |