Open source — free forever

See what your AI agents
are doing right now

Your bots run in the background. ClawSight shows you what they're up to — costs, logs, status — and lets you kill them when something goes wrong.

100% free · No credit card · Self-host or use our cloud

app.clawsight.org/dashboard
CLAWSIGHT CONNECTED
Active
3
Revenue
$1,247.80
Cost
$84.32
Profit
+$1,163.48
Trade Executor
agent-trade-01
working
COST
$42.18
REV
$892.40
PROFIT
+$850.22
14:23:08 Executed BTC/USDT long +2.4%
14:22:55 Analyzing market momentum
14:22:41 Scanning 12 pairs for entry
Content Pipeline
agent-content-03
working
COST
$28.90
REV
$240.00
PROFIT
+$211.10
14:23:02 Published 3 articles to CMS
14:22:48 Generating SEO metadata
14:22:30 Drafting batch: 5 posts
Support Triage
agent-support-07
working
COST
$13.24
REV
$115.40
PROFIT
+$102.16
14:22:59 Escalated ticket #4821 to L2
14:22:44 Auto-resolved 8 tickets
14:22:31 Processing inbox: 23 new

What you get

Everything you need to keep your bots in check

Built for people who run AI agents and need to know what's happening without staring at terminal logs all day.

See every dollar

Know exactly what each agent costs you and what it earns. Cost, revenue, and profit updated in real time. No more surprise API bills.

Live logs

Watch what each bot is thinking and doing as it happens. No more guessing, no more tailing log files on a remote server.

Kill switch

Bot stuck in a loop burning cash? One click. Done. No SSH, no redeploying. Just click "kill" and it stops.

Share with anyone

Generate a share link for any agent. Send it to a client, teammate, or friend. They see the live view without needing an account.

API keys

Create a key for each bot or project. Revoke any key instantly if something goes wrong. Simple and straightforward.

Self-host it

Don't want to use our cloud? Clone the repo and run it yourself. MIT-licensed, no tracking, no phoning home. It's yours.

Setup

Add 4 lines to your bot.
That's it.

npm install, paste the snippet, run your bot. Logs and costs show up on your dashboard instantly.

Tiny package
Zero dependencies. Under 5KB. Won't bloat your project.
Instant updates
Logs show up in under a second. Auto-reconnects if connection drops.
Remote kill
Click "kill" on the dashboard and your bot shuts down cleanly.
agent.js
// 1. Install
// npm install clawsight

const monitor = require('clawsight');

const agent = monitor({
  server: 'https://app.clawsight.org',
  token:  'YOUR_API_KEY'
});

// 2. Initialize your agent
agent.init({
  id:   'trade-executor-01',
  name: 'Trade Executor'
});

// 3. Log actions and track costs
agent.log('Scanning 12 pairs for entry');
agent.metric('cost', 0.003);
agent.metric('revenue', 24.50);
terminal
$ npm install clawsight
added 1 package in 0.8s
✓ Connected to ClawSight dashboard
MIT
Licensed
<5KB
SDK size (gzipped)
<50ms
Log latency
0
Dependencies

Try it now

Free forever. No credit card. Set up in 2 minutes.

We'll send a magic link to your email. No password required.