batch_remember
Persist up to 100 independent memories in a single request, ideal for batch-saving extracted facts or structured data from documents.
Instructions
Store many memories at once (up to 100). Use this when you have a list of independent facts to persist - e.g. extracting structured data from a document. For a single item, prefer remember.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | No | Memanto agent identifier the memory belongs to (required: no MEMANTO_DEFAULT_AGENT_ID is configured). | |
| memories | Yes | List of memory dicts. Each item supports the same fields as `remember` (content [required], type, title, confidence, tags, source, provenance) with the same allowed values; an item without a source is attributed to the calling client. Max 100 items. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| failed | No | ||
| status | Yes | ||
| message | No | ||
| results | No | ||
| agent_id | Yes | ||
| namespace | No | ||
| successful | No | ||
| total_submitted | No |