{ "opencollection": "1.0.0", "info": { "name": "Computer-Use Agents Environments API", "version": "1.0.0" }, "items": [ { "info": { "name": "Environments", "type": "folder" }, "items": [ { "info": { "name": "List Environments", "type": "http" }, "http": { "method": "GET", "url": "https://agp.eu.hcompany.ai/api/v2/environments", "params": [ { "name": "id", "value": "", "type": "query", "description": "Case-insensitive substring match on environment id." }, { "name": "kind", "value": "", "type": "query", "description": "Filter by environment kind." }, { "name": "search", "value": "", "type": "query", "description": "Case-insensitive match on environment id or description." }, { "name": "page", "value": "", "type": "query", "description": "Page number (1-based)" }, { "name": "size", "value": "", "type": "query", "description": "Number of items per page" }, { "name": "sort", "value": "", "type": "query", "description": "Sort by field" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List reserved + caller's org environments. Unauthenticated callers see reserved ``h/`` environments only." }, { "info": { "name": "Create Environment", "type": "http" }, "http": { "method": "POST", "url": "https://agp.eu.hcompany.ai/api/v2/environments", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create an environment." }, { "info": { "name": "Get Environment", "type": "http" }, "http": { "method": "GET", "url": "https://agp.eu.hcompany.ai/api/v2/environments/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Fetch by identifier; 404 if not visible. ``:path`` so slash-containing ids round-trip." }, { "info": { "name": "Update Environment", "type": "http" }, "http": { "method": "PUT", "url": "https://agp.eu.hcompany.ai/api/v2/environments/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Replace the environment spec." }, { "info": { "name": "Patch Environment", "type": "http" }, "http": { "method": "PATCH", "url": "https://agp.eu.hcompany.ai/api/v2/environments/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Partially update an environment spec; only provided fields change." }, { "info": { "name": "Delete Environment", "type": "http" }, "http": { "method": "DELETE", "url": "https://agp.eu.hcompany.ai/api/v2/environments/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete by identifier. Reserved rows: H employee only." } ] } ], "bundled": true }