Back to Mem0

Overview

docs/platform/overview.mdx

2.0.122.4 KB
Original Source

Mem0 Platform is the fully managed memory layer for your AI apps and agents. Your users stop repeating themselves and your agents keep context across sessions, with no vector store, reranker, or infrastructure to run.

Why teams pick the Platform

  • Personalized replies. Memories persist across users and agents, cutting prompt bloat and repeat questions.
  • Zero infrastructure. Mem0 runs the vector store and rerankers, so there is nothing to provision, tune, or maintain.
  • Enterprise-ready. Audit logs and workspace governance ship by default.

How it works

<Steps> <Step title="Add"> Send Mem0 your messages and conversations. </Step> <Step title="Extract and store"> Mem0 distills them into facts and links entities across memories. </Step> <Step title="Recall"> At query time, Mem0 returns only the most relevant memories. </Step> </Steps>

For the full pipeline, see How Mem0 works.

<AccordionGroup> <Accordion title="What you get with Mem0 Platform" icon="sparkles">
| Feature | Why it helps |
| --- | --- |
| Fast setup | Add a few lines of code and you're production-ready, with no vector database or LLM configuration required. |
| Production scale | Automatic scaling, high availability, and managed infrastructure so you focus on product work. |
| Advanced features | Webhooks, multimodal support, and custom categories are ready to enable. |
| Enterprise ready | Audit logs, workspace governance, and dedicated support keep security and governance covered. |
</Accordion> </AccordionGroup>

Explore the Platform

<CardGroup cols={2}> <Card title="How Mem0 works" icon="diagram-project" href="/core-concepts/how-it-works"> The extraction and retrieval pipeline, end to end. </Card> <Card title="Run the quickstart" icon="rocket" href="/platform/quickstart"> Get an API key and save your first memory. </Card> <Card title="Understand memory types" icon="brain" href="/core-concepts/memory-types"> How user, agent, run, and session memory differ. </Card> <Card title="Add, search, and update" icon="layer-group" href="/core-concepts/memory-operations/add"> The core memory operations, end to end. </Card> </CardGroup> <Tip> Deciding whether to self-host? Compare hosting models in the <Link href="/platform/platform-vs-oss">Platform vs OSS guide</Link>, or switch tabs to the Open Source docs to run Mem0 yourself. </Tip>