Installation
Install the Buildspace SDK or CLI depending on whether you are building in code or managing apps from the terminal.
SDK
Install the unified SDK when you are building inside a Buildspace app:
npm install @buildspacestudio/sdkOr with Bun:
bun add @buildspacestudio/sdkCLI
Install the CLI when you want the buildspace command for auth, app creation, cloning, deploys, and environment management:
npm install -g @buildspacestudio/cli
buildspace --helpSee CLI Overview for the full command workflow.
Skills
If you are working with Buildspace in an AI coding agent, install the Buildspace skills from the buildspacestudio/skills repo:
npx skills add buildspacestudio/skillsThis installs repo-maintained skills that help with Buildspace-specific workflows.