chore: adtl reference to the create-key endpoint

This commit is contained in:
ajspig 2026-09-03 15:29:42 -04:00
parent c4a402f3ff
commit 50f5e92598
1 changed files with 4 additions and 7 deletions

View File

@ -3,11 +3,8 @@ openapi: post /v3/keys
---
<Note>
**Self-hosted only.** This endpoint is not available on Honcho Cloud
(`api.honcho.dev`) — requests to it return `405 Method Not Allowed`. Create and
manage keys for a cloud instance from the
[API Keys page](https://app.honcho.dev/api-keys) in the dashboard.
On a self-hosted instance it requires an admin key, and returns an error when
`AUTH_USE_AUTH` is disabled.
Requires an admin key. On Honcho Cloud (`api.honcho.dev`) the returned key is a
real cloud key on the calling key's instance, attributed to its owner and
revocable from the [API Keys page](https://app.honcho.dev/api-keys). On a
self-hosted instance it returns an error when `AUTH_USE_AUTH` is disabled.
</Note>