Remember
Memory API
Remember
Store a memory via API
POST
Remember
Documentation Index
Fetch the complete documentation index at: https://docs.agent-mind.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Store a new memory entry in your agent’s memory bank. The content can be any JSON-serializable data including strings, dictionaries, lists, or complex nested structures.Request Body
The content to store in memory. This is the actual memory data.
Associate memory with a specific user or conversation.
Group memories by session for context management.
Additional metadata to attach to the memory for filtering and organization.
Time-to-live in seconds. Memory will auto-expire after this duration.