Who can use this feature?
Users with the profiles:manage permission. This permission is included in the built-in Owner and Admin roles
| Environment | Description |
|---|---|
| Edit | Where developers build your apps |
| Preview | Where changes are reviewed before going live |
| Production | Where your live applications run |

Create a data tag
Admins can create new data tags to represent different data environments, regions, or stages. To add a data tag:- Navigate to the Environments page under Organization Settings
- Click Add Data Tag
- Provide a unique name and key for your data tag
- Select which environments (Edit, Preview, Production) this data tag is allowed in
- Click Create

Each data tag has a unique alphanumeric key. The key can be customized when creating the data tag but cannot be changed after creation to prevent references from breaking.
Environment assignment
When creating or editing a data tag, you decide which environments it can be used in. This gives admins control over data access:- A tag allowed only in Edit and Preview keeps that data source out of production
- A tag allowed only in Production ensures production credentials are never used during development
- A tag allowed in all three environments can be used anywhere
- Configuring integration credentials
- Using data tags in Applications
- Deploying the Superblocks data plane to multiple environments
Configure integration credentials
In Superblocks, integrations can have multiple configurations to connect to different database instances or API servers. Each configuration is linked to one or more data tags. When you create a new integration, Superblocks automatically generates two configurations:| Configuration | Data tags included | Description |
|---|---|---|
| Non-Production (Default) | All data tags where none of their allowed environments is Production | Safe for development and testing |
| Production | All data tags where at least one allowed environment is Production | Isolated production credentials |
- Navigate to Integrations and search for your integration or create a new one
- To add a configuration, click the ➕ icon for “Add new configuration” and select the data tag(s)
- Fill out the configuration form with values specific to the selected data tags
- Click Test Connection to verify connectivity
- Create or Save your changes

Using data tags
For details on how to use data tags in your Applications, see Using data tags.Data tags were previously called profiles. The core concept is the same — admins now have more control over which data tags are allowed in each environment.

