Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Dashboard API

The API is primarily for the bundled frontend, but is useful for development and automation:

EndpointMethodPurpose
/api/configGETLoad the current config and raw TOML
/api/configPUTValidate and save a config
/api/config/previewPOSTConvert a config JSON payload to TOML without saving
/api/config/statusPOSTReturn validation state plus dashboard status helpers
/api/validatePOSTValidate config JSON
/api/devicesGETList available input/output devices
/api/runtimeGETReturn the latest runtime snapshot
/api/eventsGETServer-sent events for config, device, runtime, and log changes