Private endpoints require an API key in the Authorization header.
Create a key
- Open hyzecloud.com/dashboard
- Settings → API Keys → Create Key
- 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