Skip to main content
POST
Remember Entry

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

JSON body for the typed-entry remember endpoint.

entry is a discriminated union — set type to qa, trace, feedback, or skill_run and include the corresponding fields.

entry
QAEntry · object
required

A Q&A turn stored in the session cache.

Represents a user question + assistant answer with optional retrieval context. Dispatched to SessionManager.add_qa.

dataset_name
string
default:main_dataset
dataset_id
string<uuid> | null

UUID of an existing writable dataset. Takes precedence over dataset_name and is required to target a shared dataset by ID.

session_id
string | null

Required for qa/trace/feedback entries; optional for skill_run entries.

Example:

"claude-code-1718000000"

skill_improvement
Skill Improvement · object | null

Response

Successful Response

The response is of type Response Remember Entry Api V1 Remember Entry Post · object.