Hanzo
OpenapiBlueprint

Reports blueprint liveness and echoes the compute rate card in force.

Reports blueprint liveness and echoes the compute rate card in force.

GET /v1/blueprint/health

Addresshttps://api.hanzo.ai/v1/blueprint/health
MethodGET
Operationget_blueprint_health
AuthAuthorization: Bearer $HANZO_API_KEY

Reports blueprint liveness and echoes the compute rate card in force.

The rate card is the one the estimator actually applies after the operator env overlay, so an operator can confirm a tuned knob took effect rather than inferring it from a price. Not JWT-gated — a liveness probe must be reachable — and it always answers 200 while the subsystem is mounted.

Request

GET /v1/blueprint/health takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200blueprintHealthok

200 body — 7 fields.

FieldInTypeAlwaysDescription
blueprintsbodyintegerBlueprints is how many blueprints this build has embedded and priced.
rateCardbodyRateCard
rateCard.basisbodystringBasis names where the rates come from, so a published price can be explained rather than merely asserted.
rateCard.microUsdPerGbHourbodyintegerMicroUSDPerGBHour is the price of one GiB of memory for one hour, in millionths of a US dollar.
rateCard.microUsdPerVcpuHourbodyintegerMicroUSDPerVCPUHour is the price of one vCPU for one hour, in millionths of a US dollar.
servicebodystringService names the subsystem answering — always "blueprint".
statusbodystringStatus is "ok"; the route answers 200 whenever the subsystem is mounted.

Failure carries the platform error shape — see Errors.

Examples

hanzo blueprint health

Blueprint API · All Hanzo APIs · Interactive reference

How is this guide?

On this page