--- title: "Environment" slug: "environment" updated: 2025-11-13T13:43:21Z published: 2025-11-13T13:43:21Z canonical: "developer.rocket.chat/environment" --- > ## Documentation Index > Fetch the complete documentation index at: https://developer.rocket.chat/llms.txt > Use this file to discover all available pages before exploring further. # Environment Rocket.Chat provides a sandbox environment that allows you to test API endpoints safely. You can use the **Try it!** feature available on each endpoint in the API reference to execute requests directly in this environment. The base URL for the sandbox is: `https://apiexplorer.support.rocket.chat` To learn how to use the **Try it!** feature, follow the steps in the next topics. By the end, you will be able to test endpoints and perform various operations in the sandbox. > [!WARNING] > Important notes about the sandbox environment: > > - Some endpoints cannot be accessed to preserve the stability and integrity of the sandbox. For full access and in-depth testing, you can [deploy](https://docs.rocket.chat/docs/deploy-rocketchat) your own workspace, request a demo, or contact our sales team. > - Due to sandbox rate-limiting configurations, certain requests may occasionally fail to respond immediately. If this happens, wait a few seconds and try again.