Hanzo AI

Space

Where work lives: drives, folders and the files in them.

Also for this capability: API · CLI · SDKs

Where work lives: drives, folders and the files in them.

Base URLhttps://api.hanzo.ai
Operations7
AuthAuthorization: Bearer $HANZO_API_KEY

Specification

Specification pending — no HIP in hanzoai/hips declares capability: space yet. What this capability serves is below, from the API document; what it is — the store it owns, how it meters, what it publishes — is written as a HIP under HIP-0139.

Four surfaces

SurfaceReaches this capability asCoverage
RESTspace at its own prefix7 operations
CLIhanzo space …7 of 7
SDKSpaceApi in every published client7 methods
MCPno tool names it yet — use HTTP or an SDK

Quickstart

export HANZO_API_KEY=sk-...   # console.hanzo.ai → API keys

Then the first call — a read that needs nothing but the key. GET /v1/space/health, operation get_space_health:

hanzo space health

Answers 200 with object — ok.

Endpoints

EndpointWhat it does
GET /v1/space/{space}/drives/{drive}/filesLists one folder level of a drive.
DELETE /v1/space/{space}/drives/{drive}Removes an EMPTY drive and answers 204.
GET /v1/space/{space}/drivesLists a space's drives.
POST /v1/space/{space}/drivesMakes a new drive in a space and answers 201 with it.
GET /v1/space/healthHealth reports whether this deployment can serve spaces, drives and files.
GET /v1/space/spacesLists the caller org's own spaces.
POST /v1/space/spacesMakes a new space for the caller's org and answers 201 with it.

All Hanzo APIs · Interactive reference

How is this guide?