Create a new memory for the current user.
This endpoint allows users to create personal memories that can be used for context in future conversations and interactions.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The workspace ID
Schema for creating a new memory.
The user ID who owns the memory.
The memory content to store.
The type of memory. 'user', 'agent', 'team', 'workflow'.
Topics associated with the memory.
Additional metadata for the memory.