Skip to Content

Team Management

TL;DR

Cmdop team management enables collaboration through shared workspaces. Create workspaces to share machines with team members, assign roles (Owner, Admin, Member, Viewer) with granular permissions, set per-machine access levels, track activity logs, and configure security policies like required 2FA and IP allowlists.

Share machines and collaborate with your team.

What are workspaces?

Workspaces are shared environments for teams.

How do I create a workspace?

  1. Click your name in sidebar
  2. Select β€œCreate Workspace”
  3. Enter workspace name
  4. Invite members

How do I switch between workspaces?

  1. Click current workspace name
  2. Select different workspace
  3. Or β€œPersonal” for your own machines

How do I manage team members?

How do I invite members?

  1. Go to workspace settings
  2. Click β€œMembers”
  3. Click β€œInvite”
  4. Enter email address
  5. Select role
  6. Send invitation

What team roles are available?

RolePermissions
OwnerFull access, billing, delete workspace
AdminManage members, machines, settings
MemberUse machines, execute commands
ViewerView only, no command execution

How do I remove a member?

  1. Go to Members
  2. Find member
  3. Click β€œRemove”
  4. Confirm removal

How do I share machines with my team?

How do I add a machine to a workspace?

  1. Connect machine with CLI:
# Connect a machine directly to a team workspace cmdop connect --workspace my-team
  1. Or move existing machine:
    • Go to machine settings
    • Click β€œMove to Workspace”
    • Select workspace

What per-machine permissions can I set?

Set per-machine permissions:

  • Full Access - All operations
  • Execute Only - Commands, no file access
  • View Only - Status and metrics only

How do I view the team activity log?

Track team activity:

  1. Go to workspace settings
  2. Click β€œActivity”
  3. View all actions

Shows:

  • Who did what
  • When it happened
  • Which machine
  • Command executed

How does workspace billing work?

What do workspace plans include?

Workspace billing includes:

  • Number of members
  • Number of machines
  • API usage

How do I manage billing?

  1. Workspace settings
  2. Click β€œBilling”
  3. Update payment method
  4. View invoices

How do I configure workspace settings?

What general settings are available?

  • Workspace name
  • Description
  • Default permissions

What security settings can I configure?

  • Require 2FA for members
  • IP allowlist
  • Session timeout

What integrations are available?

  • Slack notifications
  • Webhook endpoints
  • SSO configuration
Last updated on