The OpenHive Cloud API backs the desktop app — accounts, workspaces, queens, colonies,
credentials, CRM, and mail. It’s reachable at:
Most endpoints live under a /v1 prefix.
This reference is under construction. The API surface is large — roughly 286
endpoints — and a substantial share of it is internal to the desktop client or
restricted to administrators. Only endpoints documented here are considered supported
for external use. Anything you discover by inspecting client traffic may change
without notice.
Scope
Endpoints fall into three groups, and only the first is a candidate for public
documentation:
- Public — things an external integrator has a legitimate reason to call, such as
managing API keys.
- Client — the desktop app’s own sync, session, and runtime channels. Coupled to the
client’s release cycle and not stable for outside use.
- Admin — staff-only operations, gated behind an administrator check.
Getting help
If you need an endpoint that isn’t documented yet, reach out on
Discord and tell us what you’re building.