Claude Cowork Team Setup — Workspace, Members & Roles
Claude Cowork is the fastest way to put Claude in front of a whole team. No API keys, no infrastructure, no onboarding docs about tokens and rate limits — just sign in, create a workspace, invite your team, and start. This guide covers the setup path from scratch, including the roles system and how to structure projects for different teams.
Step 1 — Create Your Workspace
Go to claude.ai/cowork and sign in with your Anthropic account. If you don't have one, create a free account first.
- Click Create Workspace
- Enter a workspace name — use your company or team name (e.g. "Acme Corp" or "Product Team")
- Choose your initial plan — you can start free and upgrade once you know your team's usage pattern
- You're now the workspace Owner — the highest permission level
The recommended structure is one workspace per company, with separate Projects inside for each team, department, or use case. Don't create separate workspaces for each team — that fragments billing, member lists, and cross-team visibility. Projects are the right level of separation.
Step 2 — Invite Team Members
Go to Settings → Members → Invite Members. You can invite by email address individually or paste a comma-separated list for bulk invites.
Invited members receive an email with a link. They need an Anthropic account to accept — if they don't have one, the invite link walks them through creating one. There's no minimum plan required to accept an invite; the workspace's plan covers their access.
Bulk Invite
For teams of 10+, use the CSV import option in Settings → Members → Import:
email,role
[email protected],member
[email protected],member
[email protected],admin
[email protected],viewer
Upload the CSV and all invites go out simultaneously. Check the import log for any addresses that failed (invalid format or existing members).
Step 3 — Understanding Roles
| Role | Can do | Cannot do | Assign to |
|---|---|---|---|
| Owner | Everything — including billing, deleting the workspace, transferring ownership | Nothing | The person responsible for billing. Usually 1 per workspace. |
| Admin | Invite/remove members, create/delete projects, manage project permissions, set workspace-level system prompts | Access billing, delete workspace, change ownership | Team leads, department heads, IT admins |
| Member | Access projects they've been invited to, start conversations, create and edit artifacts, view shared conversations | Invite others, delete others' artifacts, change project settings | Most team members — the default role |
| Viewer | Read-only access to projects they've been invited to — can view conversations and artifacts but not start new ones | Start conversations, create or edit artifacts | Stakeholders, clients, reviewers who need visibility without editing |
Project-Level Roles
Members can have different roles in different projects. A developer might be a Member in the Engineering project but a Viewer in the Marketing project. Set project-level roles in Project Settings → Members.
Step 4 — Create Your First Projects
Projects are the main organisational unit inside a workspace. Think of each project as a persistent Claude workspace for a specific team or purpose — with its own members, system prompt, knowledge documents, and artifact library.
Click New Project from the workspace home:
- Name the project — e.g. "Engineering", "Marketing Content", "Customer Support"
- Set visibility — Workspace (all members can find it) or Invite-only (only explicitly invited members)
- Add a project description — shown to members on the project home; helps them understand what this project is for
- Optionally add a system prompt — Claude uses this as standing instructions for every conversation in this project. See the System Prompts guide for templates.
Recommended Project Structure
| Project name | Who has access | System prompt focus |
|---|---|---|
| Engineering | Developers, tech leads | Code review, technical writing, debugging assistant |
| Marketing Content | Marketing team | Brand voice, content guidelines, target audience context |
| Customer Support | Support team | Product knowledge, escalation rules, tone guidelines |
| Leadership Briefings | Admins + leadership | Executive summary format, strategic context |
| Sandbox | All workspace members | No system prompt — free exploration |
Enterprise SSO Setup
On Business and Enterprise tiers, you can require all workspace members to sign in through your identity provider (Okta, Azure AD, Google Workspace, etc.) rather than individual Anthropic accounts.
Go to Settings → Security → Single Sign-On:
- Select your IdP from the dropdown (Okta, Azure AD, Google Workspace, SAML 2.0 generic)
- Copy the ACS URL and Entity ID shown — paste these into your IdP's SAML app configuration
- Paste your IdP's Metadata URL or XML into the Claude Cowork SSO settings
- Test the connection — a test button sends a test authentication request through your IdP
- Enable Enforce SSO — after this, all members must use SSO. Existing password-based sessions are invalidated at their next login.
Always test with a non-admin account before enabling Enforce SSO. If the SSO config is wrong and you enforce it, you may lock yourself (and all admins) out of the workspace. Anthropic support can unlock it but it may take 24–48 hours. Test first.
SCIM Provisioning (Enterprise)
Enterprise tier supports SCIM for automatic user provisioning and deprovisioning. When an employee leaves and their account is deactivated in your IdP, SCIM automatically removes their Cowork access — no manual cleanup required.
# SCIM base URL (enter into your IdP's SCIM config):
https://api.claude.ai/cowork/scim/v2/{workspace-id}
# Bearer token: generate in Settings → Security → SCIM → Generate Token
Step 5 — Set Workspace Defaults
Before your team starts using Cowork heavily, configure a few workspace-level defaults in Settings → Workspace:
- Default model — Sonnet 4.6 for most teams (good quality at reasonable cost); Opus 4.6 for research or complex writing teams. Members can switch per-conversation on Pro/Business tiers.
- Artifact retention — default is 90 days. Enterprise tier can extend to custom periods or indefinite retention.
- Conversation sharing — whether members can share conversation links outside the workspace. Disable this for sensitive teams.
- Default project visibility — whether new projects are workspace-visible or invite-only by default.
- Usage notifications — email alerts when workspace usage approaches tier limits.
Onboarding Your Team
The most common reason teams underuse Cowork is a weak onboarding moment — people sign up, see a blank chat interface, and don't know where to start. A good onboarding takes 10 minutes and dramatically increases adoption:
- Write a welcome artifact — create a shared document called "How we use Claude here" explaining the team's key projects, what each project's system prompt does, and 3–5 example prompts that work well for your team's work.
- Pin it to the workspace home — pinned artifacts appear at the top of the project view for all members.
- Run a 15-minute live demo — walk the team through one real workflow (e.g. turning meeting notes into action items) so they see it work before going async.
- Create a Sandbox project with no rules — give people a project with no system prompt where they can experiment freely without worrying about "doing it wrong".
← Back to Claude Cowork hub · Next: Projects & Artifacts →