Skip to main content
Create Or Update Llm Analytics Config

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
tool_identifier
string
required

Identifier for the analytics tool

api_key
string
required

API Key for the tool

Minimum string length: 10
host_uri
string
required

Host URI for the analytics tool

project_id
string | null
default:default

Project ID, defaults to 'default'

Maximum string length: 100
host_health_uri
string | null

Health check URI

mask_pii
boolean | null
default:false

Flag to mask PII

config_json
Config Json · object | null

Additional configuration

Response

Successful Response

Standard success response for PUT and DELETE operations

status
string
default:Transaction completed successfully