{ "opencollection": "1.0.0", "info": { "name": "CodeSandbox meta workspace API", "version": "2023-07-01" }, "items": [ { "info": { "name": "workspace", "type": "folder" }, "items": [ { "info": { "name": "Create a Workspace", "type": "http" }, "http": { "method": "POST", "url": "https://api.codesandbox.io/org/workspace", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new, empty, workspace in the current organization\n" } ] } ], "bundled": true }