Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 32 additions & 50 deletions apps/docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
"api": {
"examples": {
"defaults": "required",
"languages": [
"javascript",
"python",
"curl"
]
"languages": ["javascript", "python", "curl"]
},
"openapi": "https://api.supermemory.ai/v3/openapi"
},
Expand All @@ -17,12 +13,7 @@
"primary": "#1E3A8A"
},
"contextual": {
"options": [
"copy",
"view",
"chatgpt",
"claude"
]
"options": ["copy", "view", "chatgpt", "claude"]
},
"favicon": "/favicon.png",
"fonts": {
Expand Down Expand Up @@ -79,11 +70,7 @@
{
"group": "Getting Started",
"icon": "rocket",
"pages": [
"intro",
"quickstart",
"vibe-coding"
]
"pages": ["intro", "quickstart", "vibe-coding"]
},
{
"group": "Concepts",
Expand All @@ -109,10 +96,7 @@
{
"group": "Manage Content",
"icon": "folder-cog",
"pages": [
"document-operations",
"memory-operations"
]
"pages": ["document-operations", "memory-operations"]
},
"overview/use-cases"
]
Expand Down Expand Up @@ -146,10 +130,7 @@
{
"group": "From another provider",
"icon": "truck",
"pages": [
"migration/from-mem0",
"migration/from-zep"
]
"pages": ["migration/from-mem0", "migration/from-zep"]
}
]
}
Expand All @@ -158,10 +139,7 @@
{
"anchor": "Supermemory MCP",
"icon": "terminal",
"pages": [
"supermemory-mcp/mcp",
"supermemory-mcp/setup"
]
"pages": ["supermemory-mcp/mcp", "supermemory-mcp/setup"]
}
],
"tab": "Developer Platform"
Expand All @@ -170,27 +148,35 @@
"icon": "plug",
"anchors": [
{
"anchor": "Integrations",
"anchor": "API Integrations",
"pages": [
"integrations/supermemory-sdk",
"integrations/ai-sdk",
"integrations/openai",
"integrations/langchain",
"integrations/memory-graph",
"integrations/claude-memory",
"integrations/pipecat",
"integrations/n8n",
"integrations/zapier",
{
"group": "Plugins",
"pages": [
"integrations/clawdbot",
"integrations/claude-code"
]
}
"integrations/zapier"
]
}
],
"tab": "API Integrations"
},
{
"icon": "puzzle",
"anchors": [
{
"anchor": "Plugins",
"pages": [
"integrations/openclaw",
"integrations/claude-code",
"integrations/opencode"
]
}
],
"tab": "Integrations"
"tab": "Plugins"
},
{
"icon": "book-open",
Expand All @@ -214,10 +200,7 @@
"memorybench/github",
{
"group": "Getting Started",
"pages": [
"memorybench/installation",
"memorybench/quickstart"
]
"pages": ["memorybench/installation", "memorybench/quickstart"]
},
{
"group": "Development",
Expand All @@ -230,10 +213,7 @@
},
{
"group": "Reference",
"pages": [
"memorybench/cli",
"memorybench/integrations"
]
"pages": ["memorybench/cli", "memorybench/integrations"]
}
]
}
Expand Down Expand Up @@ -269,17 +249,19 @@
"anchors": [
{
"anchor": "Changelog",
"pages": [
"changelog/overview",
"changelog/developer-platform"
]
"pages": ["changelog/overview", "changelog/developer-platform"]
}
],
"tab": "Changelog"
}
]
},
"redirects": [
{
"destination": "/integrations/openclaw",
"permanent": true,
"source": "/integrations/clawdbot"
},
{
"destination": "/intro",
"permanent": false,
Expand Down
Binary file added apps/docs/images/openclaw-logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/docs/images/opencode-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion apps/docs/integrations/claude-code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ icon: "/images/claude-code-icon.svg"
/>
</div>

<Warning>
This integration requires the **Supermemory Pro plan**. [Upgrade here](https://console.supermemory.ai/billing).
</Warning>

[Claude-Supermemory](https://github.com/supermemoryai/claude-supermemory) is a Claude Code plugin that gives your AI persistent memory across sessions. Your agent remembers what you worked on — across sessions, across projects.

## Get Your API Key
Expand Down Expand Up @@ -107,7 +111,7 @@ Create `~/.supermemory-claude/settings.json`:
Source code, issues, and detailed README.
</Card>

<Card title="ClawdBot Plugin" icon="shrimp" href="/integrations/clawdbot">
<Card title="OpenClaw Plugin" icon="messages-square" href="/integrations/openclaw">
Multi-platform memory for Telegram, WhatsApp, Discord, and more.
</Card>
</CardGroup>
Loading
Loading