Scalekit CLI
Install and manage the authstack plugin for AI coding agents with the Scalekit CLI.
The Scalekit CLI (@scalekit-inc/cli) installs the authstack plugin for your AI coding agents. Run one command and the CLI detects your active tools (Cursor, Claude Code, GitHub Copilot, Codex) and sets each one up automatically.
npm install -g @scalekit-inc/cliscalekit setupRunning setup with no arguments launches an interactive wizard that detects your installed tools and installs the authstack plugin for each one.
Target a specific tool
Section titled “Target a specific tool”Pass the tool name to skip the wizard and install directly:
scalekit setup cursorscalekit setup claude # aliases: claude-code, ccscalekit setup codex # alias: opencodescalekit setup copilot # aliases: github-copilot, ghcpCommand reference
Section titled “Command reference”setup [tool]
Section titled “setup [tool]”Installs the authstack plugin for one or all detected coding agents.
| Argument / flag | Description |
|---|---|
[tool] | Target a specific agent: cursor, claude, codex, copilot (and their aliases). Omit to run the interactive wizard. |
-y, --yes | Skip confirmation prompts. Useful in scripts. |
--dry-run | Print the commands that would run without executing them. |
--skip-skills | Skip installing generic Scalekit skills (installs the plugin only). |
Supported tools
Section titled “Supported tools”| Tool | ID | Aliases |
|---|---|---|
| Cursor | cursor | |
| Claude Code | claude | claude-code, cc |
| GitHub Copilot | copilot | github-copilot, ghcp |
| Codex / OpenCode | codex | opencode |
What gets installed
Section titled “What gets installed”For each detected tool, the CLI installs two kits from the authstack plugin:
- AgentKit - skills for building agents with delegated auth, scoped permissions, and tool calls
- SaaSKit - skills for adding SSO, SCIM, MFA, sessions, and API auth to SaaS apps
For Cursor and Codex, the CLI downloads the plugin and copies it to the tool’s local plugin directory. For Claude Code and GitHub Copilot, it runs the tool’s native plugin marketplace commands.
Start building
Section titled “Start building”After setup, tell your coding agent what you’re building. The authstack plugin routes you to the right skill.
I want to add agent auth to my project. Help me get started with AgentKit.Add enterprise SSO to my Next.js app using SaaSKit.I want to add agent auth to my project. Help me get started with AgentKit.Add enterprise SSO to my Next.js app using SaaSKit.I want to add agent auth to my project. Help me get started with AgentKit.Add enterprise SSO to my Next.js app using SaaSKit.I want to add agent auth to my project. Help me get started with AgentKit.Add enterprise SSO to my Next.js app using SaaSKit.The authstack plugin picks up the prompt and routes to the right skill: AgentKit for agent auth, SaaSKit for app auth.