Know what is installed
A deployment is the package set installed into it. Entitlement is resolved at install, not checked inside every request.
box packages list --installed
catalogue 2026.9.1 foundation
orders 2026.9.1 foundation
payments 2026.9.1 foundation
websites 2026.9.0 basic
30 installed · tier basicRegister the production hosts
box deploy --register-domainsThe command registers the console, API, and merchant wildcard under domains your institution controls. Certificates follow registration.
console.yourbank.com certificate issued
api.yourbank.com certificate issued
*.shops.yourbank.com wildcard, certificate issued
✓ live engine 4000 · console 3010Give the platform team a short boundary
Use the database and region selected by the institution.
Bind institution authentication and role controls.
Keep credentials in the deployment environment.
Allow licensing, package pulls, and the public render only.
licence.boxspace.io 443 activation and domains
registry.boxspace.io 443 install and upgrade
render.boxspace.io 443 public website renderReview every upgrade before applying it
box upgrade --to 2026.09 --dry-run
4 packages move · 3 migrations
0 capabilities removed
estimated serving impact: noneTier nesting is asserted in CI. The dry run shows package and migration movement before the deployment changes.
Production checklist
- Package manifest reviewed and pinned
- Database, backups, and region approved
- Identity and provider adapters bound
- Hosts, wildcard, and certificates verified
- Egress destinations approved
- Dry-run and rollback procedure recorded

