Full autonomy is not always appropriate. Some stages of a workflow — merging to main, deploying to production, spending above a certain budget — warrant a human check before proceeding. Approval gates let you insert a required human decision point into an otherwise automated chain.
Fleet implements approval gates as required fabric events. An agent or workflow stage pauses and waits for a specific event to appear before continuing. A human (or an authorized reviewer agent) publishes that event to unblock the next stage. This guide shows how to configure and use approval gates.