Workspace¶
A workspace is a core concept in the MatrixOne Intelligence product model. This page explains the problems it solves, its relationships with other objects, and its usage boundaries.
Definition¶
A workspace is the collaboration boundary for resources, members, roles, and run records in AI Studio.
The same account can enter multiple workspaces, but resources and grants are not automatically inherited across workspaces.
Page routes and backend requests both carry workspace context, so target resources must be rechecked after switching.
Object relationships¶
The organization account determines the user’s identity, while workspace membership determines whether the user can enter the workspace.
Roles and resource grants take effect within the workspace and control operations on connectors, workflows, knowledge bases, and agents.
The workspace home summarizes resource counts and recent runs; detailed run records are available in Monitoring and alerting.
Design principles¶
Use least privilege and keep credentials in managed configuration.
Start by validating with minimal data or test objects, then expand the scope.
Version executable configuration and retain each run as an execution record.
Do not equate a visible entry with backend availability or resource authorization.
Note
These pages follow the current MOI 5.0 product model. If an entry is missing, check the workspace, permissions, and feature flags.