{ "opencollection": "1.0.0", "info": { "name": "Anthropic Admin Agents Environments API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Environments", "type": "folder" }, "items": [ { "info": { "name": "Anthropic List Environments", "type": "http" }, "http": { "method": "GET", "url": "https://api.anthropic.com/v1/v1/environments", "headers": [ { "name": "anthropic-version", "value": "" }, { "name": "anthropic-beta", "value": "" } ] }, "docs": "Paginated list of environments." }, { "info": { "name": "Anthropic Create Environment", "type": "http" }, "http": { "method": "POST", "url": "https://api.anthropic.com/v1/v1/environments", "headers": [ { "name": "anthropic-version", "value": "" }, { "name": "anthropic-beta", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a container configuration for sessions." }, { "info": { "name": "Anthropic Get Environment", "type": "http" }, "http": { "method": "GET", "url": "https://api.anthropic.com/v1/v1/environments/:environment_id", "headers": [ { "name": "anthropic-version", "value": "" }, { "name": "anthropic-beta", "value": "" } ], "params": [ { "name": "environment_id", "value": "", "type": "path" } ] }, "docs": "Anthropic Get Environment" }, { "info": { "name": "Anthropic Delete Environment", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.anthropic.com/v1/v1/environments/:environment_id", "headers": [ { "name": "anthropic-version", "value": "" }, { "name": "anthropic-beta", "value": "" } ], "params": [ { "name": "environment_id", "value": "", "type": "path" } ] }, "docs": "Anthropic Delete Environment" }, { "info": { "name": "Anthropic Archive Environment", "type": "http" }, "http": { "method": "POST", "url": "https://api.anthropic.com/v1/v1/environments/:environment_id/archive", "headers": [ { "name": "anthropic-version", "value": "" }, { "name": "anthropic-beta", "value": "" } ], "params": [ { "name": "environment_id", "value": "", "type": "path" } ] }, "docs": "Anthropic Archive Environment" } ] } ], "bundled": true }