Skip to main content
Tenant-scoped MemoryOS with Anthropic Claude. Same pattern as OpenAI: add memories, retrieve before the model call, skip context only when passthrough is active.
Key rules:
  • Keep MEMORYOS_API_KEY server-side
  • Always call Claude, even when MemoryOS is in passthrough
  • Use Memory Passport only when one user intentionally shares memory across multiple agents
For the cross-agent flow, see Cross-agent memory sharing.