Skip to content

AuraClientOptions

Property Type Description
apiKey string Company API key (sk-aura-…). Sent as Authorization: Bearer <key>.
baseUrl? string Base URL of the Aura deployment. Defaults to DEFAULT_BASE_URL.
fetch? (input, init?) => Promise<Response> Override the fetch implementation (defaults to the global fetch).
webSocketFactory? WsFactory Override the WebSocket implementation (defaults to the ws package).