Hanzo
OpenapiWorld

Answers GET /v1/world — the product's front door, naming every wire this…

Answers GET /v1/world — the product's front door, naming every wire this surface answers on.

GET /v1/world

Addresshttps://api.hanzo.ai/v1/world
MethodGET
Operationget_world
AuthAuthorization: Bearer $HANZO_API_KEY

Answers GET /v1/world — the product's front door, naming every wire this surface answers on.

It exists because two of those wires are INVISIBLE to the generated document. /v1/world/mcp and /v1/world/zap are carved off the cloud catch-all by the ingress and answered by world-gw, so the cloud router never serves them — and openapi.Describe renders prose only for a route the router actually serves, which is the very property that keeps the document from being able to claim an operation nothing answers. Both addresses are real and public, so without this op the only way to learn they exist is to read the ingress config. This is where that fact lives, in the product's own surface.

Public on purpose: discovery precedes credentials. It reports addresses and protocols only — never feed data, and never the caller's plan, which GET /v1/world/limits owns — so there is nothing here to leak.

Request

GET /v1/world takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200worldIndexok

200 body — 8 fields.

FieldInTypeAlwaysDescription
productbodystringProduct is the product's name as customers know it.
summarybodystringSummary is one sentence naming what this surface serves.
wiresbodyworldWire[]Wires is every protocol door onto World, REST first.
wires[].authbodystringAuth states what the wire asks of the caller, including which parts of it answer without a token.
wires[].namebodystringName is the wire's short id — rest, mcp or zap.
wires[].pathbodystringPath is the address the wire answers on, under this same origin.
wires[].protocolbodystringProtocol names what the wire speaks, so a caller knows which client to point at it.
wires[].specbodystringSpec is where this wire's operations are enumerated, when they are enumerated in a document at all.

Failure carries the platform error shape — see Errors.

Examples

hanzo world get

World API · All Hanzo APIs · Interactive reference

How is this guide?

On this page