Create a new tool
curl --request POST \
--url https://pria.praxislxp.com/api/admin/tool \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"name": "<string>",
"description": "<string>",
"instructions": "<string>",
"argument_1": "<string>",
"argument_2": "<string>",
"argument_3": "<string>",
"argument_4": "<string>",
"argument_5": "<string>",
"argument_6": "<string>",
"isArray": false,
"rtEnabled": false,
"rtOnly": false,
"categories": [],
"status": "active"
}
'{
"success": true,
"id": "<string>",
"message": "<string>"
}Admin Tools
Create a new tool
Creates a new tool definition. Super admin only.
POST
/
api
/
admin
/
tool
Create a new tool
curl --request POST \
--url https://pria.praxislxp.com/api/admin/tool \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"name": "<string>",
"description": "<string>",
"instructions": "<string>",
"argument_1": "<string>",
"argument_2": "<string>",
"argument_3": "<string>",
"argument_4": "<string>",
"argument_5": "<string>",
"argument_6": "<string>",
"isArray": false,
"rtEnabled": false,
"rtOnly": false,
"categories": [],
"status": "active"
}
'{
"success": true,
"id": "<string>",
"message": "<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
Body
application/json
Unique tool name
Short user-facing description
Long-form instructions to the model on when/how to invoke this tool
Natural-language description of the first argument
Available options:
research, productivity, creative, communication, learning Available options:
active, inactive, deleted Was this page helpful?
⌘I