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
What you get
Built for people who run AI agents and need to know what's happening without staring at terminal logs all day.
Know exactly what each agent costs you and what it earns. Cost, revenue, and profit updated in real time. No more surprise API bills.
Watch what each bot is thinking and doing as it happens. No more guessing, no more tailing log files on a remote server.
Bot stuck in a loop burning cash? One click. Done. No SSH, no redeploying. Just click "kill" and it stops.
Generate a share link for any agent. Send it to a client, teammate, or friend. They see the live view without needing an account.
Create a key for each bot or project. Revoke any key instantly if something goes wrong. Simple and straightforward.
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
npm install, paste the snippet, run your bot. Logs and costs show up on your dashboard instantly.
// 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);
Free forever. No credit card. Set up in 2 minutes.
We'll send a magic link to your email. No password required.
Click the link we sent to sign in to your dashboard.
Didn't get it? Check spam, or .