{ "opencollection": "1.0.0", "info": { "name": "LangWatch Agents API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Agents", "type": "folder" }, "items": [ { "info": { "name": "getApiAgents", "type": "http" }, "http": { "method": "GET", "url": "https://app.langwatch.ai/api/agents", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "List all non-archived agents for the project (paginated)" }, { "info": { "name": "postApiAgents", "type": "http" }, "http": { "method": "POST", "url": "https://app.langwatch.ai/api/agents", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new agent" }, { "info": { "name": "getApiAgentsById", "type": "http" }, "http": { "method": "GET", "url": "https://app.langwatch.ai/api/agents/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get an agent by its id" }, { "info": { "name": "patchApiAgentsById", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.langwatch.ai/api/agents/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an agent by its id" }, { "info": { "name": "deleteApiAgentsById", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.langwatch.ai/api/agents/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Archive an agent (soft-delete)" } ] } ], "bundled": true }