← Back to DevOps & Cloud
DevOps & Cloud by @tommygeoco

beanstalk-gateway

Connect your local Clawdbot

0
Source Code

Beanstalk Gateway

Connect your local Clawdbot to beans.talk for remote monitoring and control.

Install

npm install -g beanstalk-gateway

Setup

  1. Go to beans.talk and click "Connect Gateway"
  2. Copy the setup command
  3. Run it on your machine
  4. Done!

Manual Usage

# Configure
beanstalk-gateway configure --url wss://... --token gt_...

# Start
beanstalk-gateway start

# Check local Clawdbot status  
beanstalk-gateway status

More Info