Skip to main content
POST
Create or update a contact memory entry

Authorizations

Authorization
string
header
required

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

Headers

project
string
required

Path Parameters

sessionId
string
required

Body

application/json
name
string
required

Trimmed and truncated to 80 characters; the entry is keyed by this value.

content
string
required

Required. Truncated to 4000 characters.

description
string

Optional. Omitting it clears the stored description on update (full replace). Truncated to 240 characters.

Response

200 - application/json

Ok

ok
boolean
required
reason
enum<string>

Only set on internal (non-admin) calls; never present in an admin API 200 response.

Available options:
disabled,
no_userId,
invalid_input,
session_not_found
consolidationEnqueued
boolean
entries
number<double>