data-position | string | bottom-right | Places the widget launcher in the bottom right or bottom left corner. |
data-theme | string | light | UI theme, usually light or dark. |
data-width | number | 400 | Widget width in pixels. |
data-height | number | 500 | Widget height in pixels. |
data-title | string | AI Assistant | Visible widget title or display name. |
data-logo-url | url | empty | Logo image for the launcher/header. |
data-primary-color | color | empty | Primary theme color used in active UI elements. |
data-secondary-color | color | empty | Secondary UI color. |
data-show-powered-by | boolean | true | Show ChatATP branding. Enterprise or white-label deployments may hide it. |
data-allowed-routes | JSON array | empty | Restrict the widget to specific paths such as ["/", "/pricing"]. |
data-disallowed-routes | JSON array | empty | Hide the widget on specific paths. This list overrides allowed routes. |
data-identity-from-session | boolean | false | If true, the widget prefers a session-backed user profile instead of asking for full_name and email again. |
data-notification-sound | boolean | true | Whether the widget plays a notification sound. |
data-streaming | boolean | true | Turn streaming responses on or off. |
data-studio-url | url | https://studio.chat-atp.com | Studio link source shown in the widget UI. |