{
  "ok": true,
  "product": "Dark Clawd Sandbox",
  "version": "1.0.0",
  "mode": "fly",
  "uptimeSec": 248,
  "automations": 0,
  "agent": {
    "name": "ClawdAgent",
    "theme": "dark-clawd",
    "chains": [
      "solana",
      "robinhood"
    ]
  },
  "productUrl": "https://cheshireterminal.ai/dark-clawd",
  "kit": {
    "product": "Dark Clawd Automation Kit",
    "version": "1.0.0",
    "chains": [
      "solana",
      "robinhood"
    ],
    "modes": [
      "paper",
      "live"
    ],
    "install": {
      "curl": "curl -fsSL https://cheshireterminal.ai/api/dark-clawd/install.sh | bash",
      "npm": "npm install -g @openclawdsolana/dark-clawd",
      "npx": "npx @openclawdsolana/dark-clawd --help"
    },
    "sandbox": {
      "health": "http://0.0.0.0:18790/health",
      "status": "http://0.0.0.0:18790/api/status",
      "automations": "http://0.0.0.0:18790/api/automations",
      "tradePlan": "http://0.0.0.0:18790/api/trade/plan"
    },
    "productUrl": "https://cheshireterminal.ai/dark-clawd",
    "flyHint": "fly launch --config fly.toml && fly deploy"
  }
}