Memories
Create Memory
This endpoint creates a new memory
POST
/
v1
/
memory
Body
id
string
This is the unique identifier for the memory.
memory
string
This is the content of the memory.
memory_type
string
This is the type of memory (e.g., short-term, long-term).
user_id
string
This is the unique identifier for the user associated with the memory.
agent_id
string
This is the unique identifier for the agent that created the memory.
created_at
string
This is the timestamp when the memory was created.
Response
id
string
The unique identifier for the memory.
memory
string
The content of the memory that was stored.
memory_type
string
The type of memory (e.g., short-term, long-term).
user_id
string
The unique identifier for the user associated with the memory.
agent_id
string
The unique identifier for the agent that created the memory.
created_at
string
The timestamp when the memory was created.