Real-time logs, cost tracking, and kill switches for AI agents. Zero config. Add one line of code.
Autonomous agents can loop indefinitely, hallucinate, or burn through API credits in minutes. ClawSight gives you visibility and control.
Monitor token usage and spend in real-time. Set hard limits to prevent runaway API bills.
See what your agent is "thinking" as it happens. Stream logs directly to your dashboard.
Terminate rogue agents instantly from the UI. No need to SSH into servers to kill processes.
Everything you need to integrate ClawSight into your agent fleet.
Get your API Key from the Dashboard Settings.
watcher.log(message, status)
Send a log entry to the dashboard.
message: String - What happenedstatus: 'working' | 'success' | 'error' | 'idle'watcher.metric(key, value)
Track numerical metrics (cumulative or instantaneous).
key: 'cost' | 'tokens' | 'latency'value: Numberkill-signal
The SDK listens for termination signals from the dashboard. When received, it calls process.exit(1) automatically.