Files
Markus Ecker bdc83fd7aa docs(premium/self-hosting): add user memory closed-beta section
Adds two pieces to the self-hosting docs:

1. A short public Callout in `## What is this?` announcing that the
   Intelligence Platform image includes an opt-in user memory
   capability and pointing readers at the gated configuration section
   below. No implementation details exposed.

2. A password-gated `### User memory (closed beta)` sub-section in
   `## Configuration reference` that describes:
   - The user-visible effect (recall of prior conversations with
     example questions)
   - Scope guarantees (per-user, per-org, per-project; read-only)
   - The two flips required to enable it:
       app-api:  appApi.env: [{ name: SL_ENABLED, value: "true" }]
       runtime:  mcpServer: true on the CopilotKitIntelligence
                 constructor in @copilotkit/runtime/v2
   - A runtime.ts code snippet

The gating uses the existing InsecurePasswordProtected component
already registered as an MDX component on both (home) and
integrations routes. The password is currently hardcoded as
cpki-mem-beta directly on the prop, which keeps the gate working
locally without env-var setup. Swap to an env-var-backed prop before
broader rollout if a different password than the existing LangGraph
Cloud beta is desired.

Scope of this change is the self-hosting snippet only; no
integration-specific docs, no new pages, no nav changes.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-20 14:06:04 +02:00
..
2026-04-29 19:07:42 -07:00