From bd69e2f0611ac3da4facf027a43dfaad08a4529d Mon Sep 17 00:00:00 2001
From: Dhravya
Date: Sat, 28 Feb 2026 01:06:12 +0000
Subject: [PATCH 1/8] docs: add scoped key deletion endpoint to auth docs
(#756)
Documents the new DELETE /v3/auth/scoped-key/:keyId endpoint
for disabling container-scoped API keys.
Co-Authored-By: Claude Opus 4.6
---
apps/docs/authentication.mdx | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/apps/docs/authentication.mdx b/apps/docs/authentication.mdx
index d817457e..0046ef93 100644
--- a/apps/docs/authentication.mdx
+++ b/apps/docs/authentication.mdx
@@ -100,4 +100,20 @@ This works for Google Drive, Notion, and OneDrive. See the full setup in [Custom
```
Use the returned key exactly like a normal API key — it just won't work outside its container scope.
+
+ ### Disable a scoped key
+
+ To revoke a scoped key, send a `DELETE` request with the `id` returned at creation time. This disables the key immediately — any subsequent requests using it will get a `401`. Memories and container tags are **not** affected.
+
+ ```bash
+ curl https://api.supermemory.ai/v3/auth/scoped-key/KEY_ID \
+ --request DELETE \
+ --header 'Authorization: Bearer YOUR_API_KEY'
+ ```
+
+ **Response:**
+
+ ```json
+ { "success": true }
+ ```
\ No newline at end of file
From a1097275374fe4e6f0e851416fd91b9a96535ad0 Mon Sep 17 00:00:00 2001
From: Dhravya Shah
Date: Sat, 28 Feb 2026 15:16:24 -0800
Subject: [PATCH 2/8] Revise README content and format
Updated README to enhance clarity and branding.
---
README.md | 359 +++++++++++++++++++++++++++++++++++++++++++-----------
1 file changed, 286 insertions(+), 73 deletions(-)
diff --git a/README.md b/README.md
index 7c83e240..d93814c6 100644
--- a/README.md
+++ b/README.md
@@ -1,105 +1,318 @@
-
+
-
+
-
- Your AI second brain for saving and organizing everything that matters.
-
-## Features
+---
-### Core Functionality
+Supermemory is the memory and context layer for AI. **#1 on [LongMemEval](https://github.com/xiaowu0162/LongMemEval), [LoCoMo](https://github.com/snap-research/locomo), and [ConvoMem](https://github.com/Salesforce/ConvoMem)** — the three major benchmarks for AI memory.
-- **[Add Memories from Any Content](#add-memory)**: Easily add memories from URLs, PDFs, and plain text—just paste, upload, or link.
-- **[Chat with Your Memories](#chat-memories)**: Converse with your stored content using natural language chat.
-- **[Supermemory MCP Integration](#mcp-integration)**: Seamlessly connect with all major AI tools (Claude, Cursor, etc.) via Supermemory MCP.
-- **[Browser Extension](#browser-extension)**: Save memories directly from your browser with integrations for ChatGPT, Claude, and Twitter/X.
-- **[Raycast Extension](#raycast-extension)**: Add and search memories directly from Raycast with keyboard shortcuts.
+Your AI forgets everything between conversations. Supermemory fixes that.
-## How do I use this?
+It automatically learns from conversations, extracts facts, builds user profiles, handles knowledge updates and contradictions, forgets expired information, and delivers the right context at the right time. Full RAG, connectors, file processing — the entire context stack, one system.
-Go to [app.supermemory.ai](https://app.supermemory.ai) and sign in with your account
+| | |
+|---|---|
+| 🧠 **Memory** | Extracts facts from conversations. Handles temporal changes, contradictions, and automatic forgetting. |
+| 👤 **User Profiles** | Auto-maintained user context — stable facts + recent activity. One call, ~50ms. |
+| 🔍 **Hybrid Search** | RAG + Memory in a single query. Knowledge base docs and personalized context together. |
+| 🔌 **Connectors** | Google Drive · Gmail · Notion · OneDrive · GitHub — auto-sync with real-time webhooks. |
+| 📄 **Files** | PDFs, images (OCR), videos (transcription), code (AST-aware chunking). Upload and it works. |
-1. Start Adding Memory with your choice of format (Note, Link, File)
-
-
-
+---
-2. You can also Connect to your favourite services (Notion, Google Drive, OneDrive)
-
-
-
+## Use Supermemory
-3. Once Memories are added, you can chat with Supermemory by clicking on "Open Chat" and retrieve info from your saved memories
-
-
-
+
+
+
-4. Add MCP to your AI Tools (by clicking on "Connect to your AI" and select the AI tool you are trying to integrate)
-
-
-
+
🧑💻 I use AI tools
-5. **Browser Extension**: Install the [Chrome/Edge extension](https://chromewebstore.google.com/detail/supermemory/afpgkkipfdpeaflnpoaffkcankadgjfc) to save memories directly from any webpage, integrate with ChatGPT and Claude conversations, and import from Twitter/X. Right-click on any content or use the extension popup to save memories instantly.
+Give Claude, Cursor, or any MCP-compatible AI assistant **persistent memory across every conversation**.
-6. **Raycast Extension**: Install the [Raycast extension](https://www.raycast.com/supermemory/supermemory) to add and search memories directly from Raycast. Use the "Add Memory" command to quickly save content, or "Search Memories" to find and retrieve your saved information with keyboard shortcuts.
+Your AI remembers your preferences, projects, past discussions — and gets smarter over time.
-## Support
+**[→ Jump to MCP setup](#give-your-ai-memory-mcp)**
-Have questions or feedback? We're here to help:
+
-## Contributing
+Add memory, RAG, user profiles, and connectors to your agents and apps with **a single API**.
-We welcome contributions from developers of all skill levels! Whether you're fixing bugs, adding features, or improving documentation, your help makes supermemory better for everyone.
+No vector DB config. No embedding pipelines. No chunking strategies.
-For detailed guidelines, development setup, coding standards, and the complete contribution workflow, please see our [**Contributing Guide**](CONTRIBUTING.md).
+**[→ Jump to developer quickstart](#build-with-supermemory-api)**
-### Ways to Contribute
+
+
+
-- 🐛 **Bug fixes** - Help us squash those pesky issues
-- ✨ **New features** - Add functionality that users will love
-- 🎨 **UI/UX improvements** - Make the interface more intuitive
-- ⚡ **Performance optimizations** - Help us make supermemory faster
+---
-Check out our [Issues](https://github.com/supermemoryai/supermemory/issues) page for `good first issue` and `help wanted` labels to get started!
+## Give your AI memory (MCP)
-## Updates & Roadmap
+The Supermemory MCP server gives any compatible AI assistant persistent memory. One install, and your AI remembers you.
-Stay up to date with the latest improvements:
+### Quick install
-- [Changelog](https://docs.supermemory.ai/changelog/overview)
-- [X](https://x.com/supermemory).
+```bash
+npx -y install-mcp@latest https://mcp.supermemory.ai/mcp --client claude --oauth=yes
+```
+
+Replace `claude` with your client: `cursor`, `windsurf`, `vscode`, etc.
+
+### What your AI gets
+
+| Tool | What it does |
+|---|---|
+| `memory` | Save or forget information. Your AI calls this automatically when you share something worth remembering. |
+| `recall` | Search memories by query. Returns relevant memories + your user profile summary. |
+| `context` | Injects your full profile (preferences, recent activity) into the conversation at start. In Cursor and Claude Code, just type `/context`. |
+
+### How it works
+
+Once installed, Supermemory runs in the background:
+
+1. **You talk to your AI normally.** Share preferences, mention projects, discuss problems.
+2. **Supermemory extracts and stores the important stuff.** Facts, preferences, project context — not noise.
+3. **Next conversation, your AI already knows you.** It recalls what you're working on, how you like things, what you discussed before.
+
+Memory is scoped with **projects** (container tags) so you can separate work and personal context, or organize by client, repo, or anything else.
+
+### Supported clients
+
+**Claude Desktop** · **Cursor** · **Windsurf** · **VS Code** · **Claude Code** · **OpenCode** · **OpenClaw**
+
+The MCP server is open source — [view the source](https://supermemory.ai/docs/supermemory-mcp/mcp).
+
+### Manual configuration
+
+Add this to your MCP client config:
+
+```json
+{
+ "mcpServers": {
+ "supermemory": {
+ "url": "https://mcp.supermemory.ai/mcp"
+ }
+ }
+}
+```
+
+Or use an API key instead of OAuth:
+
+```json
+{
+ "mcpServers": {
+ "supermemory": {
+ "url": "https://mcp.supermemory.ai/mcp",
+ "headers": {
+ "Authorization": "Bearer sm_your_api_key_here"
+ }
+ }
+ }
+}
+```
+
+---
+
+## Build with Supermemory (API)
+
+If you're building AI agents or apps, Supermemory gives you the entire context stack through one API — memory, RAG, user profiles, connectors, and file processing.
+
+### Install
+
+```bash
+npm install supermemory # or: pip install supermemory
+```
+
+### Quickstart
+
+```typescript
+import Supermemory from "supermemory";
+
+const client = new Supermemory();
+
+// Store a conversation
+await client.add({
+ content: "User loves TypeScript and prefers functional patterns",
+ containerTag: "user_123",
+});
+
+// Get user profile + relevant memories in one call
+const { profile, searchResults } = await client.profile({
+ containerTag: "user_123",
+ q: "What programming style does the user prefer?",
+});
+
+// profile.static → ["Loves TypeScript", "Prefers functional patterns"]
+// profile.dynamic → ["Working on API integration"]
+// searchResults → Relevant memories ranked by similarity
+```
+
+```python
+from supermemory import Supermemory
+
+client = Supermemory()
+
+client.add(
+ content="User loves TypeScript and prefers functional patterns",
+ container_tag="user_123"
+)
+
+result = client.profile(container_tag="user_123", q="programming style")
+
+print(result.profile.static) # Long-term facts
+print(result.profile.dynamic) # Recent context
+```
+
+Supermemory automatically extracts memories, builds user profiles, and returns relevant context. No embedding pipelines, no vector DB config, no chunking strategies.
+
+### Framework integrations
+
+Drop-in wrappers for every major AI framework:
+
+```typescript
+// Vercel AI SDK
+import { withSupermemory } from "@supermemory/tools/ai-sdk";
+const model = withSupermemory(openai("gpt-4o"), "user_123");
+
+// Mastra
+import { withSupermemory } from "@supermemory/tools/mastra";
+const agent = new Agent(withSupermemory(config, "user-123", { mode: "full" }));
+```
+
+**Vercel AI SDK** · **LangChain** · **LangGraph** · **OpenAI Agents SDK** · **Mastra** · **Agno** · **Claude Memory Tool** · **n8n**
+
+### Search modes
+
+```typescript
+// Hybrid (default) — RAG + Memory in one query
+const results = await client.search.memories({
+ q: "how do I deploy?",
+ containerTag: "user_123",
+ searchMode: "hybrid",
+});
+// Returns deployment docs (RAG) + user's deploy preferences (Memory)
+
+// Memories only
+const results = await client.search.memories({
+ q: "user preferences",
+ containerTag: "user_123",
+ searchMode: "memories",
+});
+```
+
+### User profiles
+
+Traditional memory relies on search — you need to know what to ask for. Supermemory automatically maintains a profile for every user:
+
+```typescript
+const { profile } = await client.profile({ containerTag: "user_123" });
+
+// profile.static → ["Senior engineer at Acme", "Prefers dark mode", "Uses Vim"]
+// profile.dynamic → ["Working on auth migration", "Debugging rate limits"]
+```
+
+One call. ~50ms. Inject into your system prompt and your agent instantly knows who it's talking to.
+
+### Connectors
+
+Auto-sync external data into your knowledge base:
+
+**Google Drive** · **Gmail** · **Notion** · **OneDrive** · **GitHub** · **Web Crawler**
+
+Real-time webhooks. Documents automatically processed, chunked, and searchable.
+
+### API at a glance
+
+| Method | Purpose |
+|---|---|
+| `client.add()` | Store content — text, conversations, URLs, HTML |
+| `client.profile()` | User profile + optional search in one call |
+| `client.search.memories()` | Hybrid search across memories and documents |
+| `client.search.documents()` | Document search with metadata filters |
+| `client.documents.uploadFile()` | Upload PDFs, images, videos, code |
+| `client.documents.list()` | List and filter documents |
+| `client.settings.update()` | Configure memory extraction and chunking |
+
+Full API reference → [supermemory.ai/docs](https://supermemory.ai/docs)
+
+---
+
+## Benchmarks
+
+Supermemory is state of the art across all major AI memory benchmarks:
+
+| Benchmark | What it measures | Result |
+|---|---|---|
+| **[LongMemEval](https://github.com/xiaowu0162/LongMemEval)** | Long-term memory across sessions with knowledge updates | **81.6% — #1** |
+| **[LoCoMo](https://github.com/snap-research/locomo)** | Fact recall across extended conversations (single-hop, multi-hop, temporal, adversarial) | **#1** |
+| **[ConvoMem](https://github.com/Salesforce/ConvoMem)** | Personalization and preference learning | **#1** |
+
+We also built **[MemoryBench](https://supermemory.ai/docs/memorybench/overview)** — an open-source framework for standardized, reproducible benchmarks of memory providers. Compare Supermemory, Mem0, Zep, and others head-to-head:
+
+```bash
+bun run src/index.ts run -p supermemory -b longmemeval -j gpt-4o -r my-run
+```
+
+---
+
+## How memory works under the hood
+
+```
+Your app / AI tool
+ ↓
+ Supermemory
+ │
+ ├── Memory Engine Extracts facts, tracks updates, resolves contradictions,
+ │ auto-forgets expired info
+ ├── User Profiles Static facts + dynamic context, always fresh
+ ├── Hybrid Search RAG + Memory in one query
+ ├── Connectors Real-time sync from Google Drive, Gmail, Notion, GitHub...
+ └── File Processing PDFs, images, videos, code → searchable chunks
+```
+
+**Memory is not RAG.** RAG retrieves document chunks — stateless, same results for everyone. Memory extracts and tracks *facts about users* over time. It understands that "I just moved to SF" supersedes "I live in NYC." Supermemory runs both together by default, so you get knowledge base retrieval *and* personalized context in every query.
+
+**Automatic forgetting.** Supermemory knows when memories become irrelevant. Temporary facts ("I have an exam tomorrow") expire after the date passes. Contradictions are resolved automatically. Noise never becomes permanent memory.
+
+---
+
+## Links
+
+- 📖 [Documentation](https://supermemory.ai/docs)
+- 🚀 [Quickstart](https://supermemory.ai/docs/quickstart)
+- 🧪 [MemoryBench](https://supermemory.ai/docs/memorybench/overview)
+- 🔌 [Integrations](https://supermemory.ai/docs/integrations)
+- 💬 [Discord](https://discord.gg/supermemory)
+- 𝕏 [Twitter](https://twitter.com/supermaborai)
+
+---
+
+
+ Give your AI a memory. It's about time.
+
From cd9d4649bfcc4212d4b497e1c234a3ebaab67522 Mon Sep 17 00:00:00 2001
From: Dhravya Shah
Date: Sat, 28 Feb 2026 15:45:27 -0800
Subject: [PATCH 3/8] Revise README for clarity and updated links
Updated the README to clarify the functionality of Supermemory and modified links for Discord and user setup. Added information about the Supermemory App and its plugins.
---
README.md | 62 ++++++++++++++++++++++++++++++++++++++++++++-----------
1 file changed, 50 insertions(+), 12 deletions(-)
diff --git a/README.md b/README.md
index d93814c6..16288559 100644
--- a/README.md
+++ b/README.md
@@ -7,14 +7,14 @@
- State-of-the-art memory for AI.
+ State-of-the-art memory and context engine for AI.
@@ -25,7 +25,9 @@
---
-Supermemory is the memory and context layer for AI. **#1 on [LongMemEval](https://github.com/xiaowu0162/LongMemEval), [LoCoMo](https://github.com/snap-research/locomo), and [ConvoMem](https://github.com/Salesforce/ConvoMem)** — the three major benchmarks for AI memory.
+Supermemory is the memory and context layer for AI. **#1 on [LongMemEval](https://github.com/xiaowu0162/LongMemEval), [LoCoMo](https://github.com/snap-research/locomo), and [ConvoMem](https://github.com/Salesforce/ConvoMem)** — the three major benchmarks for AI memory.
+
+We are a research lab building the engine, plugins and tools around it.
Your AI forgets everything between conversations. Supermemory fixes that.
@@ -49,11 +51,11 @@ It automatically learns from conversations, extracts facts, builds user profiles
🧑💻 I use AI tools
-Give Claude, Cursor, or any MCP-compatible AI assistant **persistent memory across every conversation**.
+Build your own personal supermemory by using our app. Builds **persistent memory graph across every conversation**.
Your AI remembers your preferences, projects, past discussions — and gets smarter over time.
-**[→ Jump to MCP setup](#give-your-ai-memory-mcp)**
+**[→ Jump to User setup](#give-your-ai-memory)**
@@ -72,11 +74,35 @@ No vector DB config. No embedding pipelines. No chunking strategies.
---
-## Give your AI memory (MCP)
+## Give your AI memory
-The Supermemory MCP server gives any compatible AI assistant persistent memory. One install, and your AI remembers you.
+The Supermemory App, browser extension, plugins and MCP server gives any compatible AI assistant persistent memory. One install, and your AI remembers you.
-### Quick install
+### The app
+
+You can use supermemory without any code, by using our consumer-facing app for free.
+
+Start at https://app.supermemory.ai
+
+
+
+It also comes with an agent embedded inside, which we call Nova.
+
+### Supermemory Plugins
+
+Supermemory comes built with Plugins for Claude Code, OpenCode and OpenClaw.
+
+
+
+These plugins are implementations of the supermemory API, and they are open source!
+
+You can find them here:
+
+- Openclaw plugin: https://github.com/supermemoryai/openclaw-supermemory
+- Claude code plugin: https://github.com/supermemoryai/claude-supermemory
+- OpenCode plugin: https://github.com/supermemoryai/opencode-supermemory
+
+### MCP - Quick install
```bash
npx -y install-mcp@latest https://mcp.supermemory.ai/mcp --client claude --oauth=yes
@@ -84,6 +110,8 @@ npx -y install-mcp@latest https://mcp.supermemory.ai/mcp --client claude --oauth
Replace `claude` with your client: `cursor`, `windsurf`, `vscode`, etc.
+Read more about our MCP here - https://supermemory.ai/docs/supermemory-mcp/mcp
+
### What your AI gets
| Tool | What it does |
@@ -279,6 +307,16 @@ We also built **[MemoryBench](https://supermemory.ai/docs/memorybench/overview)*
bun run src/index.ts run -p supermemory -b longmemeval -j gpt-4o -r my-run
```
+### Benchmarking your own memory solution
+
+We provide an Agent skill for companies to benchmark their own context and memory solutions against supermemory.
+
+```
+npx skills add supermemoryai/memorybench
+```
+
+Simply run this and do `/benchmark-context` - Supermemory will automatically do the work for you!
+
---
## How memory works under the hood
@@ -290,13 +328,13 @@ Your app / AI tool
│
├── Memory Engine Extracts facts, tracks updates, resolves contradictions,
│ auto-forgets expired info
- ├── User Profiles Static facts + dynamic context, always fresh
+ ├── User Profiles Static facts + dynamic context built from engine, always fresh
├── Hybrid Search RAG + Memory in one query
├── Connectors Real-time sync from Google Drive, Gmail, Notion, GitHub...
└── File Processing PDFs, images, videos, code → searchable chunks
```
-**Memory is not RAG.** RAG retrieves document chunks — stateless, same results for everyone. Memory extracts and tracks *facts about users* over time. It understands that "I just moved to SF" supersedes "I live in NYC." Supermemory runs both together by default, so you get knowledge base retrieval *and* personalized context in every query.
+**Memory is not RAG.** RAG retrieves document chunks — stateless, same results for everyone. Memory extracts and tracks *facts about users* over time. It understands that "I just moved to SF" supersedes "I live in NYC." Supermemory runs both together by default, so you get knowledge base retrieval *and* personalized context in every query. Read more about this here - https://supermemory.ai/docs/concepts/memory-vs-rag
**Automatic forgetting.** Supermemory knows when memories become irrelevant. Temporary facts ("I have an exam tomorrow") expire after the date passes. Contradictions are resolved automatically. Noise never becomes permanent memory.
@@ -308,8 +346,8 @@ Your app / AI tool
- 🚀 [Quickstart](https://supermemory.ai/docs/quickstart)
- 🧪 [MemoryBench](https://supermemory.ai/docs/memorybench/overview)
- 🔌 [Integrations](https://supermemory.ai/docs/integrations)
-- 💬 [Discord](https://discord.gg/supermemory)
-- 𝕏 [Twitter](https://twitter.com/supermaborai)
+- 💬 [Discord](https://supermemory.link/discord)
+- 𝕏 [Twitter](https://twitter.com/supermemory)
---
From cc7bb3068abde7c545564c34e5174844cc1e7201 Mon Sep 17 00:00:00 2001
From: Dhravya Shah
Date: Sat, 28 Feb 2026 15:47:23 -0800
Subject: [PATCH 4/8] Update 'Files' to 'Multi-modal Extractors' in README
---
README.md | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 16288559..f203c566 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,12 @@ It automatically learns from conversations, extracts facts, builds user profiles
| 👤 **User Profiles** | Auto-maintained user context — stable facts + recent activity. One call, ~50ms. |
| 🔍 **Hybrid Search** | RAG + Memory in a single query. Knowledge base docs and personalized context together. |
| 🔌 **Connectors** | Google Drive · Gmail · Notion · OneDrive · GitHub — auto-sync with real-time webhooks. |
-| 📄 **Files** | PDFs, images (OCR), videos (transcription), code (AST-aware chunking). Upload and it works. |
+| 📄 **Multi-modal Extractors** | PDFs, images (OCR), videos (transcription), code (AST-aware chunking). Upload and it works. |
+
+All of this is in our single memory structure and ontology.
+
+
+
---
From e1eeb9cfd75357426fe2514b66d86c996106d785 Mon Sep 17 00:00:00 2001
From: Dhravya Shah
Date: Sat, 28 Feb 2026 15:49:08 -0800
Subject: [PATCH 5/8] Add setup-supermemory metadata to README
Added metadata for setup-supermemory including name and description.
---
skills/supermemory/README.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/skills/supermemory/README.md b/skills/supermemory/README.md
index 061b59df..03cac7b4 100644
--- a/skills/supermemory/README.md
+++ b/skills/supermemory/README.md
@@ -1,3 +1,8 @@
+---
+name: setup-supermemory
+description: "Automatically set up supermemory (Perfect agent memory) in your own agent or application, end-to-end. Asks user questions, chooses the right context solution for the agent and does the implementation for you."
+---
+
# Supermemory Claude Skill
A comprehensive Claude skill that teaches AI agents about Supermemory - the state-of-the-art memory and context infrastructure for building personalized, context-aware AI applications.
From 48845bb072879607bfe3e9d986cf25262470468e Mon Sep 17 00:00:00 2001
From: Viasocket Interns
Date: Tue, 3 Mar 2026 01:07:42 +0530
Subject: [PATCH 6/8] feat: adding viaSocket integration page (#757)
Co-authored-by: vishalparmarr
---
apps/docs/docs.json | 1 +
.../images/viaSocket-supermemory-auth.png | Bin 0 -> 56787 bytes
.../images/viaSocket-supermemory-connect.png | Bin 0 -> 123166 bytes
.../images/viaSocket-supermemory-trigger.png | Bin 0 -> 108777 bytes
apps/docs/images/viasocket-icon-ico.ico | Bin 0 -> 4286 bytes
.../images/viasocket-supermemory-action.png | Bin 0 -> 124083 bytes
...asocket-supermemory-configured-trigger.png | Bin 0 -> 70453 bytes
.../viasocket-supermemory-connection.png | Bin 0 -> 76033 bytes
.../images/viasocket-supermemory-go-live.png | Bin 0 -> 74584 bytes
apps/docs/integrations/viasocket.mdx | 80 ++++++++++++++++++
10 files changed, 81 insertions(+)
create mode 100644 apps/docs/images/viaSocket-supermemory-auth.png
create mode 100644 apps/docs/images/viaSocket-supermemory-connect.png
create mode 100644 apps/docs/images/viaSocket-supermemory-trigger.png
create mode 100644 apps/docs/images/viasocket-icon-ico.ico
create mode 100644 apps/docs/images/viasocket-supermemory-action.png
create mode 100644 apps/docs/images/viasocket-supermemory-configured-trigger.png
create mode 100644 apps/docs/images/viasocket-supermemory-connection.png
create mode 100644 apps/docs/images/viasocket-supermemory-go-live.png
create mode 100644 apps/docs/integrations/viasocket.mdx
diff --git a/apps/docs/docs.json b/apps/docs/docs.json
index e87834b0..83a174dd 100644
--- a/apps/docs/docs.json
+++ b/apps/docs/docs.json
@@ -159,6 +159,7 @@
"integrations/claude-memory",
"integrations/pipecat",
"integrations/n8n",
+ "integrations/viasocket",
"integrations/zapier"
]
}
diff --git a/apps/docs/images/viaSocket-supermemory-auth.png b/apps/docs/images/viaSocket-supermemory-auth.png
new file mode 100644
index 0000000000000000000000000000000000000000..5105b9870e55f2a23da9df14f432f63b22b29164
GIT binary patch
literal 56787
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