Environments
Package platform is Hanzo PaaS: deploy containers to your own tenant namespace — builds, releases, environments, logs, custom domains.
Package platform is Hanzo PaaS: deploy containers to your own tenant namespace — builds, releases, environments, logs, custom domains.
| Base URL | https://api.hanzo.ai |
| Operations | 1 |
| Auth | Authorization: Bearer $HANZO_API_KEY |
environments
GET /v1/environments
Returns your deploy targets, and what is running on each.
It returns the org's environments — the distinct deploy targets its applications
name, production for anything that names none — each aggregating the apps that
target it, a rolled-up status and when it last changed.
An environment is DERIVED, not stored: there is nothing to create or delete here, and an environment exists exactly as long as an app points at it. Requires a validated principal; 403 without one.
How is this guide?