DUPLICATE Tool or Agent Use the /api/v1/tools/duplicate endpoint to create a copy of an existing tool or agent. Retrieve the guid value from the /api/v1/tools endpoint using a GET request. Specify the retrieved tool_guid in the request payload for the /api/v1/tools/duplicate endpoint. Submit the request. The duplicated item is created with a _copy suffix added to its name. If the name already exists, an error message is displayed. The duplicated tool or agent retains the same enabled or disabled status as the original.