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.