repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | --- |
| #2 | title: "Overview" |
| #3 | description: "Managed memory layer for AI agents - production-ready in minutes" |
| #4 | icon: "cloud" |
| #5 | --- |
| #6 | |
| #7 | # Mem0 Platform Overview |
| #8 | |
| #9 | Mem0 is the memory engine that keeps conversations contextual so users never repeat themselves and your agents respond with continuity. Mem0 Platform delivers that experience as a fully managed service—scaling, securing, and enriching memories without any infrastructure work on your side. |
| #10 | |
| #11 | <Tip> |
| #12 | Mem0 v1.0.0 shipped rerankers, async-by-default behavior, and Azure OpenAI support. Catch the full list of changes in the <Link href="/changelog">release notes</Link>. |
| #13 | </Tip> |
| #14 | |
| #15 | ## Why it matters |
| #16 | |
| #17 | - **Personalized replies**: Memories persist across users and agents, cutting prompt bloat and repeat questions. |
| #18 | - **Hosted stack**: Mem0 runs the vector store, graph services, and rerankers—no provisioning, tuning, or maintenance. |
| #19 | - **Enterprise controls**: SOC 2, audit logs, and workspace governance ship by default for production readiness. |
| #20 | |
| #21 | <AccordionGroup> |
| #22 | <Accordion title="What you get with Mem0 Platform" icon="sparkles"> |
| #23 | |
| #24 | | Feature | Why it helps | |
| #25 | | --- | --- | |
| #26 | | Fast setup | Add a few lines of code and you’re production-ready—no vector database or LLM configuration required. | |
| #27 | | Production scale | Automatic scaling, high availability, and managed infrastructure so you focus on product work. | |
| #28 | | Advanced features | Graph memory, webhooks, multimodal support, and custom categories are ready to enable. | |
| #29 | | Enterprise ready | SOC 2 Type II, GDPR compliance, and dedicated support keep security and governance covered. | |
| #30 | </Accordion> |
| #31 | </AccordionGroup> |
| #32 | |
| #33 | <Info> |
| #34 | Start with the <Link href="/platform/quickstart">Platform quickstart</Link> to provision your workspace, then pick the journey below that matches your next milestone. |
| #35 | </Info> |
| #36 | |
| #37 | ## Choose your path |
| #38 | |
| #39 | <CardGroup cols={3}> |
| #40 | <Card title="Launch Your Workspace" icon="rocket" href="/platform/quickstart"> |
| #41 | Create project and ship first memory. |
| #42 | </Card> |
| #43 | <Card title="Connect Any AI Client" icon="puzzle-piece" href="/platform/mem0-mcp"> |
| #44 | Use MCP for universal AI integration. |
| #45 | </Card> |
| #46 | <Card title="Understand Memory Types" icon="brain" href="/core-concepts/memory-types"> |
| #47 | User, agent, and session memory behavior. |
| #48 | </Card> |
| #49 | </CardGroup> |
| #50 | |
| #51 | <CardGroup cols={3}> |
| #52 | <Card title="Master Core Operations" icon="circle-check" href="/core-concepts/memory-operations/add"> |
| #53 | Add, search, update, and delete workflows. |
| #54 | </Card> |
| #55 | <Card title="Explore Platform Features" icon="sparkles" href="/platform/features/platform-overview"> |
| #56 | Graph memory, async clients, and rerankers. |
| #57 | </Card> |
| #58 | <Card title="Configure Advanced Operations" icon="bolt" href="/platform/advanced-memory-operations"> |
| #59 | Metadata filters and per-request toggles. |
| #60 | </Card> |
| #61 | </CardGroup> |
| #62 | |
| #63 | <CardGroup cols={2}> |
| #64 | <Card title="Connect Integrations" icon="plug" href="/integrations"> |
| #65 | LangChain, CrewAI, Vercel AI SDK. |
| #66 | </Card> |
| #67 | <Card title="Monitor in the Dashboard" icon="presentation" href="https://app.mem0.ai"> |
| #68 | Track activity and manage workspaces. |
| #69 | </Card> |
| #70 | </CardGroup> |
| #71 | |
| #72 | <Tip> |
| #73 | Evaluating self-hosting instead? Jump to the <Link href="/platform/platform-vs-oss">Platform vs OSS comparison</Link> to see trade-offs before you commit. |
| #74 | </Tip> |
| #75 | |
| #76 | ## Keep going |
| #77 | |
| #78 | {/* DEBUG: verify CTA targets */} |
| #79 | |
| #80 | <CardGroup cols={2}> |
| #81 | <Card |
| #82 | title="Compare with Open Source" |
| #83 | description="Review feature parity, migration paths, and when to stay managed." |
| #84 | icon="arrows-left-right" |
| #85 | href="/platform/platform-vs-oss" |
| #86 | /> |
| #87 | <Card |
| #88 | title="Run the Quickstart" |
| #89 | description="Provision your workspace, install the SDK, and persist your first memory." |
| #90 | icon="rocket" |
| #91 | href="/platform/quickstart" |
| #92 | /> |
| #93 | </CardGroup> |
| #94 |