Syntext DOCS
Docs Agent Get Started
API Get Widget Config

Get Widget Config

Returns the public configuration the embeddable chat widget uses to render itself — assistant name, persona, and project display settings. No authentication required.

GET/v1/projects/{projectId}/chat/config

Path Parameters

The project ID.

Example

curl https://api.syntext.dev/v1/projects/prj_abc123/chat/config

Response

{
  "data": {
    "projectName": "Acme Docs",
    "assistantName": "AI Assistant"
  }
}

The assistant name and persona are configurable in the dashboard under Settings → AI Assistant.

This endpoint is safe to call from the browser and is cached by the widget. See AI Assistant for embedding instructions.

Was this page helpful?
Assistant
Responses are generated using AI and may contain mistakes.

Ask me anything about the documentation.

ESC