> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bitgpt.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Sandbox

> Learn about the upcoming Sandbox environment for safe testing and integration.

<Warning>The Sandbox is not yet available, we're working on it. If you'd like to join the beta, get in touch with us at `hello@bitgpt.xyz`</Warning>

The **Sandbox** is a fully isolated testing environment that allows organizations to experiment with the API, integrations, and workflows without affecting live data or production systems.

<Frame>
  <img src="https://mintcdn.com/bitgpt/N6Qn8nkrAkxXvrVZ/images/pages/developer-resources/test-mode.png?fit=max&auto=format&n=N6Qn8nkrAkxXvrVZ&q=85&s=8e1f32036185f0f2166e2e90d52dcbff" alt="Test mode dashboard" width="4368" height="3108" data-path="images/pages/developer-resources/test-mode.png" />
</Frame>

## Current Status

We’re actively working on it, and once released, it will be a **1:1 clone** of the production environment.

This means:

* Identical API behavior and structure
* Fully separate infrastructure
* Safe to test everything, from authentication to payment creation

## How It Will Work

<img src="https://mintcdn.com/bitgpt/N6Qn8nkrAkxXvrVZ/images/pages/developer-resources/test-mode-toggle.png?fit=max&auto=format&n=N6Qn8nkrAkxXvrVZ&q=85&s=ca9ff38b9916151f91196ef5e71c50c7" alt="Test mode toggle" height="100" data-path="images/pages/developer-resources/test-mode-toggle.png" />

When released, you’ll be able to **access the Sandbox directly from your dashboard**:

* A toggle will appear in the top right section (your profile) under `Test Mode`
* Switching it **enables Sandbox mode**
* The interface will **turn orange** to indicate you are working in the test environment

> All actions and data in the Sandbox are isolated from your production account.

## What You'll Be Able to Test

Once available, the Sandbox will support:

* Creating and managing test API keys
* Simulating cryptocurrency and fiat transactions
* Testing webhooks and real-time callbacks
* Managing products, licensing, billing flows, and more

**Certain features, such as the non-custodial wallet, will not be available. In those cases, you'll see a notice similar to this**:

<img src="https://mintcdn.com/bitgpt/N6Qn8nkrAkxXvrVZ/images/pages/developer-resources/feature-not-available.png?fit=max&auto=format&n=N6Qn8nkrAkxXvrVZ&q=85&s=2b1f9bc23645694b6d5a2bc02ab847a2" alt="Test mode feature not available" height="100" data-path="images/pages/developer-resources/feature-not-available.png" />

## API Usage in Sandbox

The API base URL for the Sandbox will stay the same, in order to send requests to the sandbox environment you'll have to pass the `X-Test-Mode` header as `true`
