SDKs for every language
Two lines, not one. A full Cloud SDK generated from the OpenAPI document the API itself serves, so it is never behind the API — and a hand-written AI + Agents library for the work a generator cannot express. Real code lives in the per-language org; the umbrella hanzoai/sdk points at all of them.
Full Cloud SDK
Generated from one document and never edited by hand, so every route is reachable the day it ships — models, agents, data, compute, network, security, platform and chain. Method and class names are the document's operation ids, which is what makes a client checkable against a release instead of against somebody's memory. Real code lives in hanzo-<lang>/sdk.
AI + Agents
The hand-crafted flagship: models, agents, tools, memory, and MCP. Python hanzo is the most complete; Node ships @hanzo/ai. Distinct from the generated cloud SDK — this is the "we love this language" library.
Official Cloud SDKs
Use our official SDKs to integrate Cloud into your application
A home for every ecosystem
Each language has its own org holding the generated cloud SDK, an AI + agents library and the split-out packages. Every one of them ships the same six runnable examples — prove the key works, one completion, balance and usage, a store round-trip, create and run an agent, list the tools — so knowing one language's set is enough to navigate another's.
Python
FlagshipGAGo
GATypeScript
GARust
GASwift
GAKotlin
GAThe flagship AI library
Models, agents, tools, memory, and MCP — hand-crafted, not generated. Python leads; Rust and Node follow.
Python
GAFlagship — the most complete AI + agents library.
Node
GAModels, agents, tools, memory, and MCP for TypeScript.
Rust
GAThe AI + agents crate for Rust — crypto, DID, MCP, agents, embeddings, feature-gated.
One install. Every service. Every language.
The umbrella that points to every per-language SDK and the AI + Agents flagship. Start here and hop to whichever ecosystem you build in.