Skip to main content
DocumentationWorkspaces

Core concepts

Workspaces and environments

Separate ownership, configuration, credentials, and delivery history across Arcwell environments.

Arc Runtime 3.xUpdated Jul 18, 2026

Workspace boundary

A workspace is the top-level ownership boundary in Arcwell. Schemas, routes, streams, access keys, and audit records never cross it.

Environments

EnvironmentPurposeData policy
localDeveloper feedbackEphemeral
previewChange validationSynthetic only
productionCustomer workloadsRetained by policy

Promote configuration

shell
arcctl plan --environment production
arcctl apply --environment production --require-review
On this page
  1. Workspace boundary
  2. Environments
  3. Promote configuration