Projects
Projects

The unit of work for one architecture model, its specifications, and artifacts.

A project is the bounded workspace for one product, system, or domain. All model YAML, specification pages, and generated artifacts for that scope live in a single project under one organization — optionally inside a folder.

In this group

File-based workflow in VS Code or Cursor: Git Project.

Contents

AreaDescription
ModelArchitecture YAML — objects, links, attributes
SpecificationsMDX pages in the specs tree
ArtifactsGenerated outputs — OpenAPI, ERD, diagrams
MembersUsers and groups with a project role
BranchesCommit history and working copies (cloud only)

Studio seeds every new cloud project with Specs and Model enabled, default branch main, and welcome spec common/welcome.

Identity fields

Set at creation; editable in Project Settings:

FieldExampleConstraints
NameIoT Gateway1–30 characters
Keyiot-gateway1–20 characters; a-z, digits, -, _, .; unique within folder
IconOptional
DescriptionEdge gateway architectureOptional, max 500 characters

The key is generated from the name and appears in project links, published URLs, and automation. Treat it as a stable identifier for bookmarks and pipeline configuration.

Key changes rewrite project URLs immediately. Plan updates to dependents before renaming.

Last updated on