Prerequisites
- A Hyze Cloud account (sign up)
- An API key (starts with
hyze_) — if you don’t have one yet, follow the API keys guide
The API base URL is
https://api.hyzecloud.com/api. Keep that prefix in every request.Create the API key
1
Open the dashboard
Go to hyzecloud.com/dashboard and sign in.
2
Navigate to API Keys
Open Settings → Developer and click New key.
3
Copy the key
It starts with
hyze_. Copy it — the full key is shown only once.Make the first request
With the SDK
If something goes wrong
404 Not Found
404 Not Found
You probably dropped the
/api prefix from the base URL.429 Too Many Requests
429 Too Many Requests
API rate limit. Respect the
Retry-After header and retry after the indicated seconds.Next
Deploy an app
Publish from ZIP or GitHub.
Node.js SDK
Full SDK guide.
Provision a database
Create PostgreSQL, MySQL, MongoDB, or Redis.
API reference
Every endpoint.

