{ "opencollection": "1.0.0", "info": { "name": "LangWatch Agents Scenarios API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Scenarios", "type": "folder" }, "items": [ { "info": { "name": "getApiScenarios", "type": "http" }, "http": { "method": "GET", "url": "https://app.langwatch.ai/api/scenarios" }, "docs": "Get all scenarios for a project" }, { "info": { "name": "postApiScenarios", "type": "http" }, "http": { "method": "POST", "url": "https://app.langwatch.ai/api/scenarios", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new scenario" }, { "info": { "name": "getApiScenariosById", "type": "http" }, "http": { "method": "GET", "url": "https://app.langwatch.ai/api/scenarios/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a specific scenario by ID" }, { "info": { "name": "putApiScenariosById", "type": "http" }, "http": { "method": "PUT", "url": "https://app.langwatch.ai/api/scenarios/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing scenario" }, { "info": { "name": "deleteApiScenariosById", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.langwatch.ai/api/scenarios/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Archive (soft-delete) a scenario" } ] } ], "bundled": true }