Returns the merged widget configuration for the project associated with the API key, including available workflows (skills).
cURL
curl --request GET \ --url https://platform.agentictrust.com/api/v1/widget/config \ --header 'x-api-key: <api-key>'
{ "showBranding": true, "colorScheme": "light", "position": "bottom-right", "borderRadius": 123, "panelWidth": 123, "availableSkills": [ { "id": "<string>", "name": "<string>", "description": "<string>" } ] }
API key in lum_pk_* format. Pass via x-api-key header or Authorization: Bearer <key>.
lum_pk_*
x-api-key
Authorization: Bearer <key>
Widget configuration object.
light
dark
bottom-right
bottom-left
Show child attributes