Try it
Get a key from the developer console — API Keys → Create API Key — then add a memory and pull it back with related edges:
Documents vs memories
Think of documents as books you hand the system. Memories are the insights it keeps — connected to each other as new content arrives.
Uploading a long PDF does more than store bytes: Supermemory derives many memories and links them to what it already knows about that entity or user. Chunks of the document remain available for SuperRAG grounding.
Properties and rules of memories
- Memories are atomic - Each memory has enough information and context about one particular topic
- They always build on top of each other - with
updates, the model knows the history, a memoryextendsfrom other memories, and new facts are derived (derivesrelation) from existing knowledge.
Memory relationships
