{ "opencollection": "1.0.0", "info": { "name": "env0 Agents Templates API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Templates", "type": "folder" }, "items": [ { "info": { "name": "List IaC templates", "type": "http" }, "http": { "method": "GET", "url": "https://api.env0.com/templates", "params": [ { "name": "organizationId", "value": "", "type": "query" } ] }, "docs": "List IaC templates" }, { "info": { "name": "Create a new template", "type": "http" }, "http": { "method": "POST", "url": "https://api.env0.com/templates", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new template" } ] } ], "bundled": true }