{ "opencollection": "1.0.0", "info": { "name": "CodeSandbox meta templates API", "version": "2023-07-01" }, "items": [ { "info": { "name": "templates", "type": "folder" }, "items": [ { "info": { "name": "Create a template", "type": "http" }, "http": { "method": "POST", "url": "https://api.codesandbox.io/templates", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new template in the current workspace (creates 3 sandboxes and tags them)\n" } ] } ], "bundled": true }