{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_account subpackage_agents API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_agents", "type": "folder" }, "items": [ { "info": { "name": "List agents", "type": "http" }, "http": { "method": "GET", "url": "https://f.cluster.resemble.ai/agents", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "phone_number", "value": "", "type": "query", "description": "Filter by associated phone number" }, { "name": "advanced", "value": "", "type": "query", "description": "Include detailed configuration" } ] }, "docs": "Retrieve all agents for the authenticated team" }, { "info": { "name": "Create agent", "type": "http" }, "http": { "method": "POST", "url": "https://f.cluster.resemble.ai/agents", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new voice agent" }, { "info": { "name": "Get agent", "type": "http" }, "http": { "method": "GET", "url": "https://f.cluster.resemble.ai/agents/:uuid", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "uuid", "value": "", "type": "path" }, { "name": "advanced", "value": "", "type": "query" } ] }, "docs": "Retrieve a specific agent's details" }, { "info": { "name": "Update agent", "type": "http" }, "http": { "method": "PATCH", "url": "https://f.cluster.resemble.ai/agents/:uuid", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing agent's configuration" }, { "info": { "name": "Delete agent", "type": "http" }, "http": { "method": "DELETE", "url": "https://f.cluster.resemble.ai/agents/:uuid", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "uuid", "value": "", "type": "path" } ] }, "docs": "Delete an agent and all its configurations" }, { "info": { "name": "Dispatch agent", "type": "http" }, "http": { "method": "POST", "url": "https://f.cluster.resemble.ai/agents/:uuid/dispatch", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Make an outbound call with an agent" }, { "info": { "name": "Get capabilities", "type": "http" }, "http": { "method": "GET", "url": "https://f.cluster.resemble.ai/agents/capabilities", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "List supported ASR and LLM providers and models" }, { "info": { "name": "Get system tools", "type": "http" }, "http": { "method": "GET", "url": "https://f.cluster.resemble.ai/agents/system-tools", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "List available system tools" } ] } ], "bundled": true }