Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

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

Origin
string
required

Browser origin; must be in the publishable key's allowed_origins.

Query Parameters

key
string

A publishable key (flowyte_pk_…); Origin-checked. Provide key OR pk.

pk
string

Alias for key — a publishable key (flowyte_pk_…). Provide key OR pk.

Response

Public bootstrap payload.

success
boolean
required
data
object
required
message
string
errors
object[]