Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \ --url 'https://zeus-api.agentspro.cn/node/desktop/tool?user_id=user_123' \ --header 'Content-Type: application/json' \ --data '{ "tool_name": "run_command", "tool_args": { "command": "ls -la" } }'
{ "success": true, "result": { "stdout": "total 48\ndrwxr-xr-x 12 user staff 384 Jun 15 10:00 .\n..." } }
调用桌面应用工具(通过 WebSocket → JSON-RPC)