- API Key
Getting Your API Key
1
Sign in to Supermemory Console
Go to console.supermemory.ai and log in or create an account.
2
Navigate to API Keys
Go to the API Keys page from the console.
3
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.
4
Add to VibeFlow
Paste the API key into your VibeFlow Supermemory connector under Settings > Connectors.
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.

