Modes
| Mode | Meaning |
|---|---|
FULL | Normal — reads and writes work as expected |
PASSTHROUGH | Memory context should be skipped — continue the LLM call without it |
DEGRADED_RETRIEVE | Retrieval is reduced — fewer or zero memories may return |
BLOCKED | Writes are blocked by quota governance |
Response headers
| Header | Meaning |
|---|---|
X-MemoryOS-Quota-Mode | Current mode |
X-MemoryOS-Budget-Remaining | Remaining budget as a percentage |
X-MemoryOS-Quota-Reset | Next reset timestamp |
X-MemoryOS-Circuit-Status | Overall dependency health |
X-MemoryOS-Processing | normal or delayed |
Handling passthrough
Webhooks
Operational events includequota.warning, quota.critical, quota.exhausted, quota.reset, mode.changed, processing.delayed, and processing.recovered.
See Webhooks for payload format and signature verification.