Enforced below the agent
Authority is checked by a policy engine the agent cannot address. There is no prompt that talks its way past a rule, because the rule is not being read by a language model.
AI governance
The question a controller asks after the demo is not whether the agent is clever. It is what happens the day it is confidently wrong at two in the morning. This page is the answer, in the form of a permission model you set and we enforce.
Send us your size and stack and we will replay a month of your transactions against every authority level.
The matrix
This is the real model, not a simplification for the website. Four rows at the bottom stay locked at every level, including the highest.
Act inside rules your controller wrote.6 of 12 actions permitted
A great deal of AI product safety is currently implemented as instruction: the system prompt tells the model what it must not do, and the model, being agreeable, mostly complies. That is an acceptable design for a chat assistant and an unacceptable one for something with write access to a general ledger.
The problem is not that models disobey often. It is that the failure is unbounded and undetectable. An instruction-based control has no enforcement point — nothing in the system can tell you whether the rule held, because there is no moment where the rule was evaluated as code. You find out from the consequences.
So authority here sits in the execution path, not in the context window. When an agent proposes an action, the proposal is a structured object — action type, target records, amounts, the policy it believes applies. That object is handed to a deterministic engine which evaluates it against the levels and rules configured for your tenant, and returns permit, hold-for-approval, or reject. The agent is not consulted about the outcome and cannot retry with a better argument.
These are not defaults that a determined administrator can lower. They are absent from the permission model entirely, which means there is no configuration that produces them.
A capability list is marketing. A restriction list is a commitment — it is the thing a competitor can point at, and the thing you can hold us to. If we ever needed to change one of these four, it would be a versioned, announced change to a published document rather than a quiet release note.
Almost every customer should begin with everything at Level 1. The agents draft, your team reviews, and for the first four to six weeks the value is speed of preparation rather than autonomy. That period is also what builds the labelled corpus that makes the accuracy numbers real.
The first thing to move to Level 2 is usually invoice reminders inside a dunning policy, because the downside of an error is embarrassment rather than a misstatement. The second is bill posting for recurring vendors under a threshold — typically after that vendor has thirty clean drafts behind it, which most controllers set as a rule rather than judging case by case.
A reasonable steady state after a year, for a company between $10M and $50M, is Level 2 on accounts payable for known vendors under $2,500, Level 2 on dunning, and Level 1 everywhere else. That configuration removes most of the manual work while leaving every judgement call with a person. Nothing about the product pushes you further, and our pricing does not reward it.
Four properties
Authority is checked by a policy engine the agent cannot address. There is no prompt that talks its way past a rule, because the rule is not being read by a language model.
A level is granted per agent, per workflow, per entity, and per threshold — never globally. "Level 2" is not a property of an agent; it is a property of one agent doing one thing under one limit.
Raising an authority level is a privileged action recorded like any other, with who changed it, when, from what to what, and why if a reason was given.
Any level can be dropped instantly, per agent or globally, by an administrator. Work in flight falls back to draft rather than failing.
Questions
We will replay a month of your real transactions against every authority level, so you can choose from evidence rather than from a diagram.