Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Configuration settings for initializing the MemMachineClient.
ClientOptions
MemMachineClient
api_key
string
base_url
max_retries
number
timeout
import { MemMachineClient, ClientOptions } from '@memmachine/client'; const config: ClientOptions = { api_key: 'mm_live_...', base_url: '[https://api.memmachine.ai](https://api.memmachine.ai)', timeout: 5000 }; const client = new MemMachineClient(config);