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?
- Click your name in sidebar
- Select βCreate Workspaceβ
- Enter workspace name
- Invite members
How do I switch between workspaces?
- Click current workspace name
- Select different workspace
- Or βPersonalβ for your own machines
How do I manage team members?
How do I invite members?
- Go to workspace settings
- Click βMembersβ
- Click βInviteβ
- Enter email address
- Select role
- Send invitation
What team roles are available?
| Role | Permissions |
|---|---|
| Owner | Full access, billing, delete workspace |
| Admin | Manage members, machines, settings |
| Member | Use machines, execute commands |
| Viewer | View only, no command execution |
How do I remove a member?
- Go to Members
- Find member
- Click βRemoveβ
- Confirm removal
How do I share machines with my team?
How do I add a machine to a workspace?
- Connect machine with CLI:
# Connect a machine directly to a team workspace
cmdop connect --workspace my-team- 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:
- Go to workspace settings
- Click βActivityβ
- 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?
- Workspace settings
- Click βBillingβ
- Update payment method
- 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