Skip to content

Permissions & groups

Orimora uses groups with fine-grained capabilities instead of a single “admin vs member” switch. Collection and tag permissions add another layer for content access.

Settings → Groups lists all teams groups:

TypeDescription
System groupsBuilt-in: Admins, Editors, Members, Viewers — capabilities can be adjusted, group cannot be deleted
Custom groupsCreated by admins — name, color, description, any capability mix

The four system groups and their default capabilities:

GroupDefault capabilities
AdminsAll capabilities
EditorsAll except settings, developer, publishing, suspend members, manage groups
MembersCreate documents, create collections, create/use tags, create templates, use AI
ViewersNone — read access only via collection/document permissions

Click a group to open the drawer with Members and Capabilities tabs.

  1. Open a group → Members tab
  2. Search for a team member and add them
  3. Users inherit all capabilities of every group they belong to

Removing a member from a group revokes capabilities that are not granted elsewhere.

Every workspace has exactly one owner — by default the user who created it. The owner is a single, protected principal: they cannot be suspended, demoted, or removed from the Admins group by anyone, and they cannot delete their own account without transferring ownership first. This closes a gap where a second administrator could otherwise lock the founder out of their own workspace.

The owner is shown with an Owner badge under Settings → Members, and member-management actions that would neutralise them are disabled there.

This protection is scoped to the owner only — administrators can still manage each other as usual (the last admin is always protected separately, so a workspace can never be left with zero admins).

Only the current owner can hand the role over, under Settings → Workspace → Transfer ownership:

  • The new owner must be an existing, active administrator of the same workspace.
  • The action is step-up protected and recorded in the audit log (team.ownership_transferred).
  • After transferring, the previous owner becomes an ordinary administrator (and is now removable like any other).

Capabilities are additive — a user has the union of all capabilities from all their groups.

CapabilityAllows
Create DocumentsNew documents in collections
Delete Any DocumentDelete others’ documents
Archive Any DocumentArchive/unarchive any document
Create CollectionsNew collections
Delete Any CollectionDelete others’ collections
Manage Collection PermissionsSet per-collection access rules
CapabilityAllows
Create TagsNew team tags
Use TagsApply/remove tags on documents
Manage TagsRename or recolor any tag
Manage Tag PermissionsPer-tag access control
Create TemplatesNew document templates
Update Any TemplateEdit others’ templates
Delete Any TemplateDelete others’ templates
CapabilityAllows
Invite MembersSend team invitations
Suspend MembersSuspend or reactivate users
Manage Group MembershipAdd/remove users from groups
Manage GroupsCreate, edit, delete groups
Team SettingsWorkspace name, logo, domain
CapabilityAllows
Required ReadingManage required-reading documents
GamificationPoints, badges, streaks
Audit LogView team audit log
BackupsTrigger and restore backups
AI SettingsConfigure LLM providers
CapabilityAllows
API KeysCreate and manage API keys
WebhooksCreate and manage webhooks
MCP EndpointEnable HTTP MCP for external tools
PublishingConfigure outbound publishing (Git mirrors, push endpoints)
CapabilityAllows
Use AIAccess AI chat, image generation, and smart actions (cost-control gate)
CapabilityAllows
Delete Any CommentRemove comments by other users

Even with “Create Documents”, a user may not see every collection. Per-collection rules restrict view / edit access to specific groups or members.

Manage via collection settings (requires Manage Collection Permissions).

Tags can have their own access rules — useful for sensitive labels (e.g. “Confidential”). Requires Manage Tag Permissions.

RoleSuggested groups / capabilities
ReaderMembers group only — no create/delete capabilities
AuthorCreate Documents, Use Tags, Create Collections
Editor lead+ Delete Any Document, Manage Collection Permissions
Integrations adminAPI Keys, Webhooks, Publishing, MCP Endpoint
Workspace adminAdmins group or manually assign all capabilities