Real-time observability for AI agents

Visualize your
agents in action

Monitor status, hierarchical relationships, and tasks of autonomous agents in an interactive dashboard with instant updates.

Built for teams running

CrewAILangGraphAutoGenClaude CodeOpenAI Agents
claw.ia.br/dashboard
Dashboard12 agents
Orchestrator
Researcher
Coder
Reviewer
Test Runner
Deployer

How It Works

Three steps to full observability of your AI agents.

01

Create a Machine

Register a machine and get your API key in seconds.

02

Send Events

One POST to our API and your agents appear on the dashboard.

03

Watch Live

Real-time organogram with status, hierarchy and alerts.

Visual Organogram

Interactive graphs with automatic hierarchical layout and real-time status.

Real-Time Events

SSE for instant streaming. See status, errors and alerts the moment they happen.

One-Line API

Integrate with a single POST. API Key + JSON payload and your agents appear on the panel.

Multi-Machine

Monitor agents across multiple machines from a single unified dashboard.

Task Tracking

Track individual tasks with status, duration and event history.

Instant Alerts

Get notified immediately when agents go offline or encounter errors.

Integrate in seconds

A single API call is all you need. Send events from any language, any framework.

7
Distinct statuses
SSE
Real-time
300/m
Rate limit
<2ms
API Latency
terminal

# 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..." }

Ready to see your agents?

Start monitoring in under 2 minutes. No credit card required.