@runloop/agent-axon-client
    Preparing search index...

    Type Alias AccountInfo

    Information about the logged in user's account.

    type AccountInfo = {
        apiKeySource?: string;
        apiProvider?:
            | "firstParty"
            | "bedrock"
            | "vertex"
            | "foundry"
            | "anthropicAws";
        email?: string;
        organization?: string;
        subscriptionType?: string;
        tokenSource?: string;
    }
    Index

    Claude SDK

    apiKeySource?: string
    apiProvider?: "firstParty" | "bedrock" | "vertex" | "foundry" | "anthropicAws"

    Active API backend. Anthropic OAuth login only applies when "firstParty"; for 3P providers the other fields are absent and auth is external (AWS creds, gcloud ADC, etc.).

    email?: string
    organization?: string
    subscriptionType?: string
    tokenSource?: string