Policies API
Manage policies for individual agents. Supported transaction-signing routes evaluate these policies before invoking the Vault. Compatibility routes such as message and raw-hash signing use separate MFA, signer-permission, and unsafe-feature gates.Get Policies
Returns all policies for an agent.Set Policies
Replaces all policies for an agent.
Response:
Validation
The API validates each policy:typemust be one of the valid types listed aboveenabledmust be a booleanconfigmust be a non-null object
400:
Related
- Policy Engine Concepts — How evaluation works
- Policies Guide — Step-by-step configuration
- Vault API — Where policies are enforced