Skip to main content
POST
Create Memory

Authorizations

Authorization
string
header
required

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

Query Parameters

db_id
string | null

Database ID to use for memory storage

Body

application/json

Define the payload expected for creating a new user memory

memory
string
required
user_id
string | null
topics
string[] | null

Response

Memory created successfully

memory_id
string
required
memory
string
required
topics
string[] | null
required
agent_id
string | null
required
team_id
string | null
required
user_id
string | null
required
updated_at
string<date-time> | null
required