Skip to main content

public_details — Public details & branding

Everything shown on your agent’s standalone public chat page — business name, support email, power-user instructions, theme, brand palette, and the page layout (the UI blocks rendered around the chat panel). Section key public_details · Shape object · Tier All plans
Edit in the dashboard: Public Details page
Related: Page layout block types

Fields

palette fields

Owner brand colours for the chat render nodes (badge/alert/stat/…). Each role carries a light and dark hex value; they become --jr-* CSS variables injected on a .jr-themed wrapper around the render surfaces. Empty/unset roles fall back to the platform defaults in main.css. Never reaches the LLM — the model emits semantic variants and the theme resolves the colour.

page_images items

Freely-positioned decorative images overlaid on the public web chat page (never intercept clicks). Each image stacks by its numeric z against the page tiers — layout blocks paint at z 20, the chat window at z 40 — so an image can sit behind everything (z<0), between the blocks and the chat (e.g. 30), or float over both (e.g. 50); dialogs/menus always stay above. Among images with equal z, array order wins (later = on top). Coordinates/sizes are percentages of the viewport (x/width of its width, y/height of its height) so a design scales to any screen. mode:‘cover’ makes the image a classic full-bleed wallpaper (ignores the position/size fields). Source is either an external URL (src) or an owner-uploaded file (file, max 5 MB, common image formats incl. SVG) served from /agent/{agent_name}/page-image/{file}. Edited on the dashboard Web page (‘Page images’ card); shape is normalized by $lib/shared/page-images.ts.

palette.accent fields

A semantic colour with separate light- and dark-mode hex values. Either may be omitted (or left empty) to fall back to the platform default.

palette.success fields

A semantic colour with separate light- and dark-mode hex values. Either may be omitted (or left empty) to fall back to the platform default.

palette.warning fields

A semantic colour with separate light- and dark-mode hex values. Either may be omitted (or left empty) to fall back to the platform default.

palette.danger fields

A semantic colour with separate light- and dark-mode hex values. Either may be omitted (or left empty) to fall back to the platform default.

palette.info fields

A semantic colour with separate light- and dark-mode hex values. Either may be omitted (or left empty) to fall back to the platform default.