v1

latestOpenAPI 3.1.1MIT License2026-07-122354100.9 KB
Hosting

Update hosting configuration

Update the hosting configuration for a namespace. If there is no change, return it as it is.

patch/v1/namespace/{namespaceId}/hosting

Path parameters

namespaceIdstring required

The id of the namespace (prefixed with ns_)

Example:ns_123

The id of the namespace (prefixed with ns_)

Request body

titlestring
slugstring
ogTitlestring
ogDescriptionstring
protectedboolean
allowedEmailsstring[]
allowedEmailDomainsstring[]
systemPromptstring nullable

Custom instructions for the chat. Agentset always appends its retrieval and citation rules, so inline citations keep working. Send null or an empty string to reset to Agentset's default prompt.

exampleQuestionsstring[]
exampleSearchQueriesstring[]
welcomeMessagestring
citationMetadataPathstring
searchEnabledboolean
rerankModel'cohere:rerank-v4.0-pro' | 'cohere:rerank-v4.0-fast' | 'cohere:rerank-v3.5' | 'cohere:rerank-english-v3.0' | 'cohere:rerank-multilingual-v3.0' | 'zeroentropy:zerank-2' | 'zeroentropy:zerank-1' | 'zeroentropy:zerank-1-small'
llmModel'openai:gpt-4.1' | 'openai:gpt-5.5' | 'openai:gpt-5.2' | 'openai:gpt-5.1' | 'openai:gpt-5' | 'openai:gpt-5-mini' | 'openai:gpt-5-nano'
topKinteger
rerankLimitinteger

Response

The updated hosting configuration

successtrue required