Skip to main content
POST
Add a customer memory entry

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Body

application/json
contactId
string
required

Contact the memory is about.

Required string length: 1 - 200
agentId
string
required

Agent the memory is scoped to.

Required string length: 1 - 200
content
string
required

The free-text memory body to store.

Required string length: 1 - 10000
memoryType
enum<string>
default:fact

The kind of memory being stored.

Available options:
summary,
fact,
preference,
goal
importance
number

Optional importance weight (0..1). Defaults to 0.9 for manual entries.

Required range: 0 <= x <= 1

Response

201 - application/json

The memory entry was stored.

data
object
meta
object