Skip to main content
A workspace is a tenant: its own members, roles, settings, and security policy. You belong to one or more workspaces and switch between them from the topbar. This page covers workspace settings, managing members, switching or creating workspaces, the security policy, and the audit log. Menu: Account → Workspace settings · Route: /admin/workspace/settings

Edit workspace settings

Workspace settings.
  1. In the topbar, open Account → Workspace settings.
  2. The form opens at /admin/workspace/settings.
  3. Edit any of the fields below, then save.
FieldDescription
NameDisplay name of the workspace
SlugURL-safe identifier used when switching
Environmentproduction, staging, or sandbox
RegionHosting region
OrganizationOwning organization

Manage members

The Members table lists each user, the role(s) they hold, and their member since date. This page manages membership for the current workspace only. Adding, editing, or removing users across all workspaces at once is a separate super-admin console described in Users, roles & permissions.

Invite a member

  1. Click Invite member.
  2. Enter the person’s email and choose a role.
  3. Send the invitation. The outcome depends on the email:
    • the person already has an account → they are added immediately;
    • they have no account → an invitation email is sent;
    • they are already in this workspace → you are told so and nothing changes.
You can only grant roles you yourself hold (anti-escalation).

Remove a member

Use the Remove action on a member’s row. You cannot remove yourself.

Pending invitations

Invitations that have not yet been accepted appear in the Pending invitations table, where you can cancel them.

Switch or create a workspace

  • Switch: use the workspace dropdown in the topbar. Selecting a workspace posts to POST /admin/workspace/switch/{slug} and reloads in that context.
  • Create: choose Create new workspace (/admin/workspace/new) and fill in name, slug, environment, region, and organization. You become the owner and are switched into the new workspace automatically.

Set the security policy

Workspace security policy. Required security methods apply to everyone in the workspace.
  1. Open Required security methods (/admin/account/workspace/required-methods).
  2. Configure the policy, then save.
SettingDescription
Require 2FAMembers must enable two-factor authentication
Require passkeyMembers must register a passkey
Require device approvalNew devices must be approved before sign-in
Session TTL (minutes)How long a session stays valid (default 480)
Admin recoveryAllow admins to assist with account recovery
Allowed email domainsRestrict membership to listed domains
Tightening these settings can lock out members who have not yet met the requirement. Communicate changes before you save.

Review the audit log

The admin audit log.
  1. Open the Admin audit log (/admin/account/workspace/audit).
  2. The log is paginated (30 entries per page).
Each entry records the date, the actor, the action, the affected entity, and a change payload (JSON) describing what changed.

Permissions

ActionPermission
View workspacecomerix.workspace.view
Edit settings, members & switchingcomerix.workspace.manage
Manage security policycomerix.workspace.policy.manage
View the audit logcomerix.workspace.audit.view