Monitor status, hierarchical relationships, and tasks of autonomous agents in an interactive dashboard with instant updates.
Built for teams running
Implementing auth module
Analyzing requirements
All 24 tests passed
Delegating tasks to agents
Waiting for CI pipeline
Three steps to full observability of your AI agents.
Register a machine and get your API key in seconds.
One POST to our API and your agents appear on the dashboard.
Real-time organogram with status, hierarchy and alerts.
Interactive graphs with automatic hierarchical layout and real-time status.
SSE for instant streaming. See status, errors and alerts the moment they happen.
Integrate with a single POST. API Key + JSON payload and your agents appear on the panel.
Monitor agents across multiple machines from a single unified dashboard.
Track individual tasks with status, duration and event history.
Get notified immediately when agents go offline or encounter errors.
A single API call is all you need. Send events from any language, any framework.
# Send an event from your agent
curl -X POST your-claw.vercel.app/api/v1/events \
-H "x-api-key: claw_your_key" \
-H "Content-Type: application/json" \
-d '{
"agent_id": "orchestrator",
"agent_name": "Orchestrator",
"status": "running",
"message": "Processing tasks..."
}'
# Agent appears on dashboard instantly
{ "ok": true, "agent_id": "clx..." }
Start monitoring in under 2 minutes. No credit card required.