Save Agent Memory
Inputs & Data Retrieval
Save Agent Memory
Save notes, context, or insights to this agent’s persistent memory for future recall and reference.
POST
Save Agent Memory
Authorizations
Bearer token from your account (https://agent.ai/user/integrations#api)
Body
application/json
The text content to save to the agent's memory (supports variable references like {{meeting_notes}}).
Variable name to store the save result, like 'saved_memory' or 'memory_saved'.
Pattern:
^[a-zA-Z][a-zA-Z0-9_]*$Optional JSON metadata about this content (e.g., {"source": "meeting_notes", "date": "2025-11-13"}).
Comma-separated list of keywords to prioritize in indexing (e.g., "enterprise, pricing, annual contract").

