Tools Dashboard
Manage your API tools from this dashboard. Create, edit, test, or delete tools as needed.
Your Tools
API Usage
To use your tools in agent systems, make a POST request to:
POST /api/v1/tools/{tool_id}/execute
With a JSON body containing your input data:
{
"input_data": {
// Your tool's input parameters here
}
}
See the API Documentation for more details.
IA Tools Universe