{
  "status": "online",
  "uptime": "10d 4h 7m",
  "cpu": {
    "model": "Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz",
    "cores": 16,
    "load": "65.04%"
  },
  "memory": {
    "total": "123.79 GB",
    "used": "121.08 GB (97.81%)",
    "free": "2.71 GB"
  },
  "info_api": [
    {
      "path": "/run",
      "method": "POST",
      "description": "Run Playwright code in a sandboxed VM environment",
      "body": {
        "code": "JavaScript code to execute (required)",
        "timeout": "Execution timeout in milliseconds (optional, default: 300000)"
      }
    }
  ]
}