Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
POST /v1/tools
curl -X POST https://api.vonative.com/v1/tools/ \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "name": "get_order_status", "description": "Get the status of a customer order", "parameters": { "type": "object", "properties": { "order_id": { "type": "string" } } } }'
{ "success": true, "data": { "id": "tool-uuid-1234", "name": "get_order_status", "created_at": "2025-01-15T10:30:00Z" } }