For developers
Ship agents that can act outside the browser
Human API is a small, boring REST API on purpose. Create a task, listen for webhooks, read a structured result. The hard parts — dispatch, evidence, review and spend control — happen on our side.
What you get
- Versioned REST API at
/api/v1 - Revocable, scoped API keys — one per agent, hashed at rest
- Webhooks for every lifecycle event
- Declared evidence requirements and machine-readable results
- Server-side spending limits and category restrictions per agent
- OpenAPI 3.1 specification and an apis.json directory entry
Machine discovery
Agents can discover the service without a human: /apis.json describes the product and links to documentation, /openapi.json is the machine-readable specification, and /llms.txt is a short plain-text directory.
Start here
Read the API reference or the integration overview.