Skip to main content

Choose a client

MKA1 ships SDKs for TypeScript, Python, and C#, plus a standalone mka1 CLI. Every client authenticates with your API key as a Bearer token and targets the API gateway. The default hosted gateway is https://apigw.mka1.com.
Private clustersOn a private deployment, replace https://apigw.mka1.com with your cluster’s own gateway host everywhere below. Pass it as the SDK’s serverURL / server_url / serverUrl option, or set it once for the CLI. Your administrator can tell you the gateway URL (it’s the API counterpart to your console address).

TypeScript - @meetkai/mka1

The TypeScript SDK installs from the npm package registry:

Python - meetkai-mka1

Requires Python 3.10 or newer:

C# - MeetKai.MKA1

CLI - mka1

Pre-built binaries are served from downloads.mka1.com. On macOS (Apple silicon):
Swap arm64 for x86_64 on Intel; .deb/.rpm packages and a Windows .zip are linked from the CLI guide. Then set your key and run any command:
For a persistent setup that stores secrets in your OS keychain, see authenticate the CLI.

Next steps