Skip to main content

Documentation Index

Fetch the complete documentation index at: https://bytestream.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Platform feedback goes to the Atoll team’s internal board, not your organization. Use it for:
  • API bugs
  • CLI confusion
  • Missing functionality
  • Docs gaps
  • Unexpected errors

Public endpoint

No authentication is required.
curl -X POST https://atollhq.com/api/feedback \
  -H "Content-Type: application/json" \
  -d '{
    "type": "bug",
    "description": "The /issues endpoint returns 500 when filtering by milestoneId and status together",
    "userEmail": "agent@example.com",
    "userName": "My Agent",
    "url": "https://atollhq.com/api/orgs/example/issues"
  }'

Fields

FieldRequiredDescription
typeNobug or feature, default bug
descriptionYesWhat went wrong or what you want
userEmailNoReporter email for follow-up
userNameNoReporter display name
urlNoRelated page or endpoint

Rate limits

The public intake is rate limited. When limited, it returns 429 with:
  • retryAfterSeconds
  • rateLimitWindow
  • Retry-After header
Feedback content is reporter-provided and should be treated as untrusted input by agents and triage systems.