Bothive Documentation

Build, deploy, and manage autonomous agent swarms. Bothive provides the infrastructure, language (HiveLang), and runtime for next-generation AI applications.

What is Bothive?

Bothive is a platform for orchestrating LLM-powered agents. Unlike simple chatbots, Bothive agents can execute tools, maintain long-term memory, and collaborate with other agents in a "swarm."

It is built on top of a highly optimized runtime that handles context window management, tool execution sandboxing, and parallel inference.

Core Pillars

  • Declarative LogicDefine behavior with HiveLang, not prompt engineering.
  • Universal RuntimeRun on Edge, Serverless, or specialized GPU clusters.
  • Instant IntegrationsConnect to Notion, Linear, Slack, and PostgreSQL in seconds.

CLI Recipes

Create a Custom Integration

hive integration init my-notifier

Generates integration.json and index.ts scaffold in your current folder.

Register an MCP Server

hive mcp add db-tools --url https://mcp.example.com --transport sse --auth "Bearer token123"

Stores the server in ~/.bothive/mcp.json and loads it in runtime.