cURL
curl --request POST \ --url https://api.example.com/agent \ --header 'Content-Type: application/json' \ --data ' { "action": "<string>", "status": "<string>", "checks": {} } '
Submit a health check report for a connected agent.
{ "action": "health", "status": "healthy", "latency_ms": 45, "checks": { "network": { "status": "healthy", "latency_ms": 45 }, "disk": { "status": "healthy", "available_gb": 120 }, "token": { "status": "healthy", "expires_in_days": 25 } }, "openclaw_version": "4.2.0" }
"health"
healthy
degraded
unhealthy
{ "recorded": true, "timestamp": "2026-03-28T07:00:00Z" }