Claude Code Dashboard
0 active 0 sessions Connecting…
0Machines
0Sessions
0Working
0Waiting
0Tool Calls
--Avg Duration

No sessions yet

Start a Claude Code session with the HTTP hooks configured, or send a test event:

curl -X POST http://localhost:3000/api/hooks/SessionStart \
  -H "Content-Type: application/json" \
  -H "X-Machine-Name: my-pc" \
  -d '{"session_id":"test1","cwd":"C:/projects/my-app"}'