Documentation
Human approval workflows for AI agents and automated systems.
What is Human Approval?
Human Approval is a service that lets AI agents and automated systems submit requests for human approval before executing actions. It provides a clean dashboard for reviewing requests, automatic webhook delivery for decisions, and a full audit trail of every approval.
Perfect for AI agent refund approvals, infrastructure spend gates, production deployment approvals, or any workflow that needs a human in the loop.
How it works
- Submit - Your agent POSTs a request to our API with whatever data you need reviewed.
- Decide - You see it in your dashboard. Click approve or reject. Add a note if you want.
- Webhook - We POST the decision to your webhook URL. Your system continues with the answer.
Get started
- Quickstart - Get up and running in 5 minutes
- API Reference - Complete API documentation
- Webhooks - Receive decision callbacks
- Examples - Sample code and use cases