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.
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.