API keys
For programmatic access, use an API key. Pass it either as a bearer token or in anx-api-key header — both are accepted:
x-api-key or Authorization header.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How to authenticate against the OpenHive Cloud API.
x-api-key header — both are accepted:
curl https://api.open-hive.com/v1/me \
-H "Authorization: Bearer $OPENHIVE_API_KEY"
curl https://api.open-hive.com/v1/me \
-H "x-api-key: $OPENHIVE_API_KEY"
x-api-key or Authorization header.
| Method | Path | Description |
|---|---|---|
POST | /v1/api-keys | Create a new API key |
GET | /v1/api-keys | List your keys |
GET | /v1/api-keys/{keyId} | Retrieve one key |
DELETE | /v1/api-keys/{keyId} | Revoke a key |