Documentation Index
Fetch the complete documentation index at: https://docs.truthlocks.com/llms.txt
Use this file to discover all available pages before exploring further.
List MAIP Policies
GET /v1/maip/policies
Returns all MAIP agent policies configured for the authenticated tenant. Policies define runtime enforcement rules that govern what agents can do based on trust scores, scopes, delegation depth, and agent type.
Authentication
RequiresX-API-Key header or Bearer JWT token. Tenant-scoped via cookie or JWT claim.
Response
Returns an array of policy objects.UUID primary key of the policy.
UUID of the owning tenant.
Human-readable policy name. Used in denial messages and audit logs.
Detailed description of what the policy enforces.
Policy category. One of:
"scope", "trust", "rate", "custom".Policy lifecycle status. One of:
"active", "disabled", "archived". Only
active policies are evaluated during policy checks.Evaluation priority. Lower numbers are evaluated first. Default:
100.JSON array of policy rules. Each rule contains conditions, an effect
(
"allow", "deny", "require_approval"), and an optional
requires_approval flag. See Create Policy for the full
rule schema.ISO 8601 creation timestamp.
ISO 8601 last-updated timestamp.

