SGEN Sandbox Walkthrough
The SGEN sandbox is a fully isolated environment that lives completely apart from your production site. Nothing you do there affects your live site, your SEO footprint, or real visitors. This guide covers the full lifecycle — creating a sandbox, working safely inside it, understanding how it differs from production, saving and restoring state via snapshots, and promoting a finished build to a live production site.
The sandbox is permanently separated from production. No action inside it affects your live site, your SEO, or real visitors — it is built for breaking things.
Take a named snapshot before any destructive action. Resets are permanent. Promotions are one-direction. A snapshot is your only rollback path.
Content you build in the sandbox does not auto-migrate to production. Use the sandbox to make decisions, then reproduce them in production with the sandbox as your reference.
What the sandbox is for
Most platforms hand you a production environment and tell you to be careful. SGEN gives you a sandbox first. When the cost of a wrong click is nothing, you move faster and retain more. The sandbox is right for five specific situations.
You signed up for SGEN this week, or you inherited admin access. Walk through every content area — blog posts, pages, media, forms, settings — without treating every action as permanent.
Create real pages, connect a starter template, add content, and test specific workflows against your requirements — a working environment instead of a demo.
Build a prototype of a resource library, a product launch sequence, or a custom content structure. Review it, revise it twice, then hand the dev team a finished specification instead of a vague brief.
Run the trial import in sandbox before executing against production data. The sandbox absorbs field-mapping errors so production does not have to.
Create your sandbox
Go to Dashboard in the left navigation and click Sandbox under Environments. Click New sandbox to open the setup form.
Sandbox vs production — know which one you are in
Before any significant session, say aloud what you are about to do. "Update the pricing page to add a new tier" is production work. "Try a different homepage hero layout" is sandbox work. Four signals tell you which environment you are in.
Sandbox shows an amber Sandbox badge next to your site name. Production shows the site name with no badge. Check this before every save.
Sandbox tabs read [Sandbox] Your Site — Dashboard. Production tabs read Your Site — Dashboard with no prefix.
Sandbox environments live at sandbox.sgen.com/your-site. Production sites live at your own domain or your production admin URL.
Sandbox environments auto-archive after 30 days of inactivity. If you have not touched a sandbox in a month, log in and confirm it is still active before starting new work.
Snapshots and resets
Both operations live in one place: Sandbox Settings → Reset and Snapshots. A snapshot saves your sandbox exactly as it stands now into a named .sgen file you can restore any time. A reset wipes the sandbox back to a baseline — blank, your original template, or a specific snapshot. Your other snapshots survive a reset untouched.
yoursite-homepage-v1-2026-05-24 tells you the project, content, version, and date at a glance. test-snapshot tells you nothing. Click Save Snapshot. For a typical sandbox this takes 30 seconds to two minutes depending on media volume.Auto-expiry applies to sandbox snapshots. If a sandbox state represents a demo, a completed prototype, or a pre-promote record, download the .sgen file and store it locally or in a team drive.
Before promoting any sandbox build to production, take a named snapshot. Label it with pre-promote and the date. This is the snapshot you will reach for if something surfaces in production that was not visible in sandbox.
Storage limits are finite. Old test snapshots from rejected layout experiments or prototypes rebuilt from scratch are candidates for deletion once the work is done.
Promote your sandbox to production
Promoting converts your sandbox environment into a fully operational production site — with its own domain, live analytics, scheduled backups, and the complete production feature set. Everything that was in the sandbox comes with it. The sandbox stays behind as a preserved snapshot of what you launched from. Promotion is one-direction and cannot be undone.
Pages, posts, media library, brand kit, user accounts, custom objects, site settings, and the content structure built in the sandbox.
Scheduled backups, domain DNS records, and OAuth-based third-party integrations (email marketing, payment processors, CRM). These must be re-connected under the production domain — expected behaviour, not a promote bug.
What NOT to use the sandbox for
The sandbox is purpose-built for learning, prototyping, and evaluation. Treating it as a secondary production environment creates problems.
The sandbox URL is not indexed by search engines and is not served at your branded domain. Any content you publish inside it is only accessible to people with the sandbox link.
The sandbox is an internal tool. If you need to show work to a client, promote the content to production first — the sandbox URL is not appropriate for client presentations or branded communication.
Content created in the sandbox does not sync to production. If you build something you want to move, the promote flow handles it — but treat sandbox content as a specification, not a backup or archive.
Sandbox environments are not connected to live payment processors or CRM systems by default. Treat any form submission or integration test inside the sandbox as synthetic.
