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
| Command | Description |
|---|---|
| hive login | Authenticate with your Bothive account |
| hive logout | Clear stored credentials |
| hive whoami | Show 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 list | List your deployed bots |
| hive integrations | List available standard integrations |