Client Libraries

The official TypeScript and Python clients, and how to call ByteKit from Go.

ByteKit ships official SDKs for TypeScript and Python. Both are thin wrappers over the same REST endpoints, so nothing they do is out of reach from a language without an SDK — the Go page shows the plain standard-library equivalent. These pages cover installing and configuring each client; the per-method reference is in the SDK Reference.