Skip to main content

Feedback API

Submit corrections to improve agent behavior over time. You describe what the agent did wrong and what it should do instead. The agent stores these corrections in memory and uses them to adjust future responses. Use feedback when your agent produces output that is technically correct but misses the mark on style, tone, length, or format. Over time, corrections accumulate and the agent adapts its behavior without you needing to rewrite its system prompt.
All feedback endpoints require session authentication. Feedback entries are scoped to the authenticated user.

Submit feedback

Record a correction for agent behavior. You must provide both the original behavior you want to correct and the desired behavior.

Request body

Example request

Response

Errors

Get feedback history

Retrieve the most recent feedback entries for the authenticated user. Returns up to 50 entries, ordered by most recent first.

Example request

Response

Errors

Categories