IDE

WIP

Workspaces and Orgs

How the current IDE code models workspaces, primary orgs, and connected sandboxes.

This page is based on the current Mantra code and is still subject to change.

Current model in code

The current IDE code groups orgs by workspace.

  • a workspace contains one primary org
  • a workspace can include related sandboxes
  • sync state is tracked per org

Free and paid behavior in the current code

  • free-tier personal workspaces are limited to 3 developer-org workspaces
  • paid tiers add sandboxes inside an existing workspace instead of creating separate personal workspaces

Why this matters for docs

The IDE is not modeled as a flat list of independent orgs. Its current implementation is workspace-centered, so the public docs should describe workspaces and orgs together.