Hanzo
OpenapiBlueprint

Returns every deployable blueprint with its service count and estimated monthly…

Returns every deployable blueprint with its service count and estimated monthly compute cost.

GET /v1/blueprint

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

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).

Request

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

Response

StatusBodyMeaning
200blueprintIndexok

200 body — 4 fields.

FieldInTypeAlwaysDescription
databodyblueprintRow[]Data is one row per embedded blueprint, sorted by template id.
data[].estCentsPerMonthbodyintegerCentsPerMonth is the estimated compute cost of running the whole stack for one month, in USD cents, from the rate card GET /v1/blueprint/health echoes.
data[].servicesbodyintegerServices is how many compose services the stack runs.
data[].templateIdbodystringTemplateID is the blueprint slug — the id GET /v1/blueprint/sbom takes as ?template= and the path under templates.hanzo.ai/blueprints/<id>/.

Failure carries the platform error shape — see Errors.

Examples

hanzo blueprint get

Blueprint API · All Hanzo APIs · Interactive reference

How is this guide?

On this page