API Reference
Hanzo Plugin API
Runtime plugin loader and introspection for the unified cloud binary (hanzoai/cloud).
Runtime plugin loader and introspection for the unified cloud binary (hanzoai/cloud).
Hanzo Plugin API · All API references →
| Base URL | https://api.hanzo.ai |
| Version | 1.0.0 |
| Operations | 1 |
Authentication
BearerAuth— HTTP bearer
All Hanzo APIs share one bearer credential and common error and pagination conventions. See API conventions.
curl -H "Authorization: Bearer $HANZO_API_KEY" https://api.hanzo.aiEndpoints
Plugins
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/plugins | List mounted plugins |
How is this guide?