{ "opencollection": "1.0.0", "info": { "name": "Amigo Account Tool Testing API", "version": "0.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Tool Testing", "type": "folder" }, "items": [ { "info": { "name": "Execute a tool in test mode", "type": "http" }, "http": { "method": "POST", "url": "https://api.amigo.ai/v1/:workspace_id/tools/execute", "params": [ { "name": "workspace_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Run an HSM tool outside a live session for testing." }, { "info": { "name": "Resolve tools for a service", "type": "http" }, "http": { "method": "GET", "url": "https://api.amigo.ai/v1/:workspace_id/services/:service_id/tools/resolve", "params": [ { "name": "workspace_id", "value": "", "type": "path" }, { "name": "service_id", "value": "", "type": "path" } ] }, "docs": "List all tools available for a service's HSM with metadata." }, { "info": { "name": "List built-in tool catalog", "type": "http" }, "http": { "method": "GET", "url": "https://api.amigo.ai/v1/:workspace_id/tools/catalog", "params": [ { "name": "workspace_id", "value": "", "type": "path" } ] }, "docs": "List the platform's built-in world + surface tools (workspace-independent)." } ] } ], "bundled": true }