What each level sets
The level maps to an engine policy rather than being interpreted ad hoc:autopilot does not remove the confidence floor; it lowers it. An agent on
autopilot still declines to close a conversation it is not reasonably sure
about.
Setting it
Autonomy lives on the agent, inmetadata.autonomy:
Response
How a tool is judged money-moving
Undersuggest, the confirmation gate fires for money-moving and irreversible
tools. A tool qualifies if it is on the platform’s canonical destructive-tool
list, or if its name classifies as financial, destructive or bulk. Read
tools never qualify.
Classification is by substring on the tool name:
On
autopilot the host-side gate is off, but the sandbox’s own policy gate
still runs. Autopilot means “no confirmation prompts”, not “no guardrails” —
and if you want a proof that each call was authorized rather than a policy
check you have to trust, put an Agent Gate in
front of the tool server.The approvals queue
Onsuggest, a money-moving or irreversible action does not fail and does not wait in a chat
thread — it lands in the approvals queue and the agent moves on. A human resolves it there.
Approving is the moment the money moves: the tool call executes through the same MCP handlers the
agent sandbox uses, with the same guardrails. Denying records the decision and the agent’s next
turn sees it.
The queue is not a table of its own. It is a view over the append-only
audit_events ledger, so an
approval, its resolution, and who resolved it are one immutable record — which is what makes the
queue auditable after the fact rather than merely convenient before it.Choosing a level
Start ondraft while you are still reading what the agent writes. Move to
suggest once its replies are ones you would have sent — that is the level
most teams stay on, and the money-moving gate is what makes it safe to. Reach
for autopilot only where a wrong action is cheap to reverse, or where an
Agent Gate is proving each call.
Next steps
ResponseCX platform
The platform this control governs.
Rules quickstart
Hard constraints, for behaviour no autonomy level should permit.
Agent Gate
Requiring a verified proof before a tool call runs.
Workflow Studio
Where the engine policy this sets is published from.