curl --request PUT \
--url https://pria.praxislxp.com/api/user/institution \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"conversationModel": "<string>",
"maxCompletionTokens": 123,
"reasoningEffort": "<string>",
"extendedContext": true,
"about": "<string>",
"personalisationAsked": true,
"disableToolUseInstructions": true,
"kmeanScore": 123,
"ragLimitChunks": 123,
"toolsDisabled": true,
"enableModeration": true,
"alwaysCiteSources": true,
"toolResultsMaxChars": 100500,
"rtEnabled": true,
"rtAdminOnly": true,
"rtTextInputEnabled": true,
"rtModel": "<string>",
"rtVoice": "<string>",
"gemini_rt_voice": "<string>",
"xai_rt_voice": "<string>",
"rtTranscriptionLanguage": "<string>",
"disableClipboardForUser": true,
"locationEnabled": true,
"guestUI": true
}
'{
"success": true,
"message": "Institution updated!"
}Update institution settings
Updates the current user’s institution configuration. No admin privilege check is enforced — any authenticated user with an active institution can call this endpoint. The request body is validated against the institution authorized properties list (conversationModel, maxCompletionTokens, reasoningEffort, extendedContext, about, personalisationAsked, disableToolUseInstructions, kmeanScore, ragLimitChunks, toolsDisabled, compactHistory, displayThinkingDetails, displayAgentDetails, displayThinkingExecution, displayToolExecution, enableModeration, alwaysCiteSources, toolResultsMaxChars, rtEnabled, rtAdminOnly, rtTextInputEnabled, rtModel, rtVoice, gemini_rt_voice, xai_rt_voice, rtVADEagerness, rtNoiseReduction, rtTranscriptionLanguage, disableFileUploadForUser, disableAudioNotesForUser, disableClipboardForUser, locationEnabled, guestUI, theme, picture, ainame, assistantsDisabled). Any properties not in this list are rejected with a 400.
curl --request PUT \
--url https://pria.praxislxp.com/api/user/institution \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"conversationModel": "<string>",
"maxCompletionTokens": 123,
"reasoningEffort": "<string>",
"extendedContext": true,
"about": "<string>",
"personalisationAsked": true,
"disableToolUseInstructions": true,
"kmeanScore": 123,
"ragLimitChunks": 123,
"toolsDisabled": true,
"enableModeration": true,
"alwaysCiteSources": true,
"toolResultsMaxChars": 100500,
"rtEnabled": true,
"rtAdminOnly": true,
"rtTextInputEnabled": true,
"rtModel": "<string>",
"rtVoice": "<string>",
"gemini_rt_voice": "<string>",
"xai_rt_voice": "<string>",
"rtTranscriptionLanguage": "<string>",
"disableClipboardForUser": true,
"locationEnabled": true,
"guestUI": true
}
'{
"success": true,
"message": "Institution updated!"
}Documentation Index
Fetch the complete documentation index at: https://docs.praxis-ai.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT token passed in x-access-token header
Body
Any combination of authorized institution properties
Default conversation model for the institution
Maximum completion tokens for AI responses
Reasoning effort level (none, low, medium, high, max)
Whether extended context is enabled
About text for the institution
Whether personalisation has been asked
Whether to disable tool use instructions
K-means score threshold for RAG
Maximum number of RAG chunks to retrieve
Whether tools are disabled for AI conversations
Route incoming prompts through the moderation model before they reach the main LLM
Add an explicit citation directive to the system prompt so the model footnotes RAG / web sources in its answers
Character cap for individual tool / scrape / vault results before they are trimmed and saved to the IP Vault. Default 60000.
1000 <= x <= 200000Enable Convo / Speech-to-Speech (realtime voice) mode for this instance
Restrict Convo mode to admin users only
Allow text input alongside speech while in Convo mode
System model id for Convo / Speech-to-Speech (provider auto-derived from the model id)
OpenAI Realtime voice (alloy, ash, ballad, coral, echo, sage, shimmer, verse, cedar, marin)
Gemini Live voice (Puck, Charon, Kore, etc.)
xAI realtime voice (eve, ara, rex, sal, leo)
OpenAI realtime voice-activity-detection eagerness
low, medium, high OpenAI realtime noise reduction profile
, near_field, far_field ISO 639-1 language hint for OpenAI realtime transcription (blank = auto-detect)
Hide clipboard controls from non-admin users in this institution
Allow this institution's users to opt-in to sharing browser geolocation with the assistant for location-aware answers. Defaults to true.
Strip the UI down to a chat-only minimum surface for non-admin users
Forced UI theme for all users in this institution. '' = user directed, 'dark' = force dark mode, 'light' = force light mode
, dark, light Was this page helpful?