Obiguard's allow-list system gives you a positive-permission model for AI access. If it isn't on the list, it doesn't run — no exceptions, no drift.
Specify exactly which model IDs are permitted per agent. A call to llama-3.1-405b from an agent approved only for gpt-4.1 is blocked immediately.
Register the tools each agent is permitted to invoke. A db.query call routed to the payroll schema from an agent not approved for that table is blocked.
Control which external domains agents can reach via retrieval or browser tools. Exfiltration to an unregistered endpoint is caught before the request leaves.
Restrict which end-users or service accounts can invoke a given agent. Useful for internal tooling that should never be reachable from a public-facing surface.