Type alias ArqeraClientOptions

ArqeraClientOptions: {
    apiKey: string;
    baseUrl?: string;
    timeout?: number;
}

Arqera JavaScript/TypeScript SDK

Idiomatic client for the Arqera AI-Native OS platform. Provides access to work, agents, ara, and other core modules.

Type declaration

  • apiKey: string

    Your Arqera API key

  • Optional baseUrl?: string

    Base URL for the API (defaults to production)

  • Optional timeout?: number

    Request timeout in milliseconds