api keys
create and revoke bearer keys in dashboard → api tab. available on build your voice ($29/mo) and grandfathered accounts with existing keys.
quick answer
generate a key, copy it once, store in a secret manager — never commit or paste in client-side js.
use this for
- server automation and ci pipelines
- custom integrations that cannot use mcp
- revoking access after a leak or teammate offboarding
steps
- open dashboard → api tab (build your voice plan).
- enter a label and click generate key.
- copy the full key immediately — shown once only.
- use copy with prompt to paste a setup handoff into cursor, claude, or chatgpt.
- store in HYV_API_KEY env var or a secret manager.
- revoke old keys when rotating.
details to know
- listed keys show a hint (hyv_…last4) after creation — not the full secret.
- copy and copy with prompt work for keys created in the current browser session.
- keys map to your user and plan quotas (10 req/min on build your voice).
- mcp access is on find your voice ($9); rest api keys require build your voice unless grandfathered.
limits and edge cases
- treat keys like passwords — no commits, no screenshots, no browser frontends.
ready to try it on your own drafts?get started for $1 →