Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.maximem.ai/llms.txt

Use this file to discover all available pages before exploring further.

These are short, opinionated, copy-paste-ready recipes. Each one solves a specific common problem in 30–80 lines. Use them as starting points, not as architectural decrees.

Multi-Tenant SaaS

Scope memories per customer organization. Reuse one Instance across all your B2B customers.

Slack Bot with Memory

Add per-channel and per-user memory to a Slack bot using Bolt + Synap.

Voice Agent (LiveKit)

Memory-augmented voice agent on LiveKit. Recall caller history mid-call.

RAG over User History

Pure semantic retrieval over a single user’s past conversations — Synap as your RAG.

Graceful Degradation

What to do when Synap is unreachable. Cache, fallback prompts, queue retries.

Replay Conversation History

Bulk-ingest a corpus of historical conversations on Instance creation.
Want a recipe that isn’t here? Email [email protected] with the pattern and we’ll add it. Recipes that get repeatedly requested become part of the docs.