System Connection

Live OpenClaw Integration

Monitoring the connection between Mission Control and your local OpenClaw gateway.

Status

Connected
{
  "network": {
    "host": "86.48.16.56",
    "transport": "WebSocket",
    "signals": "agent / cron / presence"
  },
  "agents": [
    {
      "name": "Main OpenClaw Agent",
      "role": "Coordinator",
      "status": "Online"
    },
    {
      "name": "Engineer Agent",
      "role": "Implementation",
      "status": "Busy"
    },
    {
      "name": "Research Agent",
      "role": "Discovery",
      "status": "Online"
    },
    {
      "name": "Ops Agent",
      "role": "Infrastructure",
      "status": "Monitoring"
    }
  ],
  "scheduledJobs": [
    {
      "time": "06:00",
      "title": "Morning health check and heartbeat digest",
      "cadence": "Daily",
      "status": "Scheduled"
    },
    {
      "time": "09:30",
      "title": "Review priority backlog and stale sessions",
      "cadence": "Weekdays",
      "status": "Queued"
    },
    {
      "time": "13:00",
      "title": "Sync docs index and summarize new planning notes",
      "cadence": "Daily",
      "status": "Running"
    },
    {
      "time": "18:30",
      "title": "Project focus audit to detect scope drift",
      "cadence": "Daily",
      "status": "Scheduled"
    }
  ]
}