Security enhancements to IP Vault and new Gemini 3.1 Flash Live STS model for Convo mode
curl --request PUT \
--url https://pria.praxislxp.com/api/admin/mcpserver/{id} \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"name": "<string>",
"server_url": "<string>",
"server_type": "url",
"institution": "<string>",
"require_approval": {
"enabled": true,
"skip_approval_tools": [
"<string>"
]
},
"authorization_header": "<string>",
"tool_configuration": {
"enabled": true,
"allowed_tools": [
"<string>"
]
},
"description": "<string>",
"status": "active"
}
'{
"success": true,
"message": "User institution deleted successfully"
}Updates an existing MCP server configuration
curl --request PUT \
--url https://pria.praxislxp.com/api/admin/mcpserver/{id} \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"name": "<string>",
"server_url": "<string>",
"server_type": "url",
"institution": "<string>",
"require_approval": {
"enabled": true,
"skip_approval_tools": [
"<string>"
]
},
"authorization_header": "<string>",
"tool_configuration": {
"enabled": true,
"allowed_tools": [
"<string>"
]
},
"description": "<string>",
"status": "active"
}
'{
"success": true,
"message": "User institution deleted successfully"
}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.
JWT token passed in x-access-token header
MCP Server ID
Server name (unique per institution).
MCP server URL endpoint.
Institution ObjectId.
Show child attributes
Show child attributes
active, inactive, deleted Was this page helpful?