cURL
curl --request POST \ --url https://api.agentixx.io/api/tools \ --header 'Content-Type: application/json' \ --header 'x-tenant-id: <api-key>' \ --cookie better-auth.session_token= \ --data ' { "name": "Weather API", "type": "http", "description": "Fetch weather data" } '
{}
Create a new tool definition with optional credential. Admin only.
Session cookie set by Better Auth on sign-in.
Tenant/workspace UUID. Required on all /api/* endpoints.
Create a new tool definition
1
Show child attributes
Tool created