The anchor

One governance gate every action passes through.

Every side-effecting action flows through a single governance gate — permission ∩ policy ∩ approval ∩ audit — with no bypass, even across the language boundary.

Governance is the anchor the rest of the platform builds on. The AI runtime can never execute a side-effecting tool directly — it must call back through one governance gate that runs permission, policy, approval, and an append-only audit on every action. There is no bypass, even when a request crosses the service boundary from the runtime to your systems.

Effective permission is computed as the intersection of what the user, the delegated agent, and org policy each allow, and it fails closed on any missing input. Agents inherit the narrowest set of rights, never accumulate authority, and default to deny when anything is ambiguous. Every tool is classified on a risk ladder — read-only, safe-create, controlled-write, destructive — and that tier decides whether an action runs automatically or waits for a person.

Before anything sensitive happens, the agent proposes a plan card and waits. A person explicitly approves, rejects, modifies, or supplies context; approvals are scoped so authority can't leak across agent handoffs, and destructive actions are blocked outright. Every decision is written to an append-only audit trail that records references and IDs only — never raw record content — so an auditor gets a defensible answer without copying sensitive data into the log.

In this capability

What's included.

Single governance gate: permission ∩ policy ∩ approval ∩ audit, no bypass — even across the language boundary.
Least-privilege permission math (user ∩ agent ∩ org policy), fail-closed and deny-by-default.
Risk ladder from read-only to destructive drives auto-run vs. human approval.
Human-in-the-loop plan approval; scoped approvals stop authority leaking across handoffs.
Append-only audit trail using references only — never raw record content.
Authored instructions can't escalate privilege; injection attempts are evaluated at the governance boundary.

Injection privilege-escalation is gated to zero in the eval suite; the gate is a harness threshold, not a guaranteed real-world rate.

How we secure the governed layer · ← Back to all features · Read the docs →

See governed agents in your own product.

Book a demo and we'll walk your team through the governance model, the two-seam integration, and a use case for your industry.