SDKs

Typed Python and TypeScript clients for the Minikai API.

You can call the Minikai API over HTTP, but the SDKs give you a typed client in your language.

Every endpoint in the reference shows a ready-to-copy snippet in Python and TypeScript.

Install

$pip install minikai

Authenticate

Clients take your workspace API key. See Authentication for how to create and rotate one.

1from minikai import Minikai
2client = Minikai(token="YOUR_API_KEY")