Skip to main content
GET
/
widget
/
bootstrap
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "data": {
    "agentMeta": {},
    "theme": {},
    "copy": {},
    "behavior": {}
  },
  "message": "<string>",
  "errors": [
    {
      "field": "<string>",
      "message": "<string>"
    }
  ]
}

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
required

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

Response

Public bootstrap payload.

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