@getdial/sdk - v0.21.0
    Preparing search index...

    Interface DialConfig

    interface DialConfig {
        apiKey: string;
        baseUrl?: string;
        userAgent?: string;
    }
    Index
    apiKey: string
    baseUrl?: string
    userAgent?: string

    Identifies your application or agent runtime, conventionally as name/version (e.g. "my-app/1.1.1"). It is prepended to the SDK's own User-Agent, which is always still sent — this adds to the header, it never replaces it. Omit it and the header goes out unchanged.