Integration Guide Template
Integration guides prove a joint journey: configure Mem0 and the partner with minimal steps, run one end-to-end sanity command, then hand the reader to deeper workflows.❌ DO NOT COPY — Guidance & Constraints
- Frontmatter must include
title,description,icon, and optionalpartnerBadge/tags. State the joint value in one sentence right after the H1. - List prerequisites for both platforms inside an
<Info>block. Surface limited-access or beta flags in a<Warning>before any setup. - Default to Tabs + Steps when instructions diverge (Platform vs OSS, Python vs TypeScript). When only one path exists, add a
<Note>explaining the missing variant. - When migrating an existing integration, keep the proven steps/screenshots—map them into this structure rather than rewriting unless either product has changed.
- Keep any Mermaid diagrams optional and left-to-right (
graph LR) to avoid vertical overflow; use only if architecture clarity is needed. - Every major step must finish with a verification
<Info icon="check">. End the page with exactly two CTA cards (left = related reference, right = next integration/cookbook).
✅ COPY THIS — Content Skeleton
Paste the block below, replace placeholders, and delete optional sections only when unnecessary for this integration.✅ Publish Checklist
- Joint value statement and prerequisites cover both Mem0 and partner requirements.
- Tabs/Steps include Python and TypeScript (or a
<Note>explains missing parity). - Every major step ends with an
<Info icon="check">describing success criteria. - Troubleshooting lists at least two concrete fixes.
- Final
<CardGroup>has exactly two cards with validated links.