> ## Documentation Index
> Fetch the complete documentation index at: https://docs.open-hive.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> The OpenHive Cloud API.

The OpenHive Cloud API backs the desktop app — accounts, workspaces, queens, colonies,
credentials, CRM, and mail. It's reachable at:

```
https://api.open-hive.com
```

Most endpoints live under a `/v1` prefix.

<Warning>
  **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.
</Warning>

## 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](https://discord.com/invite/MXE49hrKDk) and tell us what you're building.
