apps/opik-documentation/documentation/fern/docs-v2/administration/overview.mdx
Opik Cloud and Enterprise include administration features for teams and organizations, including:
Opik uses a hierarchical structure to organize users and data:
| Term | Description |
|---|---|
| Organization | Your company or team. Contains all users, workspaces, and billing settings. |
| Workspace | A container for projects. Users can belong to multiple workspaces with different roles in each. |
| Project | A container for traces. Experiments and datasets live at the workspace level. |
| Organization Role | Controls organization-wide permissions (e.g., Admin can manage billing and users). |
| Workspace Role | Controls what a user can do within a specific workspace (e.g., Editor can create projects). |
Here's how these concepts relate:
flowchart TD
Org[Organization] --> Users[Users + Org Roles]
Org --> Settings[Settings]
Org --> WS[Workspaces]
WS --> WSA[Workspace A]
WS --> WSB[Workspace B]
WSA --> MembersA[Members + Roles]
WSA --> ProjectsA[Projects]
WSB --> MembersB[Members + Roles]
WSB --> ProjectsB[Projects]