{ "opencollection": "1.0.0", "info": { "name": "Workato Agent Studio Data Tables Skills API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Skills", "type": "folder" }, "items": [ { "info": { "name": "Workato List Skills", "type": "http" }, "http": { "method": "GET", "url": "https://www.workato.com/api/agentic/skills", "params": [ { "name": "folder_id", "value": "", "type": "query", "description": "Filter results by folder ID." }, { "name": "project_id", "value": "", "type": "query", "description": "Filter results by project ID." }, { "name": "query", "value": "", "type": "query", "description": "Search query to filter results by name." }, { "name": "page", "value": "", "type": "query", "description": "Page number for pagination (1-based)." }, { "name": "per_page", "value": "", "type": "query", "description": "Number of results per page." }, { "name": "sort_term", "value": "", "type": "query", "description": "Field to sort results by." } ] }, "docs": "Returns a paginated list of skills in the workspace. Skills are recipe-backed capabilities that can be assigned to AI agents." }, { "info": { "name": "Workato Create a Skill", "type": "http" }, "http": { "method": "POST", "url": "https://www.workato.com/api/agentic/skills", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new skill from an existing recipe. The recipe must exist in the workspace before it can be converted to a skill." }, { "info": { "name": "Workato Get a Skill", "type": "http" }, "http": { "method": "GET", "url": "https://www.workato.com/api/agentic/skills/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the skill." } ] }, "docs": "Returns the details of a specific skill by its ID." } ] } ], "bundled": true }