API Reference Notes¶
This page is a lightweight reference note for the current Mozaiks backend surface.
For runtime behavior, prefer:
Current Public Surfaces¶
The current web shell and platform primarily rely on:
GET /api/healthGET /api/workflowsGET /api/theme-configGET /api/shell-config- workflow and chat/session routes exposed by the layered hosts
Where To Look In Code¶
mozaiksai/hosts/runtime.pymozaiksai/hosts/platform.pymozaiksai/hosts/studio.pymozaiksai/hosts/mozaiks.pymozaiksai/core/transport/mozaiksai/core/workflow/
Guidance¶
- Treat this file as a quick orientation note, not an exhaustive endpoint contract.
- When documenting or changing API behavior, update the architecture docs and the relevant route implementation together.