π¦ ClawHub
SatGate
by @matt-dean-git
Manage your API's economic firewall from the terminal. Mint tokens, track spend, revoke agents, enforce budgets. The server-side counterpart to lnget.
βοΈ Configuration
Run scripts/configure.sh if no ~/.satgate/config.yaml exists. Or set environment variables:
# For self-hosted gateway
export SATGATE_GATEWAY=http://localhost:9090
export SATGATE_ADMIN_TOKEN=sgk_your_tokenFor SatGate Cloud
export SATGATE_SURFACE=cloud
export SATGATE_GATEWAY=https://satgate-gateway.fly.dev
export SATGATE_BEARER_TOKEN=sg_your_api_key
export SATGATE_TENANT=your-tenant-slug
Always run satgate status first to confirm you're targeting the right gateway.
TERMINAL
clawhub install satgate