Skip to content
Get started

Settings

Organization settings

Get settings
client.settings.get(RequestOptionsoptions?): SettingGetResponse { chunkSize, excludeItems, filterPrompt, 16 more }
GET/v3/settings
Update settings
client.settings.update(SettingUpdateParamsbody, RequestOptionsoptions?): SettingUpdateResponse { orgId, orgSlug, updated }
PATCH/v3/settings
ModelsExpand Collapse
SettingGetResponse { chunkSize, excludeItems, filterPrompt, 16 more }
chunkSize?: number | null
minimum-2147483648
maximum2147483647
excludeItems?: string | number | boolean | 2 more | null
One of the following:
string
number
boolean
Record<string, unknown>
Array<unknown>
filterPrompt?: string | null
githubClientId?: string | null
githubClientSecret?: string | null
githubCustomKeyEnabled?: boolean | null
googleDriveClientId?: string | null
googleDriveClientSecret?: string | null
googleDriveCustomKeyEnabled?: boolean | null
includeItems?: string | number | boolean | 2 more | null
One of the following:
string
number
boolean
Record<string, unknown>
Array<unknown>
notionClientId?: string | null
notionClientSecret?: string | null
notionCustomKeyEnabled?: boolean | null
onedriveClientId?: string | null
onedriveClientSecret?: string | null
onedriveCustomKeyEnabled?: boolean | null
profileBuckets?: Array<ProfileBucket>

Profile bucket definitions

key: string

Stable slug for the bucket, stored on each memory

minLength1
maxLength64
description?: string

What belongs in this bucket — used to guide the ingestion classifier.

maxLength2000
shouldLLMFilter?: boolean | null
workspacePrompt?: string | null
maxLength1500
SettingUpdateResponse { orgId, orgSlug, updated }
orgId: string
orgSlug: string
updated: Updated { chunkSize, excludeItems, filterPrompt, 16 more }
chunkSize?: number | null
minimum-2147483648
maximum2147483647
excludeItems?: string | number | boolean | 2 more | null
One of the following:
string
number
boolean
Record<string, unknown>
Array<unknown>
filterPrompt?: string | null
githubClientId?: string | null
githubClientSecret?: string | null
githubCustomKeyEnabled?: boolean | null
googleDriveClientId?: string | null
googleDriveClientSecret?: string | null
googleDriveCustomKeyEnabled?: boolean | null
includeItems?: string | number | boolean | 2 more | null
One of the following:
string
number
boolean
Record<string, unknown>
Array<unknown>
notionClientId?: string | null
notionClientSecret?: string | null
notionCustomKeyEnabled?: boolean | null
onedriveClientId?: string | null
onedriveClientSecret?: string | null
onedriveCustomKeyEnabled?: boolean | null
profileBuckets?: Array<ProfileBucket>

Profile bucket definitions

key: string

Stable slug for the bucket, stored on each memory

minLength1
maxLength64
description?: string

What belongs in this bucket — used to guide the ingestion classifier.

maxLength2000
shouldLLMFilter?: boolean | null
workspacePrompt?: string | null
maxLength1500