Marketplace
The `hanzo marketplace` commands.
Also for this capability: API · CLI · MCP · SDKs
The shop for tools and agents: browse, install into your project, publish your own free or priced.
hanzo marketplace listings listEvery command takes --json for the raw response and --help for its own flags. Sign in once with hanzo auth login; the commands below use that session, and the org they act in is the one it carries.
| Command | What it does |
|---|---|
hanzo marketplace get | Discover lists every tool and agent the caller can reach in their own org and project, enriched with any public… |
hanzo marketplace install | Install activates one tool for the caller's own org and project. |
hanzo marketplace uninstall | Uninstall deactivates one tool for the caller's own org and project, so it stops being dispatchable there. |
listings
| Command | What it does |
|---|---|
hanzo marketplace listings create | Publish offers one tool on the marketplace, optionally monetized. |
hanzo marketplace listings list | Returns the listings the caller's own org has published — what this org is offering, not what it can buy. |
hanzo marketplace listings rm <id> | Unpublish withdraws one of the caller org's listings from the marketplace and answers 204. |
How is this guide?