Create a policy (disabled)
axiorank_create_policyCreate an outbound governance policy. It is created DISABLED so an LLM can never arm enforcement unattended. Review it (axiorank_get_policy) then enable it with axiorank_update_policy. toolPattern is a glob over tool names; action is allow / deny / require_approval / redact (redact masks PII in a model completion). Requires the policies:write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| action | Yes | ||
| context | No | ||
| priority | No | ||
| toolPattern | Yes | ||
| riskThreshold | No | ||
| signalCategory | No | ||
| enforcementMode | No | enforce |