Human Approval - One dashboard for AI agent approvals
Human Approval

Human approval for AI agents.
One dashboard. Full audit trail.

Your AI agent wants to issue a $500 refund. Your deployment pipeline is ready to ship to production. Get a notification. Approve or reject. Full history of who decided what and when.

How it works

1. Request

Your system sends a request to the API with whatever context you need reviewed.

2. Decide

You get notified. Review in your dashboard. Approve or reject with optional notes.

3. Continue

Decision posted to your webhook. Your system proceeds with the approved action.

Example request
curl -X POST https://humanapproval.dev/api/v1/requests \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "title": "Approve $500 refund for customer",
    "payload": {
      "customer_id": "cust_123",
      "amount": 500,
      "reason": "damaged_product"
    }
  }'

Pricing

Free
$0
  • 1 project
  • 50 requests/month
  • 7-day history
Get started
Pro
$29/month
Cancel anytime
  • Unlimited projects & requests
  • Full audit trail — who approved what and when
  • Export to CSV/JSON for compliance
  • Webhooks & Slack notifications
  • Team collaboration
Get started