The observability and policy control plane for NVIDIA NemoClaw deployments. Monitor every agent action, enforce policies in real time, and track inference cost — from a single dashboard.
1# ClawWatch Policy — prod-agent-012version: "1.0"34rules:5 - name: block_shell_execution6 match:7 type: TOOL_CALL8 action: "bash.*"9 action: BLOCK10 alert: true1112 - name: restrict_file_access13 match:14 type: FILE_ACCESS15 paths:16 - "/etc/**"17 - "/proc/**"18 action: BLOCK1920cost_controls:21 daily_limit_usd: 5.0022 alert_at_usd: 4.0023
Setup
No infrastructure changes, no SDK wrappers. Just install, connect, and observe.
One npm command puts the ClawWatch agent on your machine. Zero dependencies, works anywhere Node runs.
Point the CLI at your NemoClaw deployment with your API token. Takes under 30 seconds.
Every inference call, tool use, filesystem access, and network request flows into your dashboard in real time.
Capabilities
Every layer of your NemoClaw deployment — visible, controlled, and auditable.
Real-time stream of every action, tool call, and LLM inference across all sandboxes. Sub-second latency.
Write and deploy YAML policies that block, warn, or throttle agent actions in real time. Version-controlled.
Instant alerts when an agent violates policy. Full event context, metadata, and cost attached.
Per-sandbox, per-model inference cost tracking. Set daily limits and get alerted before budgets break.
Immutable event log. Export SOC 2 and GDPR-compliant CSV. Query with filters or replay any incident.
Baseline normal behavior, then get alerted when cost spikes, new hosts appear, or block rates jump.
Demo
Watch how a live NemoClaw breach is detected, surfaced, and remediated in under 60 seconds.
No signup required · Hosted on Loom
Built for teams running NemoClaw in production
“We caught a prompt injection attack in 11 seconds. Without ClawWatch we would have had no idea.”
ML Platform Lead
Acme AI
“The policy studio is the killer feature. We went from 0 guardrails to full sandbox lockdown in an afternoon.”
Head of AI Safety
Cortex Labs
“Cost tracking alone paid for itself. Our inference spend dropped 40% after we set daily limits per sandbox.”
CTO
DeepForm
Pricing
No per-event fees. No surprise invoices. Flat monthly rate.
Individual teams
Production teams
Scale deployments
FAQ
No. ClawWatch is a pure observer and policy enforcer that sits alongside your deployment. The CLI sends events to our ingestion API — nothing is injected into your NemoClaw binary or model weights.
All event data is stored in a Supabase PostgreSQL database in your chosen region. Row-level security ensures each organization sees only its own data. You can export everything as CSV at any time.
Yes — ClawWatch is designed for multi-sandbox deployments. Each sandbox gets its own event stream, policy, cost budget, and drift baseline. The overview dashboard aggregates across all of them.
Yes. The clawwatch-cli package is MIT licensed and published on npm. You can inspect exactly what data is sent, fork it, or contribute improvements on GitHub.
Yes. The Audit Log page supports one-click CSV export in standard, SOC 2, and GDPR formats. Timestamps are always ISO 8601. Retention periods are 7 days (Starter), 90 days (Pro), or 1 year (Enterprise).
Connect your NemoClaw cluster, deploy your first policy, and get full observability before your next standup.
No credit card required · 14-day free trial · Cancel anytime