{ "opencollection": "1.0.0", "info": { "name": "Grapes Knowledge Base Agents API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Agents", "type": "folder" }, "items": [ { "info": { "name": "List agents", "type": "http" }, "http": { "method": "GET", "url": "https://api.data-grapes.com/agents" }, "docs": "List agents" }, { "info": { "name": "Create agent", "type": "http" }, "http": { "method": "POST", "url": "https://api.data-grapes.com/agents", "body": { "type": "json", "data": "{}" } }, "docs": "Create agent" } ] } ], "bundled": true }