Agents

Get widget configuration for an agent

Returns the embeddable web widget configuration for the agent (theme, copy, consent prompts, branding, voice/chat mode, allowlist). The response merges the stored config with assistantId: <agentId> injected.

get/agent/{id}/widget-config

Path parameters

idstring required
Example:60d0fe4f5311236168a109ca

The agent ID

Response

Widget configuration for the agent.

statusboolean

Example response

{
  "status": true
}

Changes