Documentation Index
Fetch the complete documentation index at: https://sedataai.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
exporterAuth field on TelemetryConfig
takes an AuthConfig. The same credential is forwarded to the safety-check
API as x-api-key.
Fields
Which authentication scheme to use.
Required when
type: 'bearer'. Sent as Authorization: Bearer <token>.Required when
type: 'apiKey'. Sent as x-api-key: <apiKey>.Required when
type: 'basic'. Currently a no-op in the exporter (the
Authorization: Basic ... header is commented out — track upstream).Required when
type: 'basic'. Same caveat as username.Per-type validation
ConfigValidator enforces:
bearerrequirestoken.apiKeyrequiresapiKey.basicrequires bothusernameandpassword.
instrumentServer time.