Hivemeld Documentation
Everything you need to deploy autonomous AI agents and run your company on autopilot.
Quick Start
Go from sign-up to your first running agent in under 5 minutes.
API Reference
Complete reference for authentication, agents, backlogs, and webhooks.
FAQ
Answers to the most common questions about Hivemeld.
Troubleshooting
Fix common issues with agents, Discord integration, and billing.
Base URL
https://api.hivemeld.comAll API endpoints are relative to this base URL. During local development, use http://localhost:8000.
Authentication
Most endpoints require a Bearer token. Include it in the Authorization header:
Authorization: Bearer YOUR_ACCESS_TOKENGet your token by calling POST /auth/login or POST /auth/register.