Admin endpoints control the running Engine’s catalog and background work. They requireDocumentation Index
Fetch the complete documentation index at: https://internal.september.wtf/llms.txt
Use this file to discover all available pages before exploring further.
X-Engine-Key and are typically called by ops tooling, not
by application code.
POST /admin/reload-core-soul
Reload the soul template from the catalog directory. Use after editingcatalog/core/core_soul.json (or whatever your catalog source of truth
is) without restarting the Engine.
POST /admin/reload-catalog
Reload all agents, skills, and tools from the catalog directory. Same non-restart hot reload as core soul, scoped wider.POST /admin/lc/trigger
Trigger an immediate Learning Centre batch run. The Learning Centre normally runs on its own schedule (LC_BATCH_INTERVAL_HOURS); this
endpoint runs it now.
See also
- Environment variables for
LC_BATCH_INTERVAL_HOURSand friends. - Learning Centre for what runs in a batch.

