No Active Agents
Your fleet is offline. Start an agent to see data.
Active Fleet
History / Terminated
Quick Start Guide
1. Install the SDK
Run this in your agent's project folder:
npm install clawsight-client
2. Add to Your Agent
Copy this code into your agent's main file:
constmonitor=require('clawsight-client');constwatcher=monitor({server:'https://app.clawsight.org',token:'YOUR_API_KEY_HERE'});// Register Agentwatcher.init({id:'my-agent-01',name:'Production Bot'});// Send Logs & Metricswatcher.log('Task started...','working');watcher.metric('cost', 0.05);
3. Your API Key
Use this key to authenticate your agents:
Not set (Check Settings)