Skip to main content
The Customer Support Schema is for support chatbots, agent-assist copilots, CRM AI, and helpdesk platforms. The SDK stays the same. Enable domain_schema: "support" and MemoryOS adds a structured support overlay to every add() and get() call.

What it stores

Support types

saas, ecommerce, banking_fintech, travel, telecom, edtech_support, general_info

Enable

From the workspace dashboard: Settings → Domain Schema → Customer Support Schema, or via API:

Routing modes

Single vertical:
Multi-vertical helpdesk:
Classification happens inside the extraction pass — no separate detection call.

Retrieval safety rules

Support retrieval prepends guardrails to system_prompt_addition:
For banking_fintech:
These add no extra LLM call — just a few deterministic prompt tokens.

MemoryOS vs. your support tools

The recommended flow:

PII guidance

Prefer stable internal IDs for external_user_id. Keep ticket IDs in metadata. Never send raw card data, OTPs, passwords, Aadhaar, PAN, full account numbers, or full passport numbers to MemoryOS. PNR values for travel are fine — they’re operational references, not financial credentials.

Dashboard endpoints

Use SDK get() for model calls, not dashboard endpoints.