Unispec Docs
SDK ReferenceInterfaces

MemoryClientOptions

Interface: MemoryClientOptions

Defined in: packages/sdk/src/sdk.ts:29

Properties

apiKey?

optional apiKey?: string

Defined in: packages/sdk/src/sdk.ts:34

Unispec API key (lb-sk_…). Falls back to process.env.UNISPEC_API_KEY, then the deprecated legacy process.env.LIBRA_API_KEY.


baseUrl?

optional baseUrl?: string

Defined in: packages/sdk/src/sdk.ts:40

Platform base URL. Falls back to process.env.UNISPEC_BASE_URL (then the deprecated legacy process.env.LIBRA_BASE_URL), then the hosted default (https://unispec.ai).

On this page