Skip to main content
ElementDescription
OverviewOrganization health dashboard
InstancesSandbox instance management (create, suspend, resume, delete)
ImagesToolbox image builder and manager
Global SettingsOrg-level configuration (Sandbox Profiles, Secrets & API Keys, Environment Variables, Defaults)

Overview Dashboard

At-a-glance view of organization health and sandbox status.

Health Cards

CardDescription
SandboxesCount of running sandboxes
ToolboxesCount of configured toolbox images
VolumesetsCount of persistent volumes
SecretsCount of org secrets

Sandbox Table

A full table of all sandboxes in the current GVC. Each row shows name, image, endpoint, readiness, size, and last modified date.

Sandbox Actions

ActionDescription
ConnectOpen the connect panel
Open IDELaunch the browser IDE
Open TerminalOpen a web terminal session
Open AppNavigate to the application endpoint
SuspendScale to zero while retaining the volumeset
ResumeScale back to one and remount the volumeset
DeleteDelete the sandbox and its volumeset permanently

Orphaned Volumesets

Volumesets no longer attached to a sandbox are surfaced with age badges. A one-click restore action spins up a new sandbox from an orphaned volumeset.

Instances

Create Sandbox

FieldRequiredDefaultDescription
NameNodev-{username}Sandbox name
ImageYesorg defaultToolbox image
Size ProfileYesMediumCPU/memory preset
App PortNo8080Port your app listens on
IdentityNoorg defaultInfrastructure identity
SecretsNoSecret-to-env-var mappings
Environment VariablesNoKey-value pairs exposed inside the sandbox

Connect Panel

After selecting a sandbox, the connect panel displays IDE connection links, the IDE password, runtime diagnostics, and detected ports.

Images

Toolbox List

ColumnDescription
Image NameImage reference
RuntimesConfigured language runtimes
ModeBuild mode used (Scratch, BYOI)
CreatedDate the image was built

Build Modes

  • Scratch — select runtimes, packages, AI tools, and extensions interactively
  • BYOI — provide an existing image. Dev tools are layered on top.

Build Modal

An animated modal tracks build progress through four phases: Creating, Building, Pushing, Done.

Image Actions

ActionDescription
CloneCreate a copy with a new name
Set DefaultSet as the org default toolbox
DeleteRemove the toolbox and delete the image

Settings

Organization-level configuration, accessible via the Global Settings submenu.

Sandbox Profiles

CPU and memory presets that appear in the sandbox create form.
FieldTypeDescription
NamestringProfile display name
CPUstringCPU allocation (e.g., 4)
MemorystringMemory allocation (e.g., 16Gi)
DescriptionstringHuman-readable description
DefaultradioPre-selected profile in the create form

Secrets & API Keys

Global secret mappings that bind a Control Plane secret to an environment variable name.
ColumnDescription
CPLN SecretName of the Control Plane secret
Env Var NameEnvironment variable exposed inside sandboxes
New secrets can be created inline from the settings page.

Environment Variables

Default environment variables injected into every new sandbox.
FieldTypeDescription
NamestringVariable name
ValuestringVariable value
LockedtogglePrevent developers from overriding
DescriptionstringHuman-readable description

Defaults

SettingDescription
Default ToolboxToolbox image used when none is specified
Default IdentityIdentity attached to new sandboxes
Identity LockedPrevent developers from overriding the identity
Default IDEIDE used when none is specified
IDE LockedPrevent developers from overriding the IDE
Locked settings are enforced only in the UI. Users with direct CPLN API access can still override these values.