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.
string
required
Session token from Activate Agent. Must match
agent_id.string
required
Must be
application/jsonPath Parameters
string
required
The unique identifier of the agent.
Body
array
required
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