UseDocumentation Index
Fetch the complete documentation index at: https://docs.corti.ai/llms.txt
Use this file to discover all available pages before exploring further.
configureApp() for app-level configuration such as UI visibility, appearance, locale, and network settings.
Applies to Web Component, Window API, and PostMessage. Examples on this page
use the Web Component API shape.
configureApp() is patchable and may be called multiple times.Payload shape
Usage
Prerequisites
- None
Input validation
debug,ui.interactionTitle,ui.aiChat,ui.documentFeedback, andui.navigation: Must be boolean values when provided.appearance.primaryColor: Must be a valid CSS color string ornullwhen provided.locale.interfaceLanguage: Must be a supported interface language when provided.locale.dictationLanguage: Must be a supported dictation language ornullwhen provided.locale.overrides: Keys must match known override strings.network.websocketBaseUrl: Must be a valid WebSocket URL ornullwhen provided. This is mainly for proxy deployments. See the Proxy guide.
Possible errors
INVALID_PAYLOAD: Invalid color, URL, language code, or non-boolean UI value.INTERNAL_ERROR: Failed to apply configuration.