Organization environments
Each environment:- Uses its own subdomain (for example
dev-yourorg.elementum.io) - Needs its own CloudLink configuration to reach your data warehouse
- Holds its own copies of apps you deploy into it
- Runs independently of other environments
- Develop and change apps without risking production data or workflows
- Validate behavior with realistic configuration before go-live
- Let several people work in parallel in separate workspaces
- Release changes in a controlled way after review
Environment categories
Every environment belongs to one of four categories. The category determines the color and icon shown on the persistent indicator visible throughout the platform.
Every authenticated user sees the same indicator regardless of role — there is no permission gate on viewing it.
Production is locked. The Production category is reserved for the default Production environment. It cannot be selected when creating a new environment, and the Production environment’s category cannot be changed after creation.
Pre-existing environments. When this feature is enabled, the Production environment is automatically assigned the Production category. All other existing environments are assigned Development by default. Org Admins can update those assignments afterward.
CloudLink and platform data
Isolated environments need separate warehouse connections. Plan Snowflake users, roles, databases, and schemas before you connect CloudLink; then verify the connection works before relying on deployments.Isolating platform data
This separation limits cross-environment access to platform data and supports auditing. External (non-platform) tables can be shared across environment users if your governance allows it; changes to those shared tables are visible in every environment that uses them.
Example
Create an Environment
Create a new environment from your production organization to start developing and testing in isolation.-
Go to
Organization Settings > Platform > Environments. You will see a list of all environments in your organization, with Production marked as the default.
- Click + Create Environment in the upper right. A modal appears with the message: “Create an environment that allows you to safely build, test, and release changes without affecting your live app.”
-
Fill in the required fields:
The subdomain creates the environment’s URL:
[subdomain]-[yourorg].elementum.io - Click Create Environment. The new environment appears in the list with its own card showing the name, description, and domain.
When a new environment is created, Elementum clones the roles and role membership from Production into that environment as its starting state. The user who creates the environment is also added to the Admin role so they can configure CloudLink and adjust membership without an additional access request. Admin is one of the managed roles in Roles & Permissions — every organization has it by default, and it cannot be deleted or have its permissions modified. After environment creation, role membership becomes environment-specific — see Environment-specific role membership for details.
Change an Environment’s Category
You can update an environment’s category at any time after creation. The Production environment’s category is locked and cannot be changed.-
Go to
Organization Settings > Platform > Environments.
- Find the environment and click Edit on its card.
- In the edit environment panel, select a new value for the Category field.
- Click Save.
The Production category cannot be assigned to any environment other than the default Production environment, and the Production environment’s category cannot be changed.
Configure CloudLink
After creating an environment, configure CloudLink to connect the environment to your data warehouse. Create dedicated Snowflake users, roles, databases, and schemas per environment before you connect CloudLink. Full isolation rules and examples are in Isolating platform data above.1
Open Environment Configuration
From the Environments list, find your new environment and click the Configure button on its card.This opens the environment configuration page showing the environment name, status, and domain configuration.
2
Access CloudLink Settings
Click the Manage CloudLink Credentials button.This opens the new environment in a new tab/window, navigating directly to the CloudLinks settings page.
3
Edit CloudLink Connection
On the CloudLinks page, click the Edit button on the CloudLink entry.The Edit CloudLink modal appears with the following fields:Connection Settings:
- Name - Identifier for this CloudLink connection
- Username - Snowflake service account username
- URL - Your Snowflake account URL (for example,
your-account.snowflakecomputing.com) - Authentication Method - Select Password or Key-pair authentication
- Password - Service account password (if using password authentication)
- Interval - Sync frequency (default: 20 minutes)
- Time unit - Minutes, Hours, or Days
The default sync interval is 20 minutes. Shorter intervals provide faster data updates but increase Snowflake credit consumption.
4
Configure Data Connection
After entering valid credentials, additional fields become available:
- Role - Select the Snowflake role for this connection
- Warehouse - Select the Snowflake warehouse to use
- Database - Select the database where Elementum stores platform data
5
Save Configuration
Click Save to apply the CloudLink configuration.The connection is tested automatically. Once successful, the environment is ready for app deployments.
Environment-specific role membership
There are two distinct concepts when it comes to roles and environments:- Role definitions (what permissions a role grants, creating or deleting roles) — these changes are mirrored across all environments. When you modify a role’s permissions, create a new role, or delete a role in any environment, that change applies everywhere.
- Role membership (who belongs to a role) — at environment creation, roles and role membership are cloned from Production into the new environment as its starting state. After that, membership is tracked per environment: changes you make in one environment do not propagate to others, so granting a user a role in Development does not also grant the same role in Staging or Production.
“Role changes” in the context of environments refers to the role itself — its permissions, creation, or deletion — not who belongs to it. Membership is mirrored once at environment creation, then managed separately in each environment afterward.
Add or remove users and groups in a specific environment
- Sign in to the environment whose membership you want to change. The persistent environment indicator confirms which environment you are working in.
-
Open
Org Settings > Roles & Permissions for organization roles, or open Roles & Permissions under Security in an app menu for that app’s roles.
- Click Manage Membership on the role you want to change.
- Add or remove the relevant users and groups, then save. The change applies only to the current environment. To grant the same access in another environment, repeat the steps after switching to that environment.
Practices to follow
- Naming and category — Use clear names (
Development,QA,Staging,Training) and assign the matching category so the purpose of each environment is obvious to every user at a glance; keep both consistent across your organization. - CloudLink — Prefer separate Snowflake service accounts per environment; document which databases and schemas each environment uses; confirm connections stay healthy.
- Access — Restrict who can create environments and deploy apps; review role membership in each environment separately, since assignments are not shared across environments; use non-production accounts for testing where appropriate.
Next steps
Deploy Apps between Environments
Move app configuration from one environment to another and complete post-deployment setup
CloudLink Overview
Configure CloudLink connections for your environments
Snowflake Connection
Detailed guide for connecting Snowflake to Elementum
Apps Overview
Learn about apps and how they organize your business processes