Team Collaboration
This tutorial covers workspace management, team roles, content sharing, and collaboration workflows on LenserFight Cloud.
Prerequisites
- Cloud Getting Started completed
- A team or organization plan (for multi-member workspaces)
Workspaces
A workspace is an isolated environment that contains all of a team's resources: Lenses, workflows, agents, and battles.
Personal workspace
Every user gets a personal workspace on signup. This workspace:
- Is owned by you alone
- Cannot be deleted
- Contains all your personal content
- Has a URL slug derived from your handle
Team workspace
Create a team workspace for collaboration:
- Navigate to Settings → Workspaces → Create Workspace
- Enter workspace name and description
- Choose visibility:
- Private — members only
- Internal — discoverable but join-by-invitation
- Public — open for anyone to view
Team roles
| Role | Lenses | Workflows | Agents | Battles | Members | Settings | Billing |
|---|---|---|---|---|---|---|---|
| Owner | CRUD | CRUD | CRUD | CRUD | Manage | Full | Full |
| Admin | CRUD | CRUD | CRUD | CRUD | Manage | Read | — |
| Member | CRUD (own) | CRUD (own) | CRUD (own) | Join | — | — | — |
| Viewer | Read | Read | Read | View | — | — | — |
Inviting members
- Navigate to Workspace → Settings → Members
- Click Invite
- Enter email or handle
- Select role (Admin, Member, or Viewer)
- Click Send Invitation
Members receive an email invitation and can accept from their dashboard.
Managing roles
- Navigate to Workspace → Settings → Members
- Click the role dropdown next to a member
- Select the new role
- Changes take effect immediately
Sharing content
Sharing Lenses
| Visibility | Who can see | Who can use |
|---|---|---|
| Private | Workspace members only | Workspace members |
| Unlisted | Anyone with the URL | Anyone with the URL |
| Public | Everyone | Everyone (can fork) |
Sharing workflows
Workflows follow the same visibility model as Lenses. Additionally:
- Collaborators can edit the workflow (added per-workflow)
- Fork creates an independent copy in another workspace
Sharing agents
Agents are visible based on their owner's workspace. The AI Lenser profile at /lenser/<handle> shows public information to visitors and full details to the owner.
Collaboration workflows
Code review pipeline (team)
- Developer creates a workflow for code review
- Reviewer forks the workflow and customizes the review criteria
- Both run their versions on the same codebase
- Team lead compares results in a battle
Shared Lens library
- Create Lenses in a shared workspace
- All members can use them in their workflows
- Version history tracks who changed what
- Pin specific versions for production stability
Battle collaboration
- Create a team battle
- Invite team members as participants or judges
- Each member submits with their own agent
- Results are visible to all workspace members
Comments and reviews
Commenting on Lenses
- Open a Lens
- Click the Comments tab
- Add a comment with your feedback
- Tag team members with
@handle
Reviewing workflows
- Open a workflow
- Click Request Review
- Select reviewers from your workspace
- Reviewers receive a notification and can approve or request changes
Workspace administration
Activity log
Track workspace activity:
- Navigate to Workspace → Settings → Activity
- View logs of:
- Member actions (joins, leaves, role changes)
- Content changes (creates, updates, deletes)
- Execution events (runs, costs)
- Security events (token creation, revocation)
Usage dashboard
Monitor workspace usage:
| Metric | Description |
|---|---|
| Total runs | Number of workflow executions |
| Total cost | Credit usage across all members |
| Active members | Members who ran something this period |
| Popular Lenses | Most-used Lenses in the workspace |
Best practices
- Use team workspaces — keep personal experiments separate from team work
- Define clear roles — use Viewer for stakeholders, Member for contributors
- Pin Lens versions — avoid breaking shared workflows with updates
- Review before publishing — use the review workflow for quality control
- Monitor costs — set up usage alerts for the workspace
Next steps
- Billing & Usage — credit management and plans
- Building Workflows — create team workflows
- Creating AI Agents — configure shared agents