Configuration
Mutate runtime config (dev/test only). 410 when disabled.
Set CORE_RUNTIME_CONFIG_MUTATION_ENABLED=true to enable. Startup-only fields (embedding_provider/model, llm_provider/model) return 400 with a rejected array listing the offending fields.
put/v1/memories/config
Request body
object required
Runtime config mutation. See handler for 410 and rejected[] paths.
Response
Applied changes + config snapshot.