Supermemory is the state-of-the-art memory and context infrastructure for AI agents. It provides perfect recall about your users, enabling agents that are more intelligent, more personalized, and more consistent. Supermemory includes the full context stack: agent memory, content extraction, connectors and syncing, and a managed RAG platform. In VibeFlow, Supermemory works seamlessly with the Agent Node to give your agents persistent, searchable memory across sessions. Required Configuration:Documentation Index
Fetch the complete documentation index at: https://docs.vibeflow.ai/llms.txt
Use this file to discover all available pages before exploring further.
- API Key
Getting Your API Key
Sign in to Supermemory Console
Go to console.supermemory.ai and log in or create an account.
Navigate to API Keys
Go to the API Keys page from the console.
Create a new API Key
Click Create New, give it a name, set an expiry date (longer is better), and set permissions to Full Access.
Available Endpoints
POST /api/actions/supermemory/documents
POST /api/actions/supermemory/documents
Add Document: Store a new document or piece of information into Supermemory for future retrieval.
POST /api/actions/supermemory/search/documents
POST /api/actions/supermemory/search/documents
Search Documents: Semantically search through stored documents to retrieve relevant context for your agent.
POST /api/actions/supermemory/profile
POST /api/actions/supermemory/profile
Get User Profile: Fetch a user’s profile and aggregated memory context built up over time.
POST /api/actions/supermemory/documents/list
POST /api/actions/supermemory/documents/list
List Documents: List all documents stored in Supermemory for a given user or session.
DELETE /api/actions/supermemory/documents/{id}
DELETE /api/actions/supermemory/documents/{id}
Delete Document: Remove a specific document from Supermemory by its ID.

