Data
Batch Remember
Store up to 100 memories in one request.
POST
Overview
Submits multiple memories in a single JSON body. Each item uses the same shape as Remember:content plus optional type, title, confidence, tags, source, and provenance.
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
Non-empty array of memory objects (minimum 1, maximum 100 items per request).
content(string, required)type(string, optional, defaultfact)title(string, optional)confidence(number, optional, default0.8, range0.0–1.0)tags(array of strings, optional)source(string, optional, defaultagent)provenance(string, optional, defaultexplicit_statement)
Next Steps
- Recall to search the stored memories
- Generate AI Answer using the agent’s updated context