IMPORT Tool or Agent
This section describes how to import a Tool or an Agent.
To import a Tool or an Agent, use the /api/v1/tools/import endpoint in the
sample payload.
[
{
"name": "ImportTool",
"type": "API_DOCS",
"data": {
"servicePath": "AUDITMONITOR/auditreports",
"api_docs": "test",
"headers": {
},
"responseInstructions": "",
"returnDirect": false,
"logicalIds": [
"infor.auditmonitor"
]
},
"status": 1,
"utterances": [
],
"instructions": "This Tool is a sample Tool for import",
"createdOn": "2025-05-06T18:37:36.445127Z",
"updatedOn": null,
"security": {
"roles": [
]
}
}
]