API-first game & app hosting

Deploy servers with a single API call.

Enzonic Cloud API is a hosting control plane. Spin up game and app servers across regions — billed by the hour from a credit balance.

deploy.ts
import { CloudClient } from "@enzonic/cloud-api";

const cloud = new CloudClient({ apiKey: process.env.CLOUD_API_KEY! });

const server = await cloud.servers.create({
  name: "lobby-smp",
  eggId: 3,
  region: "USA",
  ramMb: 2048,
  cpuPercent: 200,
  diskMb: 10240,
});

await cloud.servers.power(server.id, "start");

300+

servers deployable

2+

regions

Everything you need to ship

One REST API

Deploy, resize, power, console and manage files with a single authenticated endpoint.

Multi-panel

Fan out across many instances and regions. The stock engine picks the best node automatically.

Metered credits

Pay by the hour from a prepaid balance. Start with $10 in trial credits — no card required.

Clerk API keys

Issue scoped, IP-restricted, expiring API keys from your dashboard. Verified on every request.

Advanced budgets

Set a monthly spend cap with alerts and automatic suspension. Full control of costs.

Invoices & audit logs

Every top-up generates an invoice; every action is logged. Enterprise-ready accounting.

Pay only for what you run

Transparent hourly pricing, metered to the resource. No contracts.

per GB RAM / mo

per 50% CPU / mo

per GB disk / mo

$10 trial credit Hourly metered billing No contracts

Build on Cloud API today

Create an account, grab an API key, and deploy your first server in minutes.

Start with $10 free
Enzonic Cloud API — Deploy game & app servers via API