Set Up Your Cloud Environment
Set up a dedicated cloud environment in C3 AI Studio to develop and test front-end applications. Follow this tutorial to create a Single Node Environment (SNE) and validate the required UI packages.
Start a development environment
To create a cloud environment:
- Open C3 AI Studio in a browser.
- Navigate to the Environments section.
- Create a new environment:
- Name: Assign a meaningful name.
- Server Version: Leave blank unless required.
- Environment Type: Select Single Node Environment (SNE).
A Single Node Environment (SNE) ensures that applications depending on modified source code update automatically.
Validate UI Stack artifacts
Ensure your environment includes the necessary UI packages. In the web console, run:
JavaScript
Pkg.Store.inst().config().storesThis command returns a list of available UI packages. If the UI Stack artifacts are missing, contact your C3 AI Platform administrator.