{ "opencollection": "1.0.0", "info": { "name": "Pipecat Cloud Agents Secrets API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Secrets", "type": "folder" }, "items": [ { "info": { "name": "List secret sets.", "type": "http" }, "http": { "method": "GET", "url": "https://api.pipecat.daily.co/v1/secrets" }, "docs": "List secret sets." }, { "info": { "name": "Create or update a secret set.", "type": "http" }, "http": { "method": "POST", "url": "https://api.pipecat.daily.co/v1/secrets" }, "docs": "Create or update a secret set." }, { "info": { "name": "Get details for a secret set.", "type": "http" }, "http": { "method": "GET", "url": "https://api.pipecat.daily.co/v1/secrets/:name", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Get details for a secret set." }, { "info": { "name": "Delete an entire secret set.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.pipecat.daily.co/v1/secrets/:name", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Delete an entire secret set." }, { "info": { "name": "Delete a specific secret from a set.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.pipecat.daily.co/v1/secrets/:name/:key", "params": [ { "name": "name", "value": "", "type": "path" }, { "name": "key", "value": "", "type": "path" } ] }, "docs": "Delete a specific secret from a set." } ] } ], "bundled": true }