Works with everything
Hanzo AI is fully OpenAI-compatible. Use any SDK, framework, or language you already know. Drop in https://api.hanzo.ai/v1 as the base URL and your Hanzo API key.
Quick start — any OpenAI SDK
# Python
client = OpenAI(base_url="https://api.hanzo.ai/v1", api_key=HANZO_API_KEY)
# TypeScript
const client = new OpenAI({ baseURL: "https://api.hanzo.ai/v1", apiKey: HANZO_API_KEY });
# Go
client := openai.NewClient(option.WithBaseURL("https://api.hanzo.ai/v1"), option.WithAPIKey(HANZO_API_KEY))AI SDKs
Frameworks
Platforms & Editors
Infrastructure
Languages
Paste and ship
Paste this into any agent. It reads the skill manifest and calls Integrations from there.
Start building with Integrations
One API key. One credit balance. Every primitive.