delimit_agent_policy
Configure or view per-model permissions for ledger, memory, deploy, evidence, and secrets. Controls which operations each AI model can perform on these resources.
Instructions
Set or view per-model governance permissions (Pro).
When to use: to inspect or modify the access policy that gates each AI model's operations on the ledger, memory, evidence, deploy, and secrets. When NOT to use: for runtime governance evaluation (use delimit_gov_evaluate) or session policy (delimit_project_config).
Sibling contrast: delimit_gov_evaluate evaluates one action; this configures the per-model policy that those evaluations use.
Side effects: providing any of ledger/memory/deploy/evidence/ secrets/custom_constraints writes via ai.agent_policy.set_agent_policy. Empty/no-changes is read-only.
Access levels for ledger/memory/evidence: "read-only", "read-write", "none". Boolean flags for deploy/secrets: "true" or "false".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | AI model name — "claude", "codex", "gemini", "cursor". Empty = list all. | |
| ledger | No | Ledger access level. | |
| memory | No | Memory access level. | |
| deploy | No | Allow deploys ("true"/"false"). | |
| evidence | No | Evidence access level. | |
| secrets | No | Allow secret access ("true"/"false"). | |
| custom_constraints | No | Comma-separated constraints, e.g. "no-deploy,no-publish". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||