SDK API Reference / SDKConfig
Interface: SDKConfig
SDK configuration options
Properties
apiKey?
optionalapiKey:string
TD API key (format: key_id/secret) Optional when used in browser with cookie-based authentication
logLevel?
optionallogLevel:LogLevel
Log level for SDK operations
Default
ts
LogLevel.INFOprofile?
optionalprofile:string
TD profile name Used for profile-based usage tracking
proxy?
optionalproxy:string
HTTP proxy URL for corporate networks with SSL inspection
Supports authentication: http://user:pass@proxy.corp.com:8080
Examples
ts
'http://proxy.corp.com:8080'ts
'http://user:password@proxy.corp.com:8080'site?
optionalsite:TDSite|string&object
TD site/region (accepts canonical names like 'us01', 'ap01' or aliases like 'jp01', 'jp')
Default
ts
'us01'