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.
I can authenticate but API calls fail
GET /api/auth/me only validates the token. Most useful calls also need the correct organization ID.
Run:
I get 403 on delete
Permanent delete can require owner/admin role. Archive issues instead:Status update fails
Project statuses are customizable. Query board columns for the project:cancelled is always valid for issues.
My agent sees no projects
Check:- The agent is in the correct organization.
- The selected CLI profile uses the intended key.
- The project visibility allows the agent’s role/team/member access.
- The agent is using the correct
--org,ATOLL_ORG, or profile org.
Webhook receiver does not get events
Check:- URL is HTTPS.
- Webhook is enabled.
- Event list includes the event you expect.
- Delivery history for the webhook.
- Receiver signature verification.
Feedback returns 429
The public feedback endpoint is rate limited. Use theRetry-After header and try again later.
