Workflows
Bootstrap Workflow
Load signed-in app state for the web shell.
Start signed-in web clients with:
Bootstrap returns the canonical frontend registry for the current user and deployment. It includes user info, entitlements, navigation, settings sections, feature flags, model metadata, defaults, and UI settings.
Use bootstrap before adding client-specific endpoints. If a new surface needs app shell metadata, extend the shared bootstrap contract rather than duplicating route calls.
Related endpoint:
Use capabilities for public deployment capability/config metadata before a full signed-in bootstrap is required.