C3 AI Documentation Home

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:

  1. Open C3 AI Studio in a browser.
  2. Navigate to the Environments section.
  3. 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().stores

This command returns a list of available UI packages. If the UI Stack artifacts are missing, contact your C3 AI Platform administrator.

Was this page helpful?