---
title: "Environments"
---
Gravv provides two environments: **Sandbox** and **Live**. Each environment has its own API Keys and Webhook Secret Key. Requests to each environment go to a separate database.

Use the Sandbox environment to test your integration with Gravv. Once you confirm the integration works as expected, switch to Live mode.

Both environments share the same base URL:

```text
https://api.gravv.xyz/v1
```

You don't change the URL to switch environments. The environment is decided by the API Key you send: use your Sandbox key for testing and your Live key for production.

## Switching between environments

Use the Environment toggle in your Dashboard to switch between Sandbox and Live:

![Toggle switch for switching between Live Mode and Sandbox Mode](/images/readme/1486645f6dae8cf5f37dd64c27d2ac1c821c91aee8f3e3dc5c83471d1e2d8db1-environment-toggle.png)

