Hanzo AI

Standing

Prices and tracks what it costs to KEEP a company, as distinct from what it cost to form one.

Also for this capability: API · CLI · SDKs

Prices and tracks what it costs to KEEP a company, as distinct from what it cost to form one.

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

Specification

Specification pending — no HIP in hanzoai/hips declares capability: standing 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
RESTstanding at its own prefix1 operation
CLIhanzo standing …1 of 1
SDKStandingApi in every published client1 method
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. This one takes arguments — the placeholders are yours to fill. POST /v1/standing/upkeep, operation post_standing_upkeep:

hanzo standing upkeep

Answers 200 with object — ok.

Endpoints

EndpointWhat it does
POST /v1/standing/upkeepReports what keeping this entity costs every year, itemised.

All Hanzo APIs · Interactive reference

How is this guide?