Skip to main content
POST
Send feedback to the Scribe team

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
category
enum<string>
required

What kind of feedback this is.

Available options:
bug,
missing_capability,
question,
other
message
string
required

The feedback itself. Include what was attempted, what happened, and what was expected.

Maximum string length: 5000
tool_name
string | null

The API endpoint or MCP tool the feedback is about, when applicable.

Maximum string length: 200
reporter
string | null

Who is reporting (e.g. an email address or agent name), when the user opted to share it.

Maximum string length: 200

Response

Accepted

data
object
required