api keys

create and revoke bearer keys in dashboard → api tab. available on build your voice ($29/mo) and grandfathered accounts with existing keys.

updated jul 11, 2026 integrations no images
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

  1. open dashboard → api tab (build your voice plan).
  2. enter a label and click generate key.
  3. copy the full key immediately — shown once only.
  4. use copy with prompt to paste a setup handoff into cursor, claude, or chatgpt.
  5. store in HYV_API_KEY env var or a secret manager.
  6. 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 →