Buildspace

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/sdk

Or with Bun:

bun add @buildspacestudio/sdk

CLI

Install the CLI when you want the buildspace command for auth, app creation, cloning, deploys, and environment management:

npm install -g @buildspacestudio/cli
buildspace --help

See CLI Overview for the full command workflow.

On this page