{ "opencollection": "1.0.0", "info": { "name": "Anthropic Admin Agents Sessions API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Sessions", "type": "folder" }, "items": [ { "info": { "name": "Anthropic List Sessions", "type": "http" }, "http": { "method": "GET", "url": "https://api.anthropic.com/v1/v1/sessions", "headers": [ { "name": "anthropic-version", "value": "" }, { "name": "anthropic-beta", "value": "" } ], "params": [ { "name": "agent_id", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" } ] }, "docs": "Anthropic List Sessions" }, { "info": { "name": "Anthropic Create Session", "type": "http" }, "http": { "method": "POST", "url": "https://api.anthropic.com/v1/v1/sessions", "headers": [ { "name": "anthropic-version", "value": "" }, { "name": "anthropic-beta", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a stateful agent execution instance." }, { "info": { "name": "Anthropic Get Session", "type": "http" }, "http": { "method": "GET", "url": "https://api.anthropic.com/v1/v1/sessions/:session_id", "headers": [ { "name": "anthropic-version", "value": "" }, { "name": "anthropic-beta", "value": "" } ], "params": [ { "name": "session_id", "value": "", "type": "path" } ] }, "docs": "Anthropic Get Session" }, { "info": { "name": "Anthropic Update Session", "type": "http" }, "http": { "method": "POST", "url": "https://api.anthropic.com/v1/v1/sessions/:session_id", "headers": [ { "name": "anthropic-version", "value": "" }, { "name": "anthropic-beta", "value": "" } ], "params": [ { "name": "session_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a session's tools, mcp_servers, or other config." }, { "info": { "name": "Anthropic Delete Session", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.anthropic.com/v1/v1/sessions/:session_id", "headers": [ { "name": "anthropic-version", "value": "" }, { "name": "anthropic-beta", "value": "" } ], "params": [ { "name": "session_id", "value": "", "type": "path" } ] }, "docs": "Anthropic Delete Session" }, { "info": { "name": "Anthropic Archive Session", "type": "http" }, "http": { "method": "POST", "url": "https://api.anthropic.com/v1/v1/sessions/:session_id/archive", "headers": [ { "name": "anthropic-version", "value": "" }, { "name": "anthropic-beta", "value": "" } ], "params": [ { "name": "session_id", "value": "", "type": "path" } ] }, "docs": "Anthropic Archive Session" } ] } ], "bundled": true }