Skip to main content
GET
/
widget
/
config
Get widget configuration
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>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key in lum_pk_* format. Pass via x-api-key header or Authorization: Bearer <key>.

Response

Widget configuration object.

showBranding
boolean
colorScheme
enum<string>
Available options:
light,
dark
position
enum<string>
Available options:
bottom-right,
bottom-left
borderRadius
number
panelWidth
number
availableSkills
object[]