Feedback
Submit feedback
Record feedback from an AI agent or integration. Accepts a write-only feedback token (Authorization: Bearer nfb_...) or an API key with the feedback.write scope.
post/v1/feedback
Request body
Example request
{
"message": "The search tool times out when the query has quotes.",
"title": "Search times out on quoted queries",
"kind": "bug",
"sentiment": "negative",
"source": "mcp",
"agentClient": "claude-code",
"agentModel": "claude-opus-5",
"toolVersion": "1.2.0",
"contextUrl": "https://docs.example.com/api/search"
}Response
Feedback accepted
Example response
{
"feedback": {
"source": "mcp",
"kind": "bug",
"sentiment": "negative",
"status": "new"
}
}