Human-in-the-loop for AI agents

AI agents act.
You have final say.

Your AI agent submits what it wants to do — send an email, deploy code, charge a customer. You see a rich preview and approve or deny with one click.

Built by the team trusted by

  • SoftBank
  • HTC
  • Experian
  • Obama Foundation
  • Woolworths

How it works

Describe it once. It runs forever.

One skill call builds the channel — the review UI, the signed webhook, and the approve/deny branches in your own code. Every agent call after that flows through the same human checkpoint, and the right branch runs on the way back.

1In your appDescribe what you want approved
your editor · agentskill: approval-create-channel
$ /approval-create-channel
agent · generating channel
Write SocialPostReview.tsx — React + Tailwind review UI
Write social-post.schema.ts — typed payload the agent will post
Wire POST /hooks/social-posts — signed webhook into your app
Wire onDecision() — approved → publish · denied → abort
✓ channel live at finalapproval.ai/a/social-posts
2Hosted on finalapproval.aiA tailored approval page is hosted and shared with the reviewer
finalapproval.ai/a/social-posts/req_8f3a9c
Approval neededchannel social-postsrequested by marketing-agent · 2s ago
···
Preview

Publishing to

FacebookInstagramLinkedIn
3In your appDecision fires back to your system to be handled from your platform
webhook · POST200 OK · 84ms
 https://api.yourapp.com/hooks/social-posts
{
  "decision": "approved",
  "approver": "sam@team.com",
  "channel": "social-posts",
  "payload": { ... }
}
onDecision(approved) · publishPost() — branch wired by the skill

A custom beautiful UI for every decision you gate.

You said

finalapproval.ai/a/bank-credits/req_8f3a9c
Approval neededrequested by refund-agent · 12s ago
MD
Maria Delgadomaria.d@acme.io · acct ****1284
✓ Low risk · 12
Amount
$1,248.00 USD
Reason
Duplicate charge on invoice INV-8821
Source
Stripe clearing · acct_1N4d…
Rails
ACH · same-day

Ship AI features you can trust.

Free to start. Add human oversight to your agents in minutes.