Identity Engine
Map agents, users, and environments in the identity graph; enforce identity_policy.
What you will learn
- identity_get
- identity_plan
- identity_enforce
Prerequisites
Surface
| MCP | identity_get · identity_validate · identity_enforce · identity_plan |
|---|---|
| Config | .ags/identity.yml |
What this feature does
Identity Engine binds who/what may act: agent ids, human approvers, environment principals.
How to call it
Call these MCP tools through your AGS / tower-gov host — identity_get, identity_validate, identity_enforce, identity_plan.. Prefer scan/get before validate/diff, and enforce only when the change set is ready.
- identity_get
- identity_plan
- Apply remediation
- identity_enforce
{
/* Example MCP call — fill args from schema_get / docs */
"tool": "identity_get",
"arguments": {}
}What success looks like
identity_enforce ok
Policy matches live state
Common failure modes
Config enabled but requiredFiles missing
Enforce without validate
Plan ignored