Data
Remember
Store a single memory for the agent in the active session namespace.
POST
Overview
Stores one memory in the agent’s Moorcheh namespace scoped by the active session. Fields are sent as JSON in the request body only (no query-string parameters).Authentication
API clients do not send an API key orAuthorization header.
Session token from Activate Agent. Must match
agent_id.Must be
application/jsonPath Parameters
The unique identifier of the agent.
Body
Memory text to store (max length enforced by the server; typically up to 10,000 characters).
Memory category (e.g.
fact, preference, instruction, decision, goal, …). Must be one of the supported Memanto memory types.Optional title (max 100 characters). If omitted, a title is derived from the content.
Confidence between
0.0 and 1.0.Optional list of tag strings.
Source label for the memory (e.g.
agent, user).How the memory was obtained:
explicit_statement, inferred, observed, validated, corrected, imported.Next Steps
- Recall to search stored memories
- Generate AI Answer using the agent’s context