{ "opencollection": "1.0.0", "info": { "name": "Anthropic Admin Agents Skill Versions API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Skill Versions", "type": "folder" }, "items": [ { "info": { "name": "Anthropic List Skill Versions", "type": "http" }, "http": { "method": "GET", "url": "https://api.anthropic.com/v1/v1/skills/:skill_id/versions", "headers": [ { "name": "anthropic-version", "value": "" }, { "name": "anthropic-beta", "value": "" } ], "params": [ { "name": "skill_id", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Paginated list of versions for the given Skill." }, { "info": { "name": "Anthropic Create Skill Version", "type": "http" }, "http": { "method": "POST", "url": "https://api.anthropic.com/v1/v1/skills/:skill_id/versions", "headers": [ { "name": "anthropic-version", "value": "" }, { "name": "anthropic-beta", "value": "" } ], "params": [ { "name": "skill_id", "value": "", "type": "path" } ], "body": { "type": "multipart-form", "data": [] } }, "docs": "Upload a new version of an existing Skill." }, { "info": { "name": "Anthropic Get Skill Version", "type": "http" }, "http": { "method": "GET", "url": "https://api.anthropic.com/v1/v1/skills/:skill_id/versions/:version", "headers": [ { "name": "anthropic-version", "value": "" }, { "name": "anthropic-beta", "value": "" } ], "params": [ { "name": "skill_id", "value": "", "type": "path" }, { "name": "version", "value": "", "type": "path" } ] }, "docs": "Retrieve metadata for a specific Skill version." } ] } ], "bundled": true }