Hanzo
API Reference

Do

DigitalOcean-native infra surface served by hanzoai/cloud/clients/do:

Hanzo DigitalOcean Infra API · All API references →

Base URLhttps://api.hanzo.ai
Version1.0.0
Operations8

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.ai

Endpoints

Load Balancers

MethodEndpointDescription
GET/v1/load-balancersList the caller's load balancers
POST/v1/load-balancersCreate a load balancer
GET/v1/load-balancers/{id}Get one load balancer (owned)
DELETE/v1/load-balancers/{id}Delete one load balancer (owned)

VPCs

MethodEndpointDescription
GET/v1/vpcsList the caller's VPCs
POST/v1/vpcsCreate a VPC
GET/v1/vpcs/{id}Get one VPC (owned)
DELETE/v1/vpcs/{id}Delete one VPC (owned)

All Hanzo APIs · OpenAPI spec

How is this guide?

On this page