Enzonic Cloud API
An API-first hosting control plane. Deploy and manage game and app servers across many hosting panels with one REST API, billed by the hour from a credit balance.
Cloud API sits in front of one or more hosting panels and exposes a single, uniform API. You authenticate with a Clerk API key, call one endpoint to deploy, and Cloud API picks the best region and node automatically, provisions the server, and meters it against your credit balance.
Why Cloud API
- One API, many panels. Add hosting instances in the admin panel; the stock engine load-balances across all of them.
- Programmatic. Everything the dashboard does is a documented REST call, available in the JavaScript SDK too.
- Metered credits. Servers cost credits per hour. New accounts start with $10 in trial credit.
- Region-aware. Target a region or let Cloud API auto-place by live capacity.
The shape of a request
Every call is an authenticated HTTPS request to the API base URL:
curl https://api.cloud.enzonic.com/v1/account \
-H "Authorization: Bearer $CLOUD_API_KEY"Next steps
- Quickstart — deploy your first server in five minutes.
- Authentication — create and use API keys.
- Core concepts — accounts, instances, eggs, stock, billing.