Skip to main content
Scalekit CLI provides command-line access to Scalekit APIs.

Installation

npm install -g @scalekit/cli

Authentication

Authenticate the CLI:
scalekit login

Common commands

List organizations

scalekit organizations list

Create organization

scalekit organizations create --name "Acme Corp"

List users

scalekit users list --organization org_123

Manage SSO connections

scalekit connections list --organization org_123
scalekit connections create --organization org_123 --type SAML

Next steps

API Reference

API documentation

SDKs

Official SDKs

Build docs developers (and LLMs) love