An organization environment is a separate Elementum workspace tied to your production organization. You can build and test changes without affecting live workflows, then copy app configurations to another environment when you are ready.Documentation Index
Fetch the complete documentation index at: https://docs.elementum.io/llms.txt
Use this file to discover all available pages before exploring further.
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.| Category | Color | Icon | Description |
|---|---|---|---|
| Development | Orange | Triangle | An environment to build and experiment with new ideas without affecting anyone else. |
| Test | Yellow | Square | An environment to review your work and make sure everything clicks before moving forward. |
| Stage | Green | Pentagon | An environment to host demos or beta users and verify everything is perfect before the final release. |
| Production | Blue | Circle | An environment to host the finished, live version of your app where your actual users interact with your work. |
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
| Component | Requirement |
|---|---|
| User | One Snowflake user per environment (for example ELEMENTUM_DEV, ELEMENTUM_PROD) |
| Role | One role per environment |
| Database | One database per environment for platform data |
| Schema | A dedicated platform schema in that database |
| Environment | User | Role | Platform database | Platform schema |
|---|---|---|---|---|
| Production | ELEMENTUM_PROD | ELEMENTUM_PROD | ELEMENTUM_PROD | ELEMENTUM_PLATFORM |
| Development | ELEMENTUM_DEV | ELEMENTUM_DEV | ELEMENTUM_DEV | ELEMENTUM_PLATFORM |
| Staging | ELEMENTUM_STAGING | ELEMENTUM_STAGING | ELEMENTUM_STAGING | ELEMENTUM_PLATFORM |
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:
Field Description Example Environment name A descriptive name for the environment Development,Testing,StagingSubdomain The URL prefix for this environment dev,test,stagingDescription Optional description of the environment’s purpose For testing new features before productionCategory The environment type that controls its color and icon throughout the platform Development,Test,Stage[subdomain]-[yourorg].elementum.io - Click Create Environment. The new environment appears in the list with its own card showing the name, description, and domain.
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.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.
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.
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.
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
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; use non-production accounts for testing where appropriate; review access periodically.
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