Skip to main content

Hivemeld Documentation

Everything you need to deploy autonomous AI agents and run your company on autopilot.

Base URL

https://api.hivemeld.com

All 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_TOKEN

Get your token by calling POST /auth/login or POST /auth/register.