Run npx @scalekit-inc/cli setup and the CLI detects your coding agent and installs the authstack plugin for it. Target a specific tool directly with scalekit setup cursor, scalekit setup claude, scalekit setup codex, or scalekit setup copilot.
The plugin installs two skill sets: AgentKit skills for building agents with delegated auth, scoped permissions, and tool calls, and SaaSKit skills for adding SSO, SCIM, MFA, sessions, and API auth to SaaS apps. Use -y to skip confirmation prompts in scripts, --dry-run to preview what would run without executing it, and --skip-skills to install the plugin without the bundled skills.
What's included
- One command setup:
npx @scalekit-inc/cli setup, auto-detects your coding agent. - Direct targeting for Cursor, Claude Code (aliases
claude-code,cc), Codex/OpenCode, and GitHub Copilot (aliasesgithub-copilot,ghcp). - Installs AgentKit skills (delegated auth, scoped permissions, tool calls) and SaaSKit skills (SSO, SCIM, MFA, sessions, API auth).
-y/--yesfor scripted installs,--dry-runto preview,--skip-skillsfor plugin-only installs.
