From 85bb1f2a179288d05cbe159db3983e57a379f114 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Tue, 1 Sep 2026 17:43:26 +0000 Subject: [PATCH] docs: point API key setup at console.supermemory.ai The 0.1.6 login flow authenticates via console.supermemory.ai (plugin/hooks/lib/auth.js), but the README still directed users to app.supermemory.ai to get an API key. Update the link to match where login actually lives. Co-authored-by: Dhravya Shah --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4683aa..6de17cc 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Your agent remembers what you worked on - across sessions, across projects. > /plugin uninstall claude-supermemory@supermemory-plugins > ``` -Set your API key (get one at [app.supermemory.ai](https://app.supermemory.ai)): +Set your API key (get one at [console.supermemory.ai](https://console.supermemory.ai)): ```bash export SUPERMEMORY_CC_API_KEY="sm_..."