Hanzo
OpenapiMarketplace

Discover lists every tool and agent the caller can reach in their own org and…

Discover lists every tool and agent the caller can reach in their own org and project, enriched with any public listing's title, category and price, and…

GET /v1/marketplace

Addresshttps://api.hanzo.ai/v1/marketplace
MethodGET
Operationget_marketplace
AuthAuthorization: Bearer $HANZO_API_KEY

Discover lists every tool and agent the caller can reach in their own org and project, enriched with any public listing's title, category and price, and with installed=true on the ones already activated for that scope. It is the shop window: one read that answers what exists, what it costs and what is already on.

Request

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

Response

StatusBodyMeaning
200marketCatalogok

200 body — 14 fields.

FieldInTypeAlwaysDescription
itemsbodymarketItem[]Items is every capability the caller can see in their own (org, project), each carrying any public listing's shop metadata and whether it is installed.
items[].activatedbodyboolean
items[].categorybodystringCategory is that same listing's grouping.
items[].descriptionbodystring
items[].dispatchablebodyboolean
items[].inputSchemabodyany
items[].installedbodybooleanInstalled is whether the tool is activated for THIS caller's (org, project): the same bit as Activated, under the shop's name for it, which install and…
items[].namebodystring
items[].pricebodyPrice
items[].price.amountbodyanyAmount is what ONE call costs, EXACTLY: an 18-decimal USD value, so a per-call price of 0.0025is0.0025 is 0.0025 and not a cent-floored zero.
items[].price.currencybodystringCurrency is the ISO 4217 code, e.g.
items[].price.recipientbodystringRecipient is the payout wallet ref the marketplace seller is paid at.
items[].sourcebodystring
items[].titlebodystringTitle is the shop-window name, painted over the registry Name from the CHEAPEST public listing for this tool — several orgs may list the same one, and the row…

Failure carries the platform error shape — see Errors.

Examples

hanzo marketplace get

Marketplace API · All Hanzo APIs · Interactive reference

How is this guide?

On this page