Workflow Builder
Memory: Store, Recall & Inspect
Workflows can remember things across runs. Memory is a simple key/value store scoped to a workflow and a conversation.
Memory Store
The Memory Store node writes a value to a key. Typical uses:
- Remember the last time you contacted someone so the agent does not repeat itself.
- Save a preference the customer mentioned, "prefers morning calls".
- Track which step of a multi-step flow a contact is on.
Memory Recall
The Memory Recall node reads a value back. Feed it into an AI Agent prompt, a template, or a Gate to branch based on what you previously stored.
Memory Inspector
In the builder's right rail, the Memory Inspector shows every key and value the current workflow has stored. Great for debugging, you can see exactly what the agent is remembering at each point.
Scope and expiration
Memory is scoped to a workflow plus a conversation (so two different customers have isolated memory). Entries expire based on the TTL you set when storing. Leave TTL empty for persistent memory.
Want to see it in action?
Tell us your use case · English or Hebrew · No signup needed