Real-time monitoring dashboard for AI agent activity, API costs, and system health.
- Live Thought Stream - See agent messages and tool executions in real-time
- API Fuel Gauges - Track token usage and estimated costs
- System Vitals - Monitor CPU, RAM, and disk usage with sparklines
- Soul & Memory Editor - Edit SOUL.md and MEMORY.md with hot-reload
- HITL Queue - Approve/deny pending agent requests (coming soon)
Navigate to: http://localhost:3000/nerve-center
- OpenClaw Gateway running on localhost:18789
- Clawdbot CLI installed and configured
- macOS (for system vitals shell commands)
- GET
/api/gateway/sessions- Fetch agent session messages - GET
/api/gateway/status- Fetch token usage and status - POST
/api/gateway/restart- Restart Gateway process - GET
/api/system- Fetch CPU/RAM/disk vitals - GET/POST
/api/files- Read/write SOUL.md and MEMORY.md
- WebSocket support for real-time updates
- Historical data storage
- Custom alerts and notifications
- Multi-agent monitoring
- Export logs to JSON/CSV