---
title: How Sandbox Sites work on Pressable
url: "https://pressable.com/knowledgebase/how-sandbox-sites-work-on-pressable/"
published: 2025-04-21
modified: 2026-02-13
author: Varsha Adusumilli
---

Sandbox Sites are dedicated, standalone environments built for safe development, testing, and prototyping. Unlike staging sites, sandbox sites are not connected to production and are designed for flexibility — giving developers and agencies a clean space to experiment without risk.

You can create **one sandbox site per production site**. If you’re on a 1-site plan, you’re allowed one Sandbox Site in addition to one Staging site.

### Why Sandbox Sites?

Until now, Pressable offered production and staging environments — but we saw the need for more flexibility in the earlier phases of a project. Staging sites are great for pre-launch work, but not ideal for quick experiments or collaborative development. To align with this workflow, Sandbox Sites use `development` for the [WP\_ENVIRONMENT\_TYPE](https://pressable.com/knowledgebase/wordpress-environment-types/), whereas Staging sites use `staging`.

Sandbox Sites were created to fill that gap. They provide a clearly labelled, dedicated environment for building and testing in the early stages — helping teams work faster and more freely. With one Sandbox Site available per production site, users can enjoy a more complete and streamlined workflow, all without adding complexity or cost.

This article covers how Sandbox Sites work, how to set them up, and how they differ from staging and production environments.

## Creating a Sandbox Site

You’ll see the Sandbox option when [creating a new site](https://pressable.com/knowledgebase/adding-new-site-to-pressable/) on your Pressable Control Panel.

![](https://i0.wp.com/pressable.com/wp-content/uploads/2025/04/sandbox1.jpg?resize=1024%2C667&ssl=1)
 
 **Domains cannot be attached to Sandbox Sites.** However, if you have a [custom staging domain](https://pressable.com/knowledgebase/assign-a-custom-staging-domain-to-your-pressable-site/), you can use that for your Sandbox sites as well.

When created, these sites are automatically protected by [Basic Authentication](https://pressable.com/knowledgebase/basic-authentication/) via the **pressable-basic-authentication** plugin.

 
 Important Note When created, Sandbox sites are automatically protected by [Basic Authentication](https://pressable.com/knowledgebase/basic-authentication/) via the **pressable-basic-authentication** plugin.

A “Sandbox” flag is shown beside the domain in your site list and also on each site’s dashboard for quick identification:

![](https://i0.wp.com/pressable.com/wp-content/uploads/2025/04/sandbox2.jpg?resize=1914%2C609&ssl=1)
 
 ![](https://i0.wp.com/pressable.com/wp-content/uploads/2025/04/sandbox3.jpg?resize=1024%2C470&ssl=1)
 
 You can filter your site list to view sites by Environment Type. By selecting the `Sandbox Only` option, you will see a list of all your Sandbox sites.

![](https://i0.wp.com/pressable.com/wp-content/uploads/2025/04/sandbox4.jpg?resize=1024%2C189&ssl=1)
 
 ## Site Actions for Sandbox Sites

### Convert a Sandbox Site to Staging or LIve

A Sandbox site can be converted to a [Staging site or a Live site](https://pressable.com/knowledgebase/how-sites-staging-websites-and-website-clones-work-at-pressable/), or it can be converted to a [DupliKit site template](https://pressable.com/knowledgebase/duplikits-site-templates/). Upgrading a sandbox site to **live** will make it billable and allow custom domain connections.

Switching it to **staging** keeps it free of charge while activating staging capabilities.

![](https://i0.wp.com/pressable.com/wp-content/uploads/2025/04/sandbox5.jpg?resize=1011%2C671&ssl=1)
 
 ### **Convert a Site to a Sandbox Site**

A staging site or a live site can also be converted to a Sandbox site. Before a live site can be converted, make sure that any domains are removed from the site.

![](https://i0.wp.com/pressable.com/wp-content/uploads/2025/04/sandbox6.jpg?resize=1004%2C248&ssl=1)
 
 ### Clone any site as a Sandbox Site

A Sandbox Site can also be cloned just as any other site on Pressable. When cloning any site, you can now choose to `Clone as Sandbox Site`.

![](https://i0.wp.com/pressable.com/wp-content/uploads/2025/04/sandbox7.jpg?resize=1015%2C374&ssl=1)
 
 You can view your clones from your site’s Overview page in the Environment section. Staging clones, sandbox clones or live site clones are all listed in this section.

![](https://i0.wp.com/pressable.com/wp-content/uploads/2025/04/sandbox8.jpg?resize=1024%2C453&ssl=1)
 
 ## Managing Data on Sandbox Sites

- The [Pressable Backups](https://pressable.com/knowledgebase/accessing-backups/) (default/on-demand) and [Automated Restore](https://pressable.com/knowledgebase/restore-a-site-in-pressable-using-the-automated-restore-tool/) features work on Sandbox sites as well.
- Just like any other sites on Pressable, the [Data Transfer](https://pressable.com/knowledgebase/pushing-staging-to-production/#data-sync-how-to-push-changes-via-data-sync) feature can be used to push content, database, and filesystem changes from a Sandbox Site to any other site. You can access the option from either the **Environments** or **Site Tools** section of the **Site Overview**.

![](https://i0.wp.com/pressable.com/wp-content/uploads/2025/04/sandbox9.jpg?resize=1024%2C480&ssl=1)![](https://i0.wp.com/pressable.com/wp-content/uploads/2025/04/sandbox10.jpg?resize=1024%2C463&ssl=1) 
 Note: [Jetpack](https://pressable.com/knowledgebase/what-is-jetpack-security-how-to-enable/) can be enabled on Sandbox Sites as well, to provide additional security and monitoring features.

## API Support for Sandbox Sites

The [Pressable API](https://pressable.com/knowledgebase/streamline-your-workflow-with-the-pressable-api/) now includes full support for Sandbox Sites:

- Create a Sandbox Site via the `Create Site` endpoint (`sandbox: true`)
- Clone an existing site as a Sandbox via the `Clone Site` endpoint
- Convert an existing site (live or staging) to Sandbox
- Convert a Sandbox site to Staging or Live via new endpoints

Refer to the [API documentation](https://my.pressable.com/documentation/api/v1) for complete usage details and examples.
