Discovery
What it does
Finds the AI agents running across your environment and maps everything each one can reach: data, tools, and external destinations.
Why it matters
You cannot govern what you cannot see. Discovery surfaces the ungoverned agents no one put on a list before they become an incident.
Authorization
What it does
Five permission tiers (Evaluator, Analyst, Builder, Operator, Strategist) set what each agent may do, checked server-side before every action.
Why it matters
An agent cannot escalate its own tier by editing the request it sends. Tier escalation is structurally blocked at the authorization stage, not left to the application.
See the tier feature matrix →Behavioral monitoring
What it does
Builds a baseline for each agent, detects drift from it at runtime, and auto-quarantines an agent that crosses the line.
Why it matters
The danger is rarely one obvious bad action. It is slow drift: an agent probing for privileges or firing bursts of requests that no one notices until the harm is done.
Kill switch
What it does
One authorized command halts every governed agent, or a scoped subset of the fleet, in under a twentieth of a second, blocks new authorization while the halt holds, and survives a restart.
Why it matters
When an agent goes wrong, the only thing that matters is stopping it now. A halt that agents can outlast or that resets on restart is not a kill switch.
Audit trail
What it does
Every governance decision is written to a hash-linked, tamper-evident record and signed, with the signing layer built for a post-quantum algorithm drop-in. Page through it and export to the framework you report against.
Why it matters
When something goes wrong you have to prove what each agent did, in what order, and under whose authority, with no gaps an auditor or regulator can pick apart.
Fleet governance
What it does
Correlated monitoring across many agents at once catches coordinated drift that looks benign on any single agent, and halts the whole fleet on one decision.
Why it matters
Attacks and failures that hide inside one agent's normal range show up in the correlation across the fleet, which is where a single agent view goes blind.