{ "opencollection": "1.0.0", "info": { "name": "Companies AI Embed Tool Templates API", "version": "v296.0-SNAPSHOT" }, "items": [ { "info": { "name": "Tool Templates", "type": "folder" }, "items": [ { "info": { "name": "List organization tool templates", "type": "http" }, "http": { "method": "GET", "url": "https://marketplace.appdirect.com/api/api/v1/org-tool-templates", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of templates to return." }, { "name": "offset", "value": "", "type": "query", "description": "Offset for pagination." } ] }, "docs": "Retrieves tool templates available for the organization." }, { "info": { "name": "Get an organization tool template", "type": "http" }, "http": { "method": "GET", "url": "https://marketplace.appdirect.com/api/api/v1/org-tool-templates/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The template identifier." } ] }, "docs": "Retrieves details for a specific organization tool template." } ] } ], "bundled": true }