Add an assistant to the caller's favorites
curl --request POST \
--url https://pria.praxislxp.com/api/user/favoriteAssistants/{id} \
--header 'x-access-token: <api-key>'{
"success": true,
"favoriteAssistants": [
"<string>"
]
}Assistants
Add an assistant to the caller's favorites
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.
POST
/
api
/
user
/
favoriteAssistants
/
{id}
Add an assistant to the caller's favorites
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.
Authorizations
JWT token passed in x-access-token header
Path Parameters
The ObjectId of the assistant to favorite
Was this page helpful?
⌘I