Skip to main content
Use the Apps API when you want deployments from CI/CD, internal tooling, or your own control panel.

Choose a deployment source

ZIP upload

Best for build artifacts generated by CI.

GitHub repository

Best when Hyze Cloud should pull source from a connected repository.

Deploy from a ZIP

1

Package your app

Create a ZIP with the files Hyze Cloud should run. Include your app entrypoint and dependency manifest.
2

Send the deploy request

startupCommand is optional. Omit it (or pass auto) so Hyze detects the right start command. Override only when needed: -F "startupCommand=node server.js".
3

Watch logs

Deploy from GitHub

Use POST /api/apps/deploy-from-repo after connecting GitHub in the Dashboard.
Set autoDeploy to true when you want Hyze Cloud to redeploy after pushes to the selected branch. Omit startupCommand (or set "auto") unless you need a custom start command.

Runtime checklist

Optional override examples: node server.js, bun run start, python main.py.

Apps reference

Deployment, lifecycle, logs, settings, and build history.

App backups

Create, restore, download, and delete app backups.
Last modified on July 19, 2026