What you can set
Anything you do not set uses the platform default, so you can start with just a name and a logo.
Change branding in the console
- Open Settings and find the branding section.
- Edit the fields you want to override, such as company name, logos, favicon and primary colour.
- Save. The console updates straight away, and the widget picks up the change on its next load.
Change branding with the API
Read the current branding, edit it and send it back. Saving replaces the whole set of overrides, so always start from what you last read:409 conflict and nothing changes. Read again and retry. See Replace branding for every field.
Rules for values
- Links and hosted assets must use
https://. - Inline images can be embedded as base64
data:URIs in SVG, PNG, JPEG, WebP, GIF or ICO format. The whole request is limited to 256 KiB, so host large images instead. - Colours must be hex (
#B83E0E) orrgb(),rgba(),hsl()orhsla(). Named colours such asredare refused. - Text fields hold 1 to 120 characters.