configure_policy
Configure enterprise custom policy rules to enforce governance on AI agent actions by defining allowed roles, blocked actions, safety thresholds, and dual signoff requirements.
Instructions
Configures or updates Enterprise Custom Policy rules for parameter A.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| policy_id | Yes | Unique alphanumeric identifier for the enterprise policy configuration. | |
| policy_name | Yes | Human-readable label or department designation for the policy rule. | |
| allowed_roles | No | Mapping of role names to allowed action permissions. | |
| blocked_action_patterns | No | List of regex or prefix strings representing strictly forbidden tool/action calls. | |
| custom_safety_threshold | No | Custom minimum future_score required for execution approval (default: 0.5000). | |
| require_human_dual_signoff | No | Array of critical action names that unconditionally require human dual signoff confirmation. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| policy | No | The active normalized enterprise policy structure. | |
| status | Yes | Update status (success or error). | |
| message | Yes | Descriptive confirmation message. |