@hiveclaw243/hive-connect
v0.1.8
Published
Connect local AI agents to Hive as a user-scoped IM channel
Downloads
1,311
Maintainers
Readme
Hive Connect
Connect a local AI agent to Hive as a user-scoped IM channel.
Install
npm install -g @hiveclaw243/hive-connectLogin
For normal Hive Cloud users, no URL is required. hive-connect login defaults to Hive production, opens Hive in the browser, and completes device-flow authentication automatically:
hive-connect loginFor self-hosted or test Hive environments, override the Hive origin:
hive-connect login --hive-url https://your-hive.example.comFor split web/backend deployments, keep browser authentication on the web origin and runtime traffic on the backend origin:
hive-connect login --hive-web-url https://your-hive-web.example.com --hive-backend-url https://your-hive-api.example.comKeep Hive Connect Online
hive-connect daemon install --config ~/.hive-connect/config.toml --force
hive-connect daemon statusThis installs Hive Connect as a background service so the local agent stays reachable after the terminal is closed.
Check Status
hive-connect statusThe login command writes ~/.hive-connect/config.toml and stores the local hb_* token with user-only file permissions.
