API Reference
Do
DigitalOcean-native infra surface served by hanzoai/cloud/clients/do:
Hanzo DigitalOcean Infra API · All API references →
| Base URL | https://api.hanzo.ai |
| Version | 1.0.0 |
| Operations | 8 |
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
Load Balancers
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/load-balancers | List the caller's load balancers |
POST | /v1/load-balancers | Create a load balancer |
GET | /v1/load-balancers/{id} | Get one load balancer (owned) |
DELETE | /v1/load-balancers/{id} | Delete one load balancer (owned) |
VPCs
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/vpcs | List the caller's VPCs |
POST | /v1/vpcs | Create a VPC |
GET | /v1/vpcs/{id} | Get one VPC (owned) |
DELETE | /v1/vpcs/{id} | Delete one VPC (owned) |
How is this guide?