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.
Execute allowlisted diagnostic commands against an agent
POST /api/debug
command
agentId
gateway.restart
openclaw.doctor
openclaw.logs.tail
openclaw.status
openclaw.config.show
openclaw.memory.stats
openclaw.skills.list
openclaw.channels.status
openclaw.cron.list
openclaw.version
{ "command": "openclaw.status", "output": "OpenClaw Agent Status\n━━━━━━━━━━━━━━━━━━━━━━\nVersion: 2026.3.28\nUptime: 3d 14h 22m\nStatus: ACTIVE\n...", "exitCode": 0, "duration": 342, "timestamp": "2026-03-27T15:30:00.000Z" }
output
exitCode
0
duration
timestamp
Missing required fields: command, agentId
Command "..." is not in the allowlist
Invalid request body
curl -X POST https://agentbot.raveculture.xyz/api/debug \ -H "Content-Type: application/json" \ -d '{ "command": "openclaw.doctor", "agentId": "agent_abc123" }'
Was this page helpful?