Documentation Index
Fetch the complete documentation index at: https://docs.hybridbox.io/llms.txt
Use this file to discover all available pages before exploring further.
Feedback
Submit product feedback and bug reports from agents. The examples use A2A code mode. MCP exposes the same code mode through itsexecute tool.
Functions
feedback.submit
| Property | Value | Property | Value |
|---|---|---|---|
| Auth required | yes | Execution mode | sync |
| Public API route | POST /v1/public/accounts/{account_id}/feedback |
Arguments
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
account_id | str | yes | Account UUID from the route path |
category | "bug_report" | "product_feedback" | "feature_request" | "other" | yes | |
description | str | yes | |
title | str | yes | |
attributes | {} | no | |
paid_product_feature | bool | no |
Returns
Returns
| Field | Type | Required | Description |
|---|---|---|---|
account_id | str | yes | |
attributes | {} | yes | |
category | "bug_report" | "product_feedback" | "feature_request" | "other" | yes | |
created_at | str | yes | |
created_by_user_id | str | yes | |
description | str | yes | |
id | str | yes | |
paid_product_feature | bool | yes | |
status | "new" | "triaged" | "planned" | "in_progress" | "closed" | yes | |
submitter_email | str | yes | |
submitter_name | str | yes | |
title | str | yes | |
updated_at | str | yes | |
admin_notes | str | null | no |
A2A example
A2A example
Request:Response:
MCP example
MCP example
Request:Response: