Skip to main content
Private endpoints require an API key in the Authorization header.

Create a key

  1. Open hyzecloud.com/dashboard
  2. Settings → API Keys → Create Key
  3. Copy the secret once (hyze_...)
Keys are bound to a workspace. Requests use that workspace’s resources.

Example

With the SDK, pass the key once:

Best practices

  • Store keys in env vars (HYZE_API_KEY), never in source or client-side code
  • Use one key per environment or automation (CI, local, production tooling)
  • Revoke keys you no longer need
Last modified on July 17, 2026