@amigo-ai/sdk
    Preparing search index...

    Interface AmigoSdkConfig

    interface AmigoSdkConfig {
        apiKey: string;
        apiKeyId: string;
        baseUrl?: string;
        orgId: OrgId;
        retry?: RetryOptions;
        userId: UserId;
    }
    Index

    Properties

    apiKey: string

    API key from Amigo dashboard

    apiKeyId: string

    API-key ID from Amigo dashboard

    baseUrl?: string

    Base URL of the Amigo API

    orgId: OrgId

    The Organization ID

    retry?: RetryOptions

    Retry configuration for HTTP requests

    userId: UserId

    User ID on whose behalf the request is made