Skip to main content
Agent Feedback lets an agent or developer report a problem with a Context.dev API call, docs page, SDK, or CLI in one request. Reports go to the Context.dev team.

When to report

Report a response that is wrong, incomplete, or different from the documentation, an error you did not expect, or a missing feature that blocks the task. Send one report per problem. Do not report errors you can fix by changing the request.

What to send

Send POST https://api.context.dev/v1/feedback with these fields:
With a request_id, the team can see the exact request and response, so you do not need to paste them. Keep API keys and personal data out of the note. See Submit Agent Feedback for request examples in every SDK.

Response and limits

The response returns a feedback_id. Reporting the same request_id again returns the original feedback_id with already_submitted: true instead of creating a duplicate. Any API key can submit feedback, including restricted keys with no scopes. Feedback has its own rate limit of 10 requests per minute per organization, so an integration that is being rate limited can still report it. Requests with Zero Data Retention enabled are rejected because reports are stored.

Tell your agent

Add a line like this to your agent’s instructions file, such as AGENTS.md or CLAUDE.md: