--- title: "Use cases" description: "What teams build with Supermemory — agents, knowledge, multi-tenant products, and tools." sidebarTitle: "Use cases" icon: "lightbulb" --- Supermemory is one context engine. These are the shapes teams ship on top of it. ## Agents that remember Preferences, people, projects, and decisions across sessions — without replaying the entire chat history into every prompt. Account history, past tickets, and product facts at answer time. Isolate each customer with a container tag. Remember the account, stakeholders, and last commitments. Profiles keep “always know” context warm. Project conventions, past decisions, and repo context via API, MCP, or plugins (Claude Code, Codex, OpenClaw, and more). ## Knowledge and retrieval Drive, Notion, Gmail, OneDrive, S3, GitHub, web crawler — sync sources, then ask questions with managed SuperRAG. Policies, wikis, and internal docs as shared memory for the team — API or Company Brain. Papers, notes, and long documents with multimodal ingestion (PDF, images, audio/video) and hybrid search. Contracts and policy corpora with strict isolation and audit-friendly deletion paths. See [Security](/overview/security). ## Multi-tenant products If you are building a SaaS that needs memory **per end user** (or per workspace): 1. Map each user/workspace to a **container tag** 2. Ingest conversations and files into that tag 3. Search / load **profiles** only inside that tag 4. Issue **scoped keys** when the client must not cross tenants 5. On account deletion, erase that container’s data Deep dive lives in Developer Platform concepts ([container tags](/concepts/container-tags), [user profiles](/concepts/user-profiles)). ## Surfaces (same engine) | If you want to… | Start here | |---|---| | Call the Memory API from your app | [Quickstart](/quickstart) | | Use Claude / Cursor / coding agents | [Plugins & MCP](/supermemory-mcp/mcp) | | Give the whole company a knowledge brain | Company Brain (from [docs home](/)) | | Keep data on your machines | [Self-hosting](/self-hosting/overview) | ## Related Product overview and mental model. Concepts, API guides, and integrations.