Store a typed memory entry in the session cache.
Accepts a discriminated union of QAEntry, TraceEntry, or
FeedbackEntry and dispatches to the matching SessionManager
method. Always requires session_id.
The returned RememberResult includes entry_type and
entry_id — the qa_id/trace_id returned by the cache
(or the qa_id a feedback was attached to). Use this to chain
feedback to a freshly stored QA.
Documentation Index
Fetch the complete documentation index at: https://docs.cognee.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
JSON body for the typed-entry remember endpoint.
entry is a discriminated union — set type to qa,
trace, or feedback and include the corresponding fields.
Successful Response
The response is of type Response Remember Entry Api V1 Remember Entry Post · object.