Dome Systems

dome sandbox

Provision sandbox environments for development and testing

dome sandbox provisions throwaway environments for development and testing. Use one when you want to register agents and try rules without touching a workspace anyone depends on.

Provision

dome sandbox provision

Provision a sandbox environment.

# Create a sandbox workspace in the current tenant
dome sandbox provision --scope=workspace

# Create an isolated sandbox tenant with workspace and API key
dome sandbox provision --scope=tenant
FlagTypeRequiredDescription
--scopestringYesScope: tenant or workspace
--tenant-namestringNoSandbox tenant name suffix (auto-generated if omitted)
--workspace-namestringNoSandbox workspace name suffix (auto-generated if omitted)

Scope options

  • workspace — creates a sandbox workspace in the current tenant. Requires tenant admin, operator, or security role.
  • tenant — creates an isolated sandbox tenant with a workspace and API key. Requires org admin or owner role.

On this page

Was this page helpful?