Skip to content
Documentation
SDKs

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.

SDKs & Libraries

Official Cloud SDKs

Use our official SDKs to integrate Cloud into your application

Hanzo Python SDK

PyPI
pip install hanzoai

Hanzo Go SDK

Go Modules
go get github.com/hanzoai/go-sdk

Hanzo TypeScript SDK

npm
npm install @hanzo/sdk

Hanzo Rust SDK

crates.io
cargo add hanzo

Hanzo Swift SDK

SwiftPM
.package(url: "https://github.com/hanzo-swift/sdk")

Hanzo Kotlin SDK

JitPack
implementation("com.github.hanzo-kt:sdk:v8.0.0")
Per-language orgs

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.

AI + Agents SDK

The flagship AI library

Models, agents, tools, memory, and MCP — hand-crafted, not generated. Python leads; Rust and Node follow.

Python

GA
hanzoai/python-sdk
pip install hanzo

Flagship — the most complete AI + agents library.

Node

GA
hanzo-js/ai
npm install @hanzo/ai

Models, agents, tools, memory, and MCP for TypeScript.

Rust

GA
hanzo-rs/sdk
cargo add hanzo

The AI + agents crate for Rust — crypto, DID, MCP, agents, embeddings, feature-gated.

hanzoai/sdk

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.