Overview
Save notes, context, or insights to this agent’s persistent memory for future recall and reference. Combined with Look Up Agent Memories and List Agent Memories, this gives your agent a long-term, queryable memory store.Use Cases
- Stateful agents: Remember decisions, preferences, or past user inputs across runs.
- Audit trails: Save a record of what the agent did and why.
- Knowledge accumulation: Build up domain knowledge as the agent learns from each run.
Configuration Fields
Content
- Description: The text or notes to save.
- Required: Yes
Topic / Keywords
- Description: Optional metadata to make later retrieval easier (e.g. meeting ID, domain, customer name).
Output Variable Name
- Description: Variable name to store the saved memory’s ID / metadata.
- Validation: Only letters, numbers, and underscores.
- Required: Yes
Related Actions
- Look Up Agent Memories for semantic retrieval with citations.
- List Agent Memories for browsing and keyword filtering.

