{ "opencollection": "1.0.0", "info": { "name": "Anthropic Admin Agents Workspaces API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Workspaces", "type": "folder" }, "items": [ { "info": { "name": "Anthropic List Workspaces", "type": "http" }, "http": { "method": "GET", "url": "https://api.anthropic.com/v1/organizations/workspaces", "headers": [ { "name": "anthropic-version", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of items to return per page. Defaults to 20. Ranges from 1 to 1000." }, { "name": "before_id", "value": "", "type": "query", "description": "ID of the object to use as a cursor for pagination. Returns the page of results immediately before this object." }, { "name": "after_id", "value": "", "type": "query", "description": "ID of the object to use as a cursor for pagination. Returns the page of results immediately after this object." }, { "name": "include_archived", "value": "", "type": "query", "description": "Whether to include archived workspaces in the response" } ] }, "docs": "Retrieves a paginated list of workspaces associated with the organization." }, { "info": { "name": "Anthropic Create Workspace", "type": "http" }, "http": { "method": "POST", "url": "https://api.anthropic.com/v1/organizations/workspaces", "headers": [ { "name": "anthropic-version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new workspace within the organization." }, { "info": { "name": "Anthropic Get Workspace", "type": "http" }, "http": { "method": "GET", "url": "https://api.anthropic.com/v1/organizations/workspaces/:workspace_id", "headers": [ { "name": "anthropic-version", "value": "" } ], "params": [ { "name": "workspace_id", "value": "wrkspc_01JwQvzr7rXLA5AGx3HKfFUJ", "type": "path", "description": "Unique identifier for the workspace" } ] }, "docs": "Retrieves detailed information about a specific workspace." }, { "info": { "name": "Anthropic Update Workspace", "type": "http" }, "http": { "method": "POST", "url": "https://api.anthropic.com/v1/organizations/workspaces/:workspace_id", "headers": [ { "name": "anthropic-version", "value": "" } ], "params": [ { "name": "workspace_id", "value": "wrkspc_01JwQvzr7rXLA5AGx3HKfFUJ", "type": "path", "description": "Unique identifier for the workspace" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates configuration for a specific workspace." }, { "info": { "name": "Anthropic Archive Workspace", "type": "http" }, "http": { "method": "POST", "url": "https://api.anthropic.com/v1/organizations/workspaces/:workspace_id/archive", "headers": [ { "name": "anthropic-version", "value": "" } ], "params": [ { "name": "workspace_id", "value": "wrkspc_01JwQvzr7rXLA5AGx3HKfFUJ", "type": "path", "description": "Unique identifier for the workspace" } ] }, "docs": "Archives a specific workspace, making it read-only." } ] } ], "bundled": true }