- 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.

