Submit feedback
Submit a bug report, feature request, or general feedback.
Works from agents, scripts, or any API consumer. Feedback is stored and routed to the support team.
Send an Idempotency-Key header to make a retry safe (a resend with the same
key returns the original submission instead of filing a duplicate).
Errors: 401 authentication_required: API key or token is missing, invalid, or revoked. 403 permission_denied: Your plan does not include API access. 422 IDEMPOTENCY_KEY_CONFLICT: The Idempotency-Key was reused with a different body. 429 rate_limit_exceeded: You sent too many requests this minute.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Optional. Send a unique value (e.g. a UUID) to make this create request safe to retry. A repeat with the same key returns the original response instead of creating a duplicate. Cached for 24h, scoped to your org. Reusing a key with a different body returns 422.
