{ "opencollection": "1.0.0", "info": { "name": "Anthropic Admin Agents API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Agents", "type": "folder" }, "items": [ { "info": { "name": "Anthropic List Agents", "type": "http" }, "http": { "method": "GET", "url": "https://api.anthropic.com/v1/v1/agents", "headers": [ { "name": "anthropic-version", "value": "" }, { "name": "anthropic-beta", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Paginated list of agents in the workspace." }, { "info": { "name": "Anthropic Create Agent", "type": "http" }, "http": { "method": "POST", "url": "https://api.anthropic.com/v1/v1/agents", "headers": [ { "name": "anthropic-version", "value": "" }, { "name": "anthropic-beta", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Define a reusable, versioned agent." }, { "info": { "name": "Anthropic Get Agent", "type": "http" }, "http": { "method": "GET", "url": "https://api.anthropic.com/v1/v1/agents/:agent_id", "headers": [ { "name": "anthropic-version", "value": "" }, { "name": "anthropic-beta", "value": "" } ], "params": [ { "name": "agent_id", "value": "", "type": "path" } ] }, "docs": "Retrieve an agent's latest version." }, { "info": { "name": "Anthropic Update Agent", "type": "http" }, "http": { "method": "POST", "url": "https://api.anthropic.com/v1/v1/agents/:agent_id", "headers": [ { "name": "anthropic-version", "value": "" }, { "name": "anthropic-beta", "value": "" } ], "params": [ { "name": "agent_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an agent. Pass the current version to optimistically lock the update. A new version is created when fields change.\n" }, { "info": { "name": "Anthropic Archive Agent", "type": "http" }, "http": { "method": "POST", "url": "https://api.anthropic.com/v1/v1/agents/:agent_id/archive", "headers": [ { "name": "anthropic-version", "value": "" }, { "name": "anthropic-beta", "value": "" } ], "params": [ { "name": "agent_id", "value": "", "type": "path" } ] }, "docs": "Archive an agent; existing sessions continue running." }, { "info": { "name": "Anthropic List Agent Versions", "type": "http" }, "http": { "method": "GET", "url": "https://api.anthropic.com/v1/v1/agents/:agent_id/versions", "headers": [ { "name": "anthropic-version", "value": "" }, { "name": "anthropic-beta", "value": "" } ], "params": [ { "name": "agent_id", "value": "", "type": "path" } ] }, "docs": "Full version history for the agent." } ] } ], "bundled": true }