{ "opencollection": "1.0.0", "info": { "name": "Vocode Hosted Actions Agents API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Agents", "type": "folder" }, "items": [ { "info": { "name": "Create an agent", "type": "http" }, "http": { "method": "POST", "url": "https://api.vocode.dev/v1/agents/create", "body": { "type": "json", "data": "{}" } }, "docs": "Create an agent" }, { "info": { "name": "Get an agent", "type": "http" }, "http": { "method": "GET", "url": "https://api.vocode.dev/v1/agents", "params": [ { "name": "id", "value": "", "type": "query" } ] }, "docs": "Get an agent" }, { "info": { "name": "List agents", "type": "http" }, "http": { "method": "GET", "url": "https://api.vocode.dev/v1/agents/list", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "size", "value": "", "type": "query" } ] }, "docs": "List agents" }, { "info": { "name": "Update an agent", "type": "http" }, "http": { "method": "POST", "url": "https://api.vocode.dev/v1/agents/update", "params": [ { "name": "id", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an agent" } ] } ], "bundled": true }