Hanzo
OpenapiTools

Reports what this deployment actually mounted: every subsystem the composition…

Reports what this deployment actually mounted: every subsystem the composition root declared and whether it is switched on.

GET /v1/tools/plugins

Addresshttps://api.hanzo.ai/v1/tools/plugins
MethodGET
Operationget_tools_plugins
AuthAuthorization: Bearer $HANZO_API_KEY

Reports what this deployment actually mounted: every subsystem the composition root declared and whether it is switched on. A plugin here is MOUNTED CODE that extends the deployment's own surface — not a tool an agent calls — so this is an inventory and not a tool source. It is read off the same boot snapshot every traced request resolves its subsystem label against, so it cannot drift from what is serving. Enabled-only by default, because a caller asking what this deployment can do wants what is running; ?all=true adds the configured-but-off ones.

Request

1 field.

FieldInTypeRequiredDescription
allquerystringAll includes the configured-but-disabled subsystems too, but only when it is exactly the string "true".

Response

StatusBodyMeaning
200pluginMountListok

200 body — 4 fields.

FieldInTypeAlwaysDescription
pluginsbodypluginMount[]Plugins is every subsystem the composition root declared, filtered to the enabled ones unless all=true.
plugins[].enabledbodybooleanEnabled is whether this subsystem is switched on in this deployment.
plugins[].namebodystringName is the subsystem's name, the same label a traced request resolves to.
plugins[].prefixesbodystring[]Prefixes are the URL prefixes this subsystem serves.

Failure carries the platform error shape — see Errors.

Examples

hanzo has no subcommand for this operation — the CLI serves only what cloud's live route table confirms. Use HTTP or an SDK.


Tools API · All Hanzo APIs · Interactive reference

How is this guide?

On this page