{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_account subpackage_agentTools API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_agentTools", "type": "folder" }, "items": [ { "info": { "name": "List agent tools", "type": "http" }, "http": { "method": "GET", "url": "https://f.cluster.resemble.ai/agents/:agent_uuid/tools", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "agent_uuid", "value": "", "type": "path" } ] }, "docs": "List all tools for an agent" }, { "info": { "name": "Create agent tool", "type": "http" }, "http": { "method": "POST", "url": "https://f.cluster.resemble.ai/agents/:agent_uuid/tools", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "agent_uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new tool for an agent" }, { "info": { "name": "Get agent tool", "type": "http" }, "http": { "method": "GET", "url": "https://f.cluster.resemble.ai/agents/:agent_uuid/tools/:tool_uuid", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "agent_uuid", "value": "", "type": "path" }, { "name": "tool_uuid", "value": "", "type": "path" } ] }, "docs": "Get details of a specific tool" }, { "info": { "name": "Update agent tool", "type": "http" }, "http": { "method": "PATCH", "url": "https://f.cluster.resemble.ai/agents/:agent_uuid/tools/:tool_uuid", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "agent_uuid", "value": "", "type": "path" }, { "name": "tool_uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing tool" }, { "info": { "name": "Delete agent tool", "type": "http" }, "http": { "method": "DELETE", "url": "https://f.cluster.resemble.ai/agents/:agent_uuid/tools/:tool_uuid", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "agent_uuid", "value": "", "type": "path" }, { "name": "tool_uuid", "value": "", "type": "path" } ] }, "docs": "Delete a tool" } ] } ], "bundled": true }