Security enhancements to IP Vault and new Gemini 3.1 Flash Live STS model for Convo mode
curl --request POST \
--url https://pria.praxislxp.com/api/user/favoriteAssistants/{id} \
--header 'x-access-token: <api-key>'{
"success": true,
"favoriteAssistants": [
"<string>"
]
}Appends the given assistant ObjectId to the authenticated user’s favoriteAssistants list. Idempotent — if the id is already present, the list is returned unchanged and no save is performed. Consumed by the Pria input-pill Assistants submenu, which reads the populated favorites from /api/user/refresh/profile.
curl --request POST \
--url https://pria.praxislxp.com/api/user/favoriteAssistants/{id} \
--header 'x-access-token: <api-key>'{
"success": true,
"favoriteAssistants": [
"<string>"
]
}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
The ObjectId of the assistant to favorite
Was this page helpful?