v1

latestOpenAPI 3.1.02026-07-26142186376.1 KB
Memory

Create Memory

Create a new user memory with content and associated topics. Memories are used to store contextual information for users across conversations.

post/memories

Query parameters

db_idstring nullable

Database ID to use for memory storage

Database ID to use for memory storage

tablestring nullable

Table to use for memory storage

Table to use for memory storage

Request body

memorystring required

Memory content text

user_idstring nullable

User ID who owns this memory

topicsstring[] nullable

Topics or tags to categorize the memory

Response

Memory created successfully

memory_idstring required

Unique identifier for the memory

memorystring required

Memory content text

topicsstring[] nullable

Topics or tags associated with the memory

agent_idstring nullable

Agent ID associated with this memory

team_idstring nullable

Team ID associated with this memory

user_idstring nullable

User ID who owns this memory

updated_atstring date-time nullable

Timestamp when memory was last updated