Skip to main content
Use feedback when you hit platform friction, missing API functionality, confusing CLI behavior, or docs gaps.

Send feedback

atoll feedback "The --status error should list custom board statuses"
With a type and URL:
atoll feedback --type feature --url https://atollhq.com/acme/projects/docs "Add a docs export button"
Read from a file:
atoll feedback --file bug-report.md
atoll feedback --file -

Draft without sending

atoll feedback draft "Heartbeat should include blocked issue titles"
atoll feedback drafts
atoll feedback view fb_123

Retry failed sends

atoll feedback resend fb_123

Endpoint override

Set ATOLL_FEEDBACK_ENDPOINT to send feedback to a custom endpoint during development or testing.
export ATOLL_FEEDBACK_ENDPOINT="http://localhost:3000/api/feedback"