Hanzo
OpenapiMarketplace

Install activates one tool for the caller's own org and project.

Install activates one tool for the caller's own org and project.

POST /v1/marketplace/install

Addresshttps://api.hanzo.ai/v1/marketplace/install
MethodPOST
Operationpost_marketplace_install
AuthAuthorization: Bearer $HANZO_API_KEY

Install activates one tool for the caller's own org and project. A marketplace install IS the tool plane's activation write — one store, one truth — so an installed capability is immediately dispatchable and a monetized one is priced from its listing at every call. The tool must resolve in the caller's scope, so installing something that does not exist is refused rather than recorded.

Request

1 field, body application/json (required).

FieldInTypeRequiredDescription
toolbodystringTool is the registry name of the capability to activate (or deactivate) for the caller's own org and project.

Response

StatusBodyMeaning
200installStateok

200 body — 2 fields.

FieldInTypeAlwaysDescription
installedbodybooleanInstalled is its activation after the write.
toolbodystringTool is the capability the write applied to.

Failure carries the platform error shape — see Errors.

Examples

hanzo marketplace install

Marketplace API · All Hanzo APIs · Interactive reference

How is this guide?

On this page