Client-side encrypted workspace
The workspace "
" has been client-side encrypted, please enter the passphrase to decrypt it.
Save passphrase in browser local storage
The workspace could not be decrypted.
DSL documentation
DSL tutorial
DSL cookbook
Basics
Identifiers
Implied relationships
Expressions
DSL language reference
workspace
- model
- archetypes
- group
- person
- softwareSystem
- deploymentEnvironment
- deploymentNode
- infrastructureNode
- softwareSystemInstance
- containerInstance
- instanceOf
- element
- -> (relationship)
- -/> (remove relationship)
- views
- systemLandscape
- systemContext
- container
- component
- filtered
- dynamic
- deployment
- custom
- image
- styles
- light
- dark
- element
- relationship
- themes
- terminology
- configuration
- visibility
- scope
- users
workspace { model { softwareSystem = softwareSystem "Software System" { database = container "Database Schema" api = container "Service API" { -> database "Uses" } } production = deploymentEnvironment "Production" { deploymentNode "Server 1" { containerInstance api deploymentNode "Database Server" { containerInstance database } } deploymentNode "Server 2" { containerInstance api deploymentNode "Database Server" { containerInstance database } } } } views { deployment * production { include * autolayout } } }
Structurizr v2026.05.15
|
|