Developer API that gives AI agents persistent memory, retrieval, and connectors, usable both as infrastructure and a personal app.
What it does
Supermemory is a memory and retrieval infrastructure API for AI agents, combining persistent knowledge-graph memory, hybrid RAG search, filesystem-style access, connectors to tools like Slack and Gmail, and document/file extraction. It's offered both as a developer API and as a personal 'second brain' app.
How to use: Supermemory can be used by integrating its API or SDKs into your applications. To add memories, make a POST request to `https://api.supermemory.ai/v3/memories` with content (text, URL, or PDF) and optional metadata. To search memories, make a GET request to the same endpoint with a query `q`. To connect apps like OneDrive, use specific connection endpoints (e.g., `https://api.supermemory.ai/v3/connections/onedrive`). For OpenAI integration, simply change your OpenAI client's `baseUrl` to `https://api.supermemory.ai/v3/https://api.openai.com/v1/` for automatic long-term context. SDKs are available for Python (`pip install 'supermemory'`) and Javascript (`npm install 'supermemory'`).
Core features
Best for
Pricing
Reviews
Big-picture takes: what it's for and whether it delivers. High-engagement YouTube videos — not sponsored.
Tutorials
Step-by-step: exactly how to get things done with it.