General
Why use Bothive instead of building an agent myself?
Why use Bothive instead of building an agent myself?
What makes Bothive different from LangChain?
What makes Bothive different from LangChain?
What makes Bothive different from Vercel AI SDK?
What makes Bothive different from Vercel AI SDK?
Can Bothive power agents inside a SaaS product?
Can Bothive power agents inside a SaaS product?
Is Bothive no-code or code?
Is Bothive no-code or code?
- HiveMind — describe your agent in plain English, HiveMind builds it
- Visual Builder — configure instructions, tools, memory, and schedules in the UI
- HiveLang — write agent behavior in a readable declarative language
HiveLang
What is HiveLang?
What is HiveLang?
bot, swarm, agent, capabilities { }, instructions { }, before input { }, after response { }, on event { }, schedule, and loop.Do I have to use HiveLang?
Do I have to use HiveLang?
What's new in HiveLang v5?
What's new in HiveLang v5?
- Curly-brace blocks for
instructions { }andcapabilities { }— no more string escaping botkeyword at the top level (previouslyagent)swarmblocks for multi-agent orchestration, native in the languageloopandifexpressions for control flow inside event handlersdelegate to AgentNamefor swarm coordinationrememberandrecallbuilt-in keywords for memory
Integrations
What integrations does Bothive support?
What integrations does Bothive support?
Can I build a custom integration?
Can I build a custom integration?
capabilities { } block as native ones.Guide: Custom IntegrationsHow does Bothive handle OAuth token refresh?
How does Bothive handle OAuth token refresh?
Pricing & Plans
What's included in the free plan?
What's included in the free plan?
What is a 'run'?
What is a 'run'?
Can I sell my agents?
Can I sell my agents?
Deployment & Channels
Which channels are supported?
Which channels are supported?
Can I embed the agent on my own website?
Can I embed the agent on my own website?
<script> tag to your HTML and the Bothive web widget appears as a floating chat button. Configure the color, greeting, position, and user identity. Full docs: Web Widget.Can my SaaS backend call the Bothive API?
Can my SaaS backend call the Bothive API?
X-Session-ID per user for scoped memory. Supports streaming via SSE. Full reference: API Reference.Support
Where do I get help?
Where do I get help?
- Community: Discord server — fastest for general questions
- Email: support@bothive.cloud — Pro and Business plans
- Docs: You’re here — search is your friend
- HiveMind Debug: Inside any run trace — one-click AI-powered root cause analysis
How do I report a bug?
How do I report a bug?
- Your bot ID
- A run ID that demonstrates the issue
- What you expected to happen
- What actually happened