Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.getkaizen.io/llms.txt

Use this file to discover all available pages before exploring further.

Installation

Pick your environment and run the exact command.

npm

npm install @kaizen/sdk

pip

pip install kaizen-client[all]

Go

go get github.com/getkaizen/kaizen-go@latest

Java (Gradle)

./gradlew addDependency --dependency ai.getkaizen:kaizen-sdk:0.1.0

Direct script include

curl -sSL https://cdn.getkaizen.io/ktof/latest.js -o ktof.min.js
Optional extras (Python): use [openai], [anthropic], or [gemini] to pull in the corresponding provider SDKs.