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, "position": "bottom-right", "primaryColor": "<string>", "bgColor": "<string>", "textColor": "<string>", "navigationCardColor": "<string>", "fontFamily": "<string>", "fabIcon": "<string>", "fabText": "<string>", "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.
bottom-right
bottom-left
Show child attributes