Save to Agent Memory

The Save to Agent Memory node stores data in a memory table that AI agents can access later. This enables persistent data storage across workflow runs.


When to Use

Use Save to Agent Memory when you need to persist data between workflow executions. Common uses include building lead databases, storing enrichment results, or maintaining context for AI agents.

Inputs

Input

Description

tableId

The ID of the memory table to save to

data

The data object to store

Output Variables

Variable

Description

success

Whether the data was saved successfully (true/false)

recordId

The ID of the saved record

Syntax Example

{{saveToAgentMemory.success}}
{{saveToAgentMemory.recordId}}

Pro tip: Use Agent Memory to save content that the agent can look through later. This may be to identify winning posts, best hooks or themes.