← Back to guides
Automation6 minUpdated 2026-07-06

How to add human approval gates to automations

A human-approval gate is a point in a workflow where the automation stops, presents a prepared decision to a person, and waits for approval before continuing. It is the single feature that makes it reasonable to automate work that touches money, customers, or records you care about, because it separates the preparation, which the AI can do at scale, from the commitment, which a human should own.

The art is in placement. Too few gates and the workflow acts on things it should not decide alone. Too many and every run stalls waiting on a person, and you have rebuilt the manual process with extra steps. This guide is about putting gates exactly where the risk is and nowhere else.

What a gate actually does

At a gate, the agent has already done the gathering, the reasoning, and the drafting. It presents the result, an email ready to send, a payment ready to schedule, a record ready to change, and a person approves, edits, or rejects. On Ceven the gate carries the full context that led to the decision, so the reviewer is not reconstructing anything; they are checking finished work. Approve and the workflow continues from where it paused.

Where gates belong

Put a gate on anything irreversible or externally visible. Sending money, publishing to customers, deleting or overwriting records, committing to a vendor, posting publicly, changing access. The test is simple: if getting it wrong would be costly or embarrassing and hard to undo, gate it. These are the points where a few seconds of human judgment is cheap insurance against an expensive mistake.

Where gates do not belong

Do not gate the safe, reversible, internal steps. Reading data, enriching a record, drafting for later approval, moving a task, updating an internal note. Gating these adds friction without adding safety, and it trains the reviewer to click approve without looking, which defeats the purpose of every gate including the important ones. Reserve the human's attention for the decisions that deserve it.

Keep gates from becoming bottlenecks

A gate should reduce work, not relocate it. Batch similar approvals so a person reviews ten drafts in one pass rather than ten interruptions. Give the reviewer everything they need in the gate itself so they never have to go dig. And as you build trust in a specific, well-defined segment, narrow the gate to only the exceptions, letting the proven routine flow through while the unusual cases still stop for a look.

Gates and the audit trail work together

Every approval is recorded in the audit trail alongside what the agent did: who approved, when, and what they were approving. This is what lets you answer, later, not just what the workflow did but who signed off on it. For anything that touches a control or a compliance requirement, the gate plus the audit record is the evidence that a human owned the decision.

Frequently asked

Can different people approve different gates?

Yes. You route each gate to the right approver, so finance approves the payment and the manager approves the customer message. The workflow waits at each gate for the appropriate person.

What if no one approves in time?

You decide the behavior: hold indefinitely, remind after a delay, or escalate to a backup approver. The point is that the workflow never silently proceeds past a gate on its own.

Do gates slow everything down?

Only if you overuse them. Placed on genuine risk and batched sensibly, they cost seconds per decision while the AI does the minutes of preparation. Gating safe internal steps is the mistake to avoid.

Keep reading

Try it on your stack.

Start free