QEHSQEHS

composer

Testing in a sandbox

Use a sandbox tenant to iterate on Composer changes without touching production records.

6 min read · 1 sections

Sandbox lifecycle

  1. Owner or tenant-admin provisions a sandbox via /settings/tenant → Sandboxes.
  2. Sandboxes are isolated — their own DB schema, own users, own branding.
  3. Compose, iterate, seed fake data — none of it is visible to your production users.
  4. Export the Composer definition from the sandbox.
  5. Import into production. A diff view shows exactly what will change.
  6. Publish. Rollback is available for 14 days.
Tags: composer · sandbox · testing