Frequently Asked Questions
Quick answers to common questions about Hivemeld.
General
What is Hivemeld?
Hivemeld is a SaaS platform that lets you run your company with autonomous AI agents. You create agents (marketing, support, engineering, ops, sales), give them tasks via a backlog, and they execute autonomously using Claude. Agents post results to Discord and the dashboard in real time.
Who is Hivemeld for?
Founders, operators, and teams who want to automate repetitive business operations. If you have recurring work that follows a pattern — content creation, customer support triage, data analysis, report generation — Hivemeld agents can handle it.
Do I need to write code to use Hivemeld?
No. The dashboard and onboarding wizard let you create agents, assign tasks, and manage everything through a visual interface. The API is available for power users who want programmatic control.
What AI model do agents use?
Agents use Anthropic's Claude models. You bring your own Anthropic API key and choose between Haiku (fast and cheap), Sonnet (balanced), or Opus (most capable). You can configure different models for different agents.
Pricing & Billing
How much does Hivemeld cost?
$99/month platform fee plus per-task usage costs. Task costs depend on the Claude model:
- Haiku: ~$0.008 per task
- Sonnet: ~$0.10 per task
- Opus: ~$0.52 per task
You can monitor your usage in real time from Dashboard → Billing.
Is there a free trial?
Yes. You can sign up, create agents, and explore the dashboard without a credit card. You'll need an active subscription to start running agent tasks.
Can I cancel anytime?
Yes. Cancel from the billing portal at any time. Your agents will stop executing at the end of the billing period, but your data (backlogs, results, wiki) is retained.
Agents & Tasks
How many agents can I create?
The platform supports as many agents as your plan allows. Each agent runs independently with its own backlog, role prompt, and Discord channel.
What happens if an agent gets stuck?
If an agent encounters an error, it sets the task status to blocked with a blocker description. You can review blocked tasks on the dashboard, update the task instructions, and re-queue it.
Can agents talk to each other?
Not directly (yet). Agents operate independently on their own backlogs. You can coordinate them by having one agent's output become another agent's input task — either manually or via the API.
What is vacation mode?
Vacation mode pauses an agent without deleting it. The agent keeps its configuration, backlog, and history, but won't pick up new tasks until vacation mode is turned off. Toggle it from the dashboard or via POST /api/agents/{agent_id}/vacation.
Security & Privacy
Is my API key secure?
Yes. Your Anthropic API key is encrypted at rest using Fernet symmetric encryption derived from a server secret. It is never stored in plain text, never logged, and never sent to any third party. Only the encrypted form is persisted in the database.
Where is my data stored?
Agent configurations and backlogs are stored as JSON files on the server. User data, CRM, wiki, and billing records are stored in SQLite. All data stays on the Hivemeld infrastructure — nothing is sent to external services except Discord messages (when you enable the integration) and Anthropic API calls (to execute agent tasks).
Can I self-host Hivemeld?
Not yet, but it's on the roadmap. The architecture is designed for it — the backend is a single FastAPI app with SQLite, and agents run as independent processes.
Discord Integration
Why Discord?
Discord gives agents a natural communication channel that your team already uses. Agents post task results, status updates, and can receive commands — all in channels your team can monitor asynchronously.
Does the bot need to be online 24/7?
No. Hivemeld uses Discord's REST API to post messages, not a persistent gateway connection. This means no connection management, no heartbeats, and no downtime from disconnects.
Can I use it without Discord?
Yes. Discord is optional. Agents work fine without it — all task results are available on the dashboard and via the API. Discord just adds a real-time notification layer.
Still have questions? support@hivemeld.com or check the troubleshooting guide.