Hanzo
CLIMarketplace

Marketplace

6 `hanzo` commands for Marketplace, each calling one operation on api.hanzo.ai.

Package marketplace is the shop for tools and agents: browse, install into your project, publish your own free or priced.

6 commands · API reference →

CommandCallsWhat it does
hanzo marketplace installPOST /v1/marketplace/installInstall activates one tool for the caller's own org and project.
hanzo marketplace listings rm <id>DELETE /v1/marketplace/listings/{id}Unpublish withdraws one of the caller org's listings from the marketplace and answers 204.
hanzo marketplace listings listGET /v1/marketplace/listingsReturns the listings the caller's own org has published — what this org is offering, not what it can buy.
hanzo marketplace listings createPOST /v1/marketplace/listingsPublish offers one tool on the marketplace, optionally monetized.
hanzo marketplace uninstallPOST /v1/marketplace/uninstallUninstall deactivates one tool for the caller's own org and project, so it stops being dispatchable there.
hanzo marketplace getGET /v1/marketplaceDiscover lists every tool and agent the caller can reach in their own org and project, enriched with any public…

How is this guide?