# supermemory | Memory API for the AI era ## Docs - [Agents, skills and MCP](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/agents-and-mcp.md): Set up coding agents to integrate Supermemory — CLI, skill, and docs MCP. - [Connections](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/connections.md): External connectors — create, configure, sync, and manage resources. - [Configure connection](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/connections/configure-connection.md): Configure resources for a connection (supported providers: GitHub for now) - [Create connection](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/connections/create-connection.md): Initialize connection and get authorization URL - [Delete connection](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/connections/delete-connection.md): Delete connection for a specific provider and container tags - [Delete connection by ID](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/connections/delete-connection-by-id.md): Delete a specific connection by ID - [Fetch resources](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/connections/fetch-resources.md): Fetch resources for a connection (supported providers: GitHub for now) - [Get connection (by id)](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/connections/get-connection-by-id.md): Get connection details with id - [Get connection (by provider)](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/connections/get-connection-by-provider.md): Get connection details with provider and container tags - [List connections](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/connections/list-connections.md): List all connections - [List documents](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/connections/list-documents.md): List documents indexed for a provider and container tags - [Sync connection](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/connections/sync-connection.md): Initiate a manual sync of connections - [Container tags](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/container-tags.md): Multi-tenant containers — settings, merge, and delete. - [Delete container tag](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/container-tags/delete-container-tag.md): Delete a container tag and all its documents and memories. Only organization owners and admins can perform this action. - [Get container tag merge status](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/container-tags/get-container-tag-merge-status.md): Get queued container tag merge status - [Get container tag settings](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/container-tags/get-container-tag-settings.md): Get settings for a container tag - [Merge container tags](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/container-tags/merge-container-tags.md): Merge multiple container tags into a target tag. All documents from the source tags will be updated to reference the target tag, and the source tags will be deleted after successful merge. - [Update container tag settings](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/container-tags/update-container-tag-settings.md): Update settings for a container tag - [Create memories directly](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/content-management/create-memories-directly.md): Create memories directly, bypassing the document ingestion workflow. Generates embeddings and makes them immediately searchable. - [Forget a memory](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/content-management/forget-a-memory.md): Forget (soft delete) a memory entry. The memory is marked as forgotten but not permanently deleted. - [Forget memories matching a prompt/query](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/content-management/forget-memories-matching-a-promptquery.md): Agentic mass-forget. Given a prompt or query, a tool-calling agent searches the container's memories and soft-deletes everything matching the target. Use dryRun to preview first. - [List memory entries with history](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/content-management/list-memory-entries-with-history.md): List all latest memory entries from specified container tags with their update history and source documents - [Update a memory (creates new version)](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/content-management/update-a-memory-creates-new-version.md): Update a memory by creating a new version. The original memory is preserved with isLatest=false. - [Documents](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/documents.md): List, get status, update, delete, and inspect ingested documents. - [Get document](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/documents/get-document.md): Get a document by ID - [Get document chunks](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/documents/get-document-chunks.md): Get all chunks for a document, ordered by position - [Get presigned file URL](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/documents/get-presigned-file-url.md): Get a fresh presigned URL for a document's file. Returns a time-limited URL (24h) that can be used to download the file. - [Get processing documents](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/documents/get-processing-documents.md): Get documents that are currently being processed - [List documents](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/documents/list-documents.md): Retrieves a paginated list of documents with their metadata and workflow status - [Search documents](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/documents/search-documents.md): Search memories with advanced filtering - [Ingest](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/ingest.md): Add documents, files, batches, and conversations to Supermemory. - [Add document](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/ingest/add-document.md): Add a document with any content type (text, url, file, etc.) and metadata - [Batch add documents](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/ingest/batch-add-documents.md): Add multiple documents in a single request. Each document can have any content type (text, url, file, etc.) and metadata - [Bulk delete documents](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/ingest/bulk-delete-documents.md): Bulk delete documents by IDs or container tags - [Delete document by ID or customId](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/ingest/delete-document-by-id-or-customid.md): Delete a document by ID or customId - [Ingest or update conversation](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/ingest/ingest-or-update-conversation.md): Ingest or update a conversation - [Update document](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/ingest/update-document.md): Update a document with any content type (text, url, file, etc.) and metadata - [Upload a file](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/ingest/upload-a-file.md): Upload a file to be processed - [Memories](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/memories.md): Create, list, update, and forget extracted memory entries (v4). - [API Reference](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/overview.md): Interactive reference for the Supermemory HTTP API — ingest, search, profiles, memories, connectors, and settings. - [Profiles](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/profiles.md): Entity profiles — static and dynamic facts for a container. - [Get profile buckets](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/profiles/get-profile-buckets.md): Returns the effective profile bucket definitions for a given container tag — org-level buckets merged with any container-tag-level additions. - [Get user profile](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/profiles/get-user-profile.md): Get user profile with optional search results - [Search memory entries](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/recall-search/search-memory-entries.md): Search memory entries - Low latency for conversational - [Recall](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/search.md): Semantic search over memories, document chunks, or both — plus user profiles. - [Settings](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/settings.md): Organization settings, profile buckets, and data reset. - [Get settings](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/settings/get-settings.md): Get settings for an organization - [Reset organization data](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/settings/reset-organization-data.md): Reset organization content: removes documents, memories, spaces (except default project), connections, and org settings. Preserves the org, members, and billing. - [Suggest profile buckets](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/settings/suggest-profile-buckets.md): Suggest profile bucket definitions based on the organization context prompt. Returns 3–6 bucket suggestions tailored to the use-case described in the prompt. - [Update settings](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/api-reference/settings/update-settings.md): Update settings for an organization - [API keys & auth](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/authentication.md): Org API keys, container-scoped keys, and connector branding. - [Automations and Proactiveness](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/company-brain/automations.md): Scheduled work Company Brain runs on its own, and when it speaks without being asked - [Connectors](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/company-brain/connectors.md): Bring knowledge in with data connectors, and act in live tools with tool connectors - [Using Outside Slack](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/company-brain/outside-slack.md): Reach the same permissions graph from Claude Code, ChatGPT, Cursor, or any MCP client - [What is Supermemory Company Brain?](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/company-brain/overview.md): A super agent, with all the knowledge and tools of your team - [The Permissions Graph](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/company-brain/permissions.md): What Company Brain remembers, who it's visible to, and how tool access is scoped - [Setup and Onboarding](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/company-brain/setup.md): Creating a team workspace and installing it into Slack - [Acting in Tools](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/company-brain/use-cases/acting-in-tools.md): List open PRs, create Linear issues — actions run under your own account - [Greeting New Teammates](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/company-brain/use-cases/greeting.md): Connect card, welcome DM, and first answer — activation on day one - [Incidents & Downtime Chatter](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/company-brain/use-cases/incidents.md): Answer 'is prod down?' from live Sentry, and post scheduled error digests - [Answering from Your Docs](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/company-brain/use-cases/knowledge-recall.md): Ask about roadmaps, specs, and handbooks in plain language - [Long-Horizon Research](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/company-brain/use-cases/long-horizon-research.md): Questions that need many sources synthesized into one answer - [Meeting Recall](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/company-brain/use-cases/meeting-recall.md): Ask what was decided in a meeting and get the answer from synced notes - [Meeting Scheduling](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/company-brain/use-cases/meeting-scheduling.md): Find free time and send a calendar invite from Slack - [What You Can Do](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/company-brain/use-cases/overview.md): Real scenarios for Company Brain — from Slack answers to sandbox debugging - [Sandbox Debugging](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/company-brain/use-cases/sandbox-debugging.md): Hand it a failing test — it runs the code in an isolated workspace and reports back - [Automatic Support](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/company-brain/use-cases/support.md): Company Brain chimes in on customer questions with answers from docs and tickets - [From Support Ticket to Code Fix](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/company-brain/use-cases/support-escalation.md): A Plain ticket gets triaged in Slack, and an @mention hands the fix to Cursor - [Container Tags](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/concepts/container-tags.md): The isolation boundary that groups and partitions memories by user, project, or any logical scope - [Supported Content Types](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/concepts/content-types.md): All the content formats Supermemory can ingest and process - [Customizing for Your Use Case](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/concepts/customization.md): Configure Supermemory's behavior for your specific application - [Organizing & Filtering Memories](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/concepts/filtering.md): Use container tags and metadata to organize and retrieve memories - [Graph memory](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/concepts/graph-memory.md): How facts connect, update, and stay true — memory relationships, temporal truth, and automatic forgetting. - [How Supermemory Works](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/concepts/how-it-works.md): From a file or chat turn to something you can search — the ingest pipeline, statuses, and outputs. - [Memory vs RAG: Understanding the Difference](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/concepts/memory-vs-rag.md): Learn why agent memory and RAG are fundamentally different, and when to use each approach - [Multi-tenancy Overview](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/concepts/multi-tenancy.md): How Supermemory isolates and organizes memories across users, tenants, and projects - [Multi-tenancy Examples](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/concepts/multi-tenancy-examples.md): Common container tag and metadata patterns for personal agents, company agents, email assistants, and support platforms - [Rules of supermemory](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/concepts/rules.md): Best practices and things to consider when using supermemory in your system - [SuperRAG (Managed RAG as a service)](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/concepts/super-rag.md): Supermemory provides a managed RAG solution - extraction, indexing, storing, and retrieval. - [User Profiles](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/concepts/user-profiles.md): Automatically maintained context about your users - [GitHub Connector](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/connectors/github.md): Connect GitHub repositories to sync documentation files into your Supermemory knowledge base - [Gmail Connector](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/connectors/gmail.md): Sync email threads from Gmail with real-time Pub/Sub webhooks and incremental sync - [Google Drive Connector](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/connectors/google-drive.md): Connect Google Drive to sync documents into your Supermemory knowledge base - [Granola Connector](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/connectors/granola.md): Sync AI meeting notes and transcripts from Granola into your Supermemory knowledge base - [Managing Connection Resources](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/connectors/managing-resources.md): Get and configure resources for connections that support resource management - [Notion Connector](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/connectors/notion.md): Sync Notion pages, databases, and blocks with real-time webhooks and workspace integration - [OneDrive Connector](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/connectors/onedrive.md): Sync Microsoft Office documents from OneDrive with scheduled synchronization and business account support - [Connectors Overview](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/connectors/overview.md): Integrate Google Drive, Gmail, Notion, OneDrive, GitHub, Granola and Web Crawler to automatically sync documents into your knowledge base - [S3 Connector](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/connectors/s3.md): Connect Amazon S3 or S3-compatible storage to sync files into your Supermemory knowledge base - [Connector Troubleshooting](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/connectors/troubleshooting.md): Diagnose and resolve common issues with Google Drive, Gmail, Notion, and OneDrive connectors - [Web Crawler Connector](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/connectors/web-crawler.md): Crawl and sync websites automatically with scheduled recrawling and robots.txt compliance - [Introduction](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/index.md): Context infrastructure for AI agents - [Ingesting context to supermemory](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/ingestion/add-memories.md): Add text, files, and URLs to Supermemory - [Document Operations](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/ingestion/document-operations.md): List, get, update, and delete your ingested documents - [Microsoft Agent Framework](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/integrations/agent-framework.md): Add persistent memory to Microsoft Agent Framework agents with Supermemory - [Agno](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/integrations/agno.md): Add persistent memory to Agno agents with Supermemory - [Vercel AI SDK](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/integrations/ai-sdk.md): Use Supermemory with Vercel AI SDK for seamless memory management - [Cartesia](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/integrations/cartesia.md): Integrate Supermemory with Cartesia for conversational memory in voice AI agents - [Claude Code](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/integrations/claude-code.md): Claude Code Supermemory Plugin — persistent memory across coding sessions - [Claude Memory Tool](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/integrations/claude-memory.md): Use Claude's native memory tool with Supermemory as the backend - [OpenAI Codex](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/integrations/codex.md): codex-supermemory — persistent memory for OpenAI Codex CLI - [Convex](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/integrations/convex.md): Add persistent memory to Convex apps with Supermemory - [CrewAI](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/integrations/crewai.md): Add persistent memory to CrewAI agents with Supermemory - [Hermes](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/integrations/hermes.md): Hermes Supermemory Plugin — semantic memory, profiles, and search across Telegram, Discord, Slack, CLI, and more - [LangChain](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/integrations/langchain.md): Build AI agents with persistent memory using LangChain and Supermemory - [LangGraph](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/integrations/langgraph.md): Add persistent memory to LangGraph agents with Supermemory - [Mastra](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/integrations/mastra.md): Add persistent memory to Mastra AI agents with Supermemory processors - [Memory Graph](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/integrations/memory-graph.md): Interactive visualization for documents, memories and connections - [n8n](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/integrations/n8n.md): Automate knowledge management with Supermemory in n8n workflows - [OpenAI SDK](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/integrations/openai.md): Memory tools for OpenAI function calling with Supermemory integration - [OpenAI Agents SDK](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/integrations/openai-agents-sdk.md): Add persistent memory to OpenAI agents with Supermemory - [OpenClaw](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/integrations/openclaw.md): OpenClaw Supermemory Plugin — works across Telegram, WhatsApp, Discord, Slack, and more - [OpenCode](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/integrations/opencode.md): OpenCode Supermemory Plugin — persistent memory across coding sessions - [Pipecat](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/integrations/pipecat.md): Integrate Supermemory with Pipecat for conversational memory in voice AI agents - [Supermemory SDK](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/integrations/supermemory-sdk.md): Official Python and JavaScript SDKs for Supermemory - [viaSocket](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/integrations/viasocket.md): Connect Supermemory with viaSocket to build automation flows using triggers, API tokens, and actions like Gmail. - [VoltAgent](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/integrations/voltagent.md): Integrate Supermemory with VoltAgent for long-term memory in AI agents - [Zapier](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/integrations/zapier.md): Automate memory management with Supermemory in Zapier workflows - [Building a Benchmark](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/memorybench/extend-benchmark.md): Add a custom benchmark dataset when the built-in ones don't match your use case - [Adding a Provider](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/memorybench/extend-provider.md): Register your own memory implementation so MemoryBench can score and compare it - [Measuring Results](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/memorybench/memscore.md): How MemoryBench scores a run — qualitative judging and quantitative metrics - [MemoryBench](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/memorybench/overview.md): Open-source framework for benchmarking memory providers — including your own - [Migrating from Mem0 to Supermemory](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/migration/from-mem0.md): Complete guide to migrate your data and applications from Mem0 to Supermemory - [Migrating from Zep to Supermemory](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/migration/from-zep.md): Quick guide to migrate from Zep to Supermemory - [Upgrading @supermemory/tools to v2.0.0](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/migration/tools-v2-upgrade.md): Migrate your code from @supermemory/tools 1.4.x to 2.0.0 — config-object signature, customId, and new defaults - [Analytics & Monitoring](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/overview/analytics.md): Observe usage, errors, and logs to monitor your Supermemory integration - [Billing & usage](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/overview/billing.md): Enterprise-grade reference for Supermemory metering — SM tokens, operations, search, SuperRAG, plans, diff billing, and programmatic usage APIs. - [Comparison - Should I use supermemory?](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/overview/comparison.md): When Supermemory is the right choice versus DIY vector stacks, thin memory layers, pure RAG, and building it yourself. The answer is: you should probably use supermemory - [Security & compliance](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/overview/security.md): How Supermemory protects data — encryption, isolation, SOC 2, GDPR, HIPAA BAA, and deletion. - [Use cases](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/overview/use-cases.md): What teams build with Supermemory — agents, knowledge, multi-tenant products, and tools. - [What is Supermemory?](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/overview/what-is-supermemory.md): Supermemory is the long term and short term context and memory infrastructure for agents. - [Quickstart](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/quickstart.md): Ingest a conversation and a document, then use document search, memory graph traversal, and profiles — and wire it into a chat harness. - [Memory Operations](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/recall/memory-operations.md): Advanced memory operations (v4 API) - [Review Inferred Memories](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/recall/memory-review.md): List and act on low-confidence inferred memories — approve, decline, or undo - [Search](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/recall/search.md): Semantic search across your memories and documents - [User Profiles](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/recall/user-profiles.md): Fetch and use automatically maintained user context - [Self-Hosting Configuration](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/self-hosting/configuration.md): Every environment variable the self-hosted server understands. - [Embeddings (self-hosted)](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/self-hosting/embeddings.md): Local and remote embedding providers for Supermemory local — defaults, env vars, multilingual options, and dimension lock. - [Local vs. Enterprise](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/self-hosting/local-vs-enterprise.md): Supermemory local is for builders. Supermemory Enterprise is for organizations. - [Supermemory local](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/self-hosting/overview.md): State-of-the-art memory, running on your machine. One binary, zero config. - [Using supermemory local with different providers](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/self-hosting/providers.md): Copy-paste .env setup for Ollama, OpenAI, Anthropic, Gemini, and OpenRouter - [Self-Hosting Quickstart](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/self-hosting/quickstart.md): From zero to your first memory in under two minutes. - [Bash Tool](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/smfs/bash-tool.md): @supermemory/bash. The SMFS idea wrapped as a single agent tool, for serverless and edge runtimes. - [Bash Tool (Python)](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/smfs/bash-tool-python.md): supermemory-bash. The SMFS idea wrapped as a single agent tool, for Python agents and serverless runtimes. - [Examples](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/smfs/examples.md): Full web-based demo apps you can clone and run. - [Install SMFS](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/smfs/install.md): Install, log in, mount. - [Mount](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/smfs/mount.md): Mount a Supermemory container, generate memories, and sync. - [SMFS](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/smfs/overview.md): Memory your agent can grep. - [Cloudflare](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/smfs/providers/cloudflare.md): Give your AI agent persistent memory inside a Cloudflare Container using SMFS - [Daytona](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/smfs/providers/daytona.md): Give your AI agent persistent memory inside a Daytona sandbox using SMFS - [E2B](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/smfs/providers/e2b.md): Give your AI agent persistent memory inside an E2B sandbox using SMFS - [Vercel AI SDK](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/smfs/providers/vercel.md): Give your AI agent persistent memory using SMFS with the Vercel AI SDK - [Claude Desktop](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/supermemory-mcp/claude-desktop.md): Connect Supermemory MCP in Claude via Settings → Connectors - [Overview](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/supermemory-mcp/mcp.md): Unified memory for Claude, Cursor, and every MCP client — one layer across all your tools - [Setup and Usage](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/supermemory-mcp/setup.md): How to set up and use Supermemory MCP Server 4.0 - [Profile Buckets](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/user-profiles/buckets.md): Custom topical categories for user profiles - [Using Supermemory](https://supermemory-vorflux-slack-workspace-override-consent.mintlify.site/using-supermemory.md): The full loop: authenticate, put context in, get it back out, keep it correct. ## OpenAPI Specs - [openapi](https://api.supermemory.ai/v4/openapi)