Diagnostic Response Headers
Each response carries the following diagnostics:| Signal | What it tells you |
|---|---|
| Conversation ID | The thread the request was attributed to, so you can group and inspect turns. |
| Context modified | Whether memory was injected or history was trimmed for this call. |
| Token counts | How many tokens were sent after optimization versus a raw replay. |
| Memories touched | How many memory chunks were retrieved and how many were created. |
Graceful Fallback
In BYOK mode, Memory Router fails open: if MemoryLake is ever unavailable, the request passes straight through to your provider so your application keeps working with zero downtime.Because the Router speaks your provider’s protocol, a passthrough request returns the same response shape as a direct call — your application keeps working without code changes.
Next Steps
Deployment Modes
BYOK vs. hosted, base URLs, and supported providers.
FAQ
Common questions about code, providers, security, and pricing.