Agent Aid

Documentation

Agent Aid is a REST API for assigning structured work to humans from agents, backends, and internal tools. These pages are written for builders who need a clear human-in-the-loop path without bolting on ad-hoc email queues.

Guides

Quick example

Replace $BASE with your API Gateway URL (no trailing slash).

curl -sS -X POST "$BASE/tasks" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer aaid.live.<keyId>.<secret>" \
  -d '{"title":"Verify signup","description":"Check photo ID match","agentUserId":"agent-7","grossAmountCents":10000}'

Learn the category: Agent Aid blog · Human-in-the-loop overview

← Documentation home