Monitor and manage your ClawPod AI bot instances from the browser toolbar.
- View all bot instances with status indicators (running/starting/stopped/error)
- Start, stop, and restart bots with one click
- Background health monitoring every 5 minutes
- Browser notifications when a bot enters error state
- Badge icon shows running count (green) or error count (red)
- Dark theme matching ClawPod brand
- Open Chrome and navigate to
chrome://extensions/ - Enable Developer mode (toggle in top right)
- Click Load unpacked
- Select the
packages/chrome-extension/directory - The ClawPod icon will appear in your toolbar
- Click the extension icon in the toolbar
- Click Configure API Key (or right-click the icon and select Options)
- Enter your API key from clawpod.app/settings/apikeys
- Click Test Connection to verify
- Click Save
The icons/ directory contains placeholder files. Replace them with actual PNG images:
icon16.png- 16x16px (toolbar)icon48.png- 48x48px (extensions page)icon128.png- 128x128px (Chrome Web Store)
| Method | Endpoint | Auth | Description |
|---|---|---|---|
| GET | /api/v1/instances |
Bearer | List all bot instances |
| GET | /api/v1/instances/:id |
Bearer | Get single instance |
| POST | /api/v1/instances/:id |
Bearer | Control instance (start/stop/restart) |
storage- Save API keyalarms- Background health check timernotifications- Alert on bot errorshttps://clawpod.app/*- API access