Create Memory
Memory
Create Memory
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.
POST
Create Memory
Documentation Index
Fetch the complete documentation index at: https://docs.mielto.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The workspace ID
Body
application/json
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.