Get widget bootstrap config
Returns the public configuration for the browser widget (theme, copy, and behavior) for a given publishable key. It contains no secrets and is safe to call from the browser, but the request’s origin must be allowed for the key.
Authorizations
Browser publishable key (Authorization: Bearer flowyte_pk_…), scope chat:public only — origin-allowlisted, agent-pinned, rate-limited. Used only by the embeddable chat widget; can never read tenant data. chat:public is restricted: it is grantable ONLY to a publishable key, never to a flowyte_sk_ secret key.
Headers
Browser origin; must be in the publishable key's allowed_origins.
Query Parameters
A publishable key (flowyte_pk_…); Origin-checked.