# SDKs for every language — Hanzo AI > One cloud, every language. A full Cloud SDK generated from one OpenAPI spec — idiomatic in each ecosystem — plus a hand-crafted AI + Agents flagship. Real… 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. [hanzoai/sdk](https://github.com/hanzoai/sdk)[API reference](https://hanzo.ai/docs/sdk) ## 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-/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 [hanzoai](https://pypi.org/project/hanzoai/)[Docs](https://docs.hanzo.ai/docs/sdks/python) ### Hanzo Go SDK Go Modules go get github.com/hanzoai/go-sdk [github.com/hanzoai/go-sdk](https://pkg.go.dev/github.com/hanzoai/go-sdk)[Docs](https://docs.hanzo.ai/docs/sdks/go) ### Hanzo TypeScript SDK npm npm install @hanzo/sdk [@hanzo/sdk](https://www.npmjs.com/package/@hanzo/sdk)[Docs](https://docs.hanzo.ai/docs/sdks/typescript) ### Hanzo Rust SDK crates.io cargo add hanzo [hanzo](https://github.com/hanzo-rs/sdk)[Docs](https://docs.hanzo.ai/docs/sdks/rust) ### Hanzo Swift SDK SwiftPM .package(url: "https://github.com/hanzo-swift/sdk") [hanzo-swift/sdk](https://github.com/hanzo-swift)[Docs](https://docs.hanzo.ai/docs/sdks/swift) ### Hanzo Kotlin SDK JitPack implementation("com.github.hanzo-kt:sdk:v8.0.0") [hanzo-kt/sdk](https://github.com/hanzo-kt/sdk)[Docs](https://docs.hanzo.ai/docs/sdks/kotlin) 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. [### Python FlagshipGAhanzo-pypip install hanzoaisdkhanzo-py/sdkdocshanzoai/python-sdkaihanzo](https://github.com/hanzo-py)[### Go GAhanzo-gogo get github.com/hanzoai/go-sdksdkhanzo-go/sdkdocshanzoai/go-sdk](https://github.com/hanzo-go)[### TypeScript GAhanzo-jsnpm install @hanzo/sdksdkhanzo-js/sdkdocshanzoai/js-sdkai@hanzo/ai](https://github.com/hanzo-js)[### Rust GAhanzo-rscargo add hanzosdkhanzo-rs/sdkdocshanzoai/rust-sdkaihanzo](https://github.com/hanzo-rs)[### Swift GAhanzo-swift.package(url: "https://github.com/hanzo-swift/sdk")sdkhanzo-swift/sdkdocshanzoai/swift-sdk](https://github.com/hanzo-swift)[### Kotlin GAhanzo-ktimplementation("com.github.hanzo-kt:sdk:v8.0.0")sdkhanzo-kt/sdkdocshanzoai/kotlin-sdk](https://github.com/hanzo-kt) 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. [Browse the umbrella](https://github.com/hanzoai/sdk)[SDK documentation](https://docs.hanzo.ai/docs/sdks)