Skip to main content
POST
Submit feedback for a memory

Authorizations

X-API-Key
string
header
required

API key created from the MemContext dashboard. Keys are prefixed with mc_, bound to one workspace, and API-key requests cannot override that workspace.

Path Parameters

id
string<uuid>
required

Memory UUID.

Query Parameters

scope
string

Hard isolation boundary. When provided, the memory must belong to this scope.

Maximum string length: 200

Body

application/json
type
enum<string>
required
  • helpful - The memory was useful in the current context.
  • not_helpful - The memory was irrelevant.
  • outdated - The memory contains stale information.
  • wrong - The memory contains incorrect information.
Available options:
helpful,
not_helpful,
outdated,
wrong
context
string

Optional explanation of why this feedback is being submitted.

Maximum string length: 1000

Response

Feedback recorded.

success
boolean
required