Governance

Control who manages your account and what context each agent can access.

Governance in Zep lives in the substrate, not bolted on. Authorization and audit apply across every Context Graph, every query, and every layer of the Context Lake — so policy holds as you scale to thousands of agents, users, and context sources.

Zep separates two problems:

  • Who can manage the account and projects — teammates in the dashboard. Solved with managing team access (role-based access control, RBAC).
  • What context each agent can reach — agents and other callers that use API keys. Solved with policy-based agent access (attribute-based access control, ABAC).

Use RBAC for humans. Use policies when you need least-privilege access to context for agents. Encryption, compliance certifications, and deployment trust boundaries live under Security & Compliance.

Access and policy

Visibility