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 →
| Command | Calls | What it does |
|---|---|---|
hanzo marketplace install | POST /v1/marketplace/install | Install 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 list | GET /v1/marketplace/listings | Returns the listings the caller's own org has published — what this org is offering, not what it can buy. |
hanzo marketplace listings create | POST /v1/marketplace/listings | Publish offers one tool on the marketplace, optionally monetized. |
hanzo marketplace uninstall | POST /v1/marketplace/uninstall | Uninstall deactivates one tool for the caller's own org and project, so it stops being dispatchable there. |
hanzo marketplace get | GET /v1/marketplace | Discover lists every tool and agent the caller can reach in their own org and project, enriched with any public… |
How is this guide?