Blueprint
Package blueprint is what a template costs to run, worked out before you deploy.
Package blueprint is what a template costs to run, worked out before you deploy.
| Base URL | https://api.hanzo.ai |
| Operations | 3 |
| Auth | Authorization: Bearer $HANZO_API_KEY |
blueprint
Reports blueprint liveness and echoes the compute rate card in force.
GET /v1/blueprint/health
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.
get_v1_blueprint_sbom
GET /v1/blueprint/sbom
Returns every deployable blueprint with its service count and estimated monthly compute cost.
GET /v1/blueprint
Returns every deployable blueprint with its service count and estimated monthly compute cost.
It is the lightweight index the console renders as a template gallery before drilling into one stack's bill of images — GET /v1/blueprint/sbom?template=<id> is the detail view. The cost is the same figure the deploy path meters the deploying org on and the 20% author royalty is taken from, priced from the active rate card (GET /v1/blueprint/health echoes that card).
How is this guide?