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. Wins over region; defaults to DEFAULT_REGION’s host.
fetch? (input, init?) => Promise<Response> Override the fetch implementation (defaults to the global fetch).
region? AuraRegion Which regional deployment to reach, as a shorthand for its baseUrl.
webSocketFactory? WsFactory Override the WebSocket implementation (defaults to the ws package).