Agentic Identity & RBAC
Separate human credentials from AI swarm machine keys to prevent RBAC privilege escalation.
Standard Role-Based Access Control (RBAC) fails for autonomous AI. A human might have "database read" access, but their AI Agent should only be allowed to read specific anonymized tables. Exogram introduces Agentic Identity to separate human intent from machine execution.
Machine-Specific Policies
By provisioning explicit Agentic Identities, Exogram enforces least-privilege boundaries specifically tailored to the reasoning capabilities of the LLM in use. High-risk write operations are strictly sandboxed or gated via human-in-the-loop.
EAAP Protocol v1.0Verified Architecture