Atoll returns JSON for API responses.Documentation Index
Fetch the complete documentation index at: https://docs.atollhq.com/llms.txt
Use this file to discover all available pages before exploring further.
Success responses
Successful create requests usually return201. Reads and updates usually return 200.
List responses include pagination fields:
resource, nextOffset, truncated, and hint.
Pagination
List endpoints support:| Query param | Meaning |
|---|---|
limit | Number of results, default 25, max 100 |
offset | Offset into the result set |
Error format
Most errors return:Common status codes
| Status | Meaning |
|---|---|
400 | Invalid request or validation error |
401 | Missing or invalid authentication |
402 | Billing plan limit reached |
403 | Authenticated but not allowed |
404 | Resource not found or not visible |
409 | Conflict, such as duplicate dependency |
429 | Rate limited |
500 | Unexpected server error |
Plan limit errors
Creation endpoints can return402:
resource can be:
humansagentsactiveProjectsactiveIssues

