⌘K
DocsDeveloper reference

Domains & theme

Point your own domains at deployed environments, and restyle the app's theme.

List custom domains

Every custom domain in the organization with its verification status, plus the environments a new domain could link to.

spaceboy domains list

Add a domain

Links a hostname to a deployed environment and returns the DNS records to create — a TXT record for verification and an A record for traffic.

spaceboy domains add www.example.com --project prj_... --target production
Custom domains, step by step

Verify DNS

Re-checks the domain's DNS records; --wait polls until the domain goes active or errors.

spaceboy domains check www.example.com --wait

Remove a domain

Unlinks the hostname and releases its certificate.

spaceboy domains remove www.example.com

Read and set the app theme

The deployed app's theme — brand color, radius, density, and light/dark mode — readable and writable per project.

spaceboy theme get --project prj_...
spaceboy theme set --project prj_... --brand '#7c3aed' --radius soft --mode dark