{ "opencollection": "1.0.0", "info": { "name": "Pipecat Cloud Agents API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Agents", "type": "folder" }, "items": [ { "info": { "name": "List all agents in the organization.", "type": "http" }, "http": { "method": "GET", "url": "https://api.pipecat.daily.co/v1/agents" }, "docs": "List all agents in the organization." }, { "info": { "name": "Create a new agent from a container image and configuration.", "type": "http" }, "http": { "method": "POST", "url": "https://api.pipecat.daily.co/v1/agents", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new agent from a container image and configuration." }, { "info": { "name": "Get details for a single agent.", "type": "http" }, "http": { "method": "GET", "url": "https://api.pipecat.daily.co/v1/agents/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get details for a single agent." }, { "info": { "name": "Update an existing agent's configuration.", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.pipecat.daily.co/v1/agents/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing agent's configuration." }, { "info": { "name": "Delete an agent.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.pipecat.daily.co/v1/agents/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete an agent." }, { "info": { "name": "Retrieve logs for an agent.", "type": "http" }, "http": { "method": "GET", "url": "https://api.pipecat.daily.co/v1/agents/:id/logs", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve logs for an agent." }, { "info": { "name": "List sessions for an agent.", "type": "http" }, "http": { "method": "GET", "url": "https://api.pipecat.daily.co/v1/agents/:id/sessions", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "List sessions for an agent." }, { "info": { "name": "Get details for a specific agent session.", "type": "http" }, "http": { "method": "GET", "url": "https://api.pipecat.daily.co/v1/agents/:id/sessions/:session_id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "session_id", "value": "", "type": "path" } ] }, "docs": "Get details for a specific agent session." } ] } ], "bundled": true }