Skip to main content
Stores a new memory for the authenticated user. Memories are scoped to the user within their organization and can be used by AI agents to personalize responses.
string
required
Bearer token obtained from the authenticate endpoint.
string
required
The memory content to store.

Response

Returns the created memory object.
string
Unique memory ID (UUID).
string
Organization this memory belongs to.
string
Member this memory belongs to.
string
The memory content.
integer
Zero-based position in the member’s ordered memory list. New memories are appended.
string
Memory tier: identity, preference, terminology, or focus. This endpoint creates memories in the preference tier.
string
ISO 8601 timestamp when the memory was created.
string
ISO 8601 timestamp when the memory was last updated.