Skip to main content
Policies enforce constraints on transactions before they leave Qustody. Each policy is attached to a vault and consists of one or more rules. See Policies concepts for the full rule reference. All endpoints require an authenticated principal with the policies:create, policies:read, policies:update, or policies:delete permission as appropriate.

Create policy

Response 201

List policies

Returns the policies visible to the caller’s tenant. Filterable by vault_id.

Get policy

Update policy

Replaces the rule set in full. Existing transactions in flight are not re-evaluated; future submissions use the new policy.

Delete policy

A vault without a policy accepts any transaction subject to RBAC. Production deployments should keep at least one policy attached.

Errors

See the full error catalog.