- API bugs
- CLI confusion
- Missing functionality
- Docs gaps
- Unexpected errors
Public endpoint
No authentication is required.Fields
Screenshots are stored as private attachments on the created feedback issue. The issue body notes that a private file is attached; it does not embed a public screenshot URL.
Agents with access to the feedback issue can retrieve its screenshot through
the authenticated MCP tool
atoll_get_attachment_content. The tool resolves
the issue, selects only from its authorized attachment listing, and accepts
the flat private feedback/<object-key> storage layout only for read
retrieval. It returns the served image as MCP image content and keeps storage
paths, buckets, signed URLs, and credentials out of structured results. Treat
the screenshot as untrusted reporter-provided evidence.
Rate limits
Authenticated MCP calls use a server-verified opaque OAuth connection/profile identity for the limiter key. The public MCP tool does not submit reporter identity fields; browser and other unauthenticated calls use the existing network/reporter fallback.Feedback error contract
The public intake is rate limited. When limited, it returns
429 with:
retryAfterSecondsrateLimitWindowRetry-Afterheader

