Creating a Sandbox

Creating a Sandbox

Sandbox refers to an isolated testing environment that enables developers to run applications without affecting other applications that have critical devices or users connected. 

Use sandboxes to test new applications with the confidence that they will not impact others.

To create a sandbox, just add a new profile, and use it for your tests. Make sure that all critical applications are running in another profile.

For example, if any of your tests demand a higher level of services (limits) and lock that profile, it will not block the applications running in other profiles.


Increase team collaboration and add more developers to your sandbox. For this, you just need to share your profile with others.


    • Related Articles

    • Creating Analysis

      Creating your own analysis is easy. First, click on Analysis on the sidebar, then click the + Add Analysis button in the upper right of the analysis main screen. Just write a name and you’re ready to go! 1. Name What you usually use to identify your ...
    • Creating Dashboard Tabs

      By using Tabs, you can divide dashboards into multiple sections and add links to them. This is a great feature to create applications where the user has to deal with some setups and data in the same dashboard, the result is something like the image ...
    • Creating a Network integration

      To create a new integration you must go to the Network management page and press the following buttonon the right side of the page. You only need to specify the network's name. Once you have the network created, you have several parameters that you ...
    • Creating Keypad Widgets

      This article will demonstrate how to create a Keypad Widget using the TagoIO Node.js SDK. In order for you to create keypad widgets, this is the structure that you will need to send to the account.dashboards.widgets.create method. {   "analysis_run": ...
    • Creating Dynamic Dropdown selection using Forms

      Dynamic Dropdown allows users to create dynamic items selection on a dropdown list like the image below The items from a Dynamic Dropdown come from a variable, this means that you can change the values dynamically, developers can create any kind of ...