Developer Hub
Build with the
Hive Mind.
The complete toolkit for orchestrating autonomous agents. Integrate Bothive intelligence into your apps in minutes.
import { Bothive } from '@bothive/sdk';
const swarm = new Bothive({
apiKey: process.env.BOTHIVE_KEY,
mode: 'autonomous'
});
// Deploy a research agent
await swarm.agents.deploy('researcher-v1', {
objective: 'Analyze market trends'
});