II.
Page JSON
Structured · livepage:docs-supermemory-research-raw-08-quickstart
Supermemory Quickstart json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "page:docs-supermemory-research-raw-08-quickstart",
"_kind": "Page",
"_file": "wiki/docs/supermemory-research/raw/08-quickstart.md",
"_cluster": "wiki",
"attributes": {
"nodeKind": "Page",
"sourcePath": "docs/supermemory-research/raw/08-quickstart.md",
"sourceKind": "repo-docs",
"title": "Supermemory Quickstart",
"displayName": "Supermemory Quickstart",
"slug": "docs/supermemory-research/raw/08-quickstart",
"articlePath": "wiki/docs/supermemory-research/raw/08-quickstart.md",
"article": "\n# Supermemory Quickstart\n\nSource: https://supermemory.ai/docs/quickstart\n\n## Setup\n\n1. Register at https://console.supermemory.ai\n2. Create API key: API Keys -> Create API Key\n\n## Installation\n\n### Python\n\n```bash\npip install supermemory\nexport SUPERMEMORY_API_KEY=\"YOUR_API_KEY\"\n```\n\n### TypeScript\n\n```bash\nnpm install supermemory\nexport SUPERMEMORY_API_KEY=\"YOUR_API_KEY\"\n```\n\n## Core Workflow\n\n1. **Retrieve context** using `client.profile()` with a user identifier and query\n2. **Construct system messages** incorporating static profiles, dynamic profiles, and relevant memories\n3. **Store conversations** with `client.add()` for future retrieval\n\n## Automatic Features\n\n- Memory extraction from conversations\n- User profile construction (static + dynamic facts)\n- Contextual retrieval for personalized LLM responses\n\n## Optional Enhancement\n\nApply `threshold` parameter to refine search results by relevance scoring.\n",
"documents": []
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "page:docs-supermemory-research",
"to": "page:docs-supermemory-research-raw-08-quickstart",
"kind": "contains_page"
}
]
}