{ "opencollection": "1.0.0", "info": { "name": "Dust Agents Skills API", "version": "1.0.2" }, "items": [ { "info": { "name": "Skills", "type": "folder" }, "items": [ { "info": { "name": "List Skills", "type": "http" }, "http": { "method": "GET", "url": "https://dust.tt/api/v1/w/:wId/skills", "params": [ { "name": "wId", "value": "", "type": "path", "description": "Unique string identifier for the workspace" }, { "name": "status", "value": "", "type": "query", "description": "Filter skills by status. Defaults to active." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieves the custom skills in the workspace. Active skills are returned by default." }, { "info": { "name": "Import Skills from Uploaded Files", "type": "http" }, "http": { "method": "POST", "url": "https://dust.tt/api/v1/w/:wId/skills", "params": [ { "name": "wId", "value": "", "type": "path", "description": "Unique string identifier for the workspace" } ], "body": { "type": "multipart-form", "data": [ { "name": "files", "type": "text", "value": "" }, { "name": "names", "type": "text", "value": "" }, { "name": "onConflict", "type": "text", "value": "" } ] }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Imports skills from uploaded files or ZIP archives into the workspace." } ] } ], "bundled": true }