CLI v4.0.4

Installation

Get up and running with the Hivelang CLI and Bothive Cloud.

Prerequisites

  • Node.js 18.0 or later
  • A Bothive account (free tier available)
  • OpenAI API Key (or other supported LLM provider)

1. Install the CLI

Install the Hivelang CLI globally using npm.

npm install -g hivelang

2. Authenticate

Login with your Bothive API key to enable deployments.

hive login

Get your API key at: Dashboard → Developer → API Keys

3. Initialize a Project

Create a new bot project with a single command.

hive init "My Awesome Bot"

CLI Command Reference

CommandDescription
hive loginAuthenticate with your Bothive account
hive logoutClear stored credentials
hive whoamiShow authentication status
hive init <name>Create a new Hivelang bot project
hive dev <file>Run bot in local development mode
hive deploy <file>Deploy your bot to the Hivestore
hive listList your deployed bots
hive integrationsList available standard integrations

Was this page helpful?

Confused? Ask HiveMind.

Our autonomous AI assistant can explain any concept, write code snippets, or guide you through the SDK.