Hanzo
OpenapiBlueprint

A blueprint's bill of images and what running it costs

Answers a blueprint's SBOM — the container images its compose stack runs, each with the CPU/memory footprint that was applied to it — together with the…

GET /v1/blueprint/sbom

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

Answers a blueprint's SBOM — the container images its compose stack runs, each with the CPU/memory footprint that was applied to it — together with the compute cost that footprint prices out to on the active rate card.

ONE address, TWO shapes at 200: ?template=<id> returns that blueprint's Estimate alone (404 on an id no embedded blueprint carries), and no template returns {data:[Estimate]} for every blueprint — the batch the console's template gallery reads in one round-trip.

The blueprints are reference content embedded in the binary and validated at mount, so this read is the same for every caller and is scoped to no tenant. The per-hour figure it returns is the one the deploy path meters the deploying org on and the 20% author royalty is taken from; GET /v1/blueprint/health echoes the rate card it was priced from.

Request

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

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo blueprint sbom

Blueprint API · All Hanzo APIs · Interactive reference

How is this guide?

On this page