Submit feedback, bug reports, or feature requests
Use this endpoint to give us feedback, report bugs that are not already caught by our observability, or request features (or have your agents do it).
Request
Provide:
request_uuid: The UUID from the problematic API requestfeedback_type:feature_request,feedback, orbug_reporttitle: Optional short title (defaults to a timestamp + organization name)- At least one of (can provide both):
json_body: Structured error details as JSONhuman_note: Free-form text description
Authorizations
Biscuit-based bearer token. Obtain tokens from the Adaptyv Portal or via the /tokens endpoint. Tokens encode organization membership and role-based capabilities; the API verifies the token's cryptographic signature and authorization claims before processing requests. Use /tokens/attenuate to create restricted tokens for delegation.
Body
Feedback submission request.
Feedback category.
feature_request, feedback, bug_report UUID of the request that prompted this feedback.
"01900abc-1234-7890-1234-567890abcdef"
Human-readable text note (optional, can be combined with json_body).
"Got 500 error when creating experiment"
Structured JSON details (optional, can be combined with human_note).
Optional short title. If omitted or blank, a default is used.
"Timeout when creating experiment"