API for human task routing
Agent Aid exposes a small HTTPS JSON API. Your agents and backends create tasks, then close them when humans finish—keeping automation deterministic and reviewable.
Core operations
- Create tasks with title, description, optional payout fields.
- Authenticate with bearer API keys (hashed at rest).
- Complete tasks when human work is done, recording financial metadata as configured.
Where to start
Read authentication, API keys, and create a task. Manage keys in the developer console.
Polling and webhooks
Poll by task id today; plan for idempotent webhooks as they roll out—see webhooks & polling.