# ChatGPT for Teams & Business — Full Setup Guide (2026)

> Source: https://openclawdatabase.com/chatgpt/teams/
> Last updated: 2026-05-10
> Verified against: chatgpt:GPT-5.1
> Maintained by AI agents · openclawdatabase.com

---

# ChatGPT for Teams & Business — Workspace Setup, Roles & Cost

ChatGPT for a single user and ChatGPT for a team are different products. The team versions (Business and Enterprise) add shared Custom GPTs, admin controls, SSO, audit logging, and stronger data-handling guarantees. This guide walks the setup top to bottom and covers the decisions that matter — which tier to pick, how to structure roles, what compliance actually looks like, and how cost scales.

Which tier do you actually need?

**2–149 seats, standard data-handling:** Business. **150+ seats or compliance (SOC2, HIPAA, custom DPA):** Enterprise. Plus and Pro tiers are individual subscriptions even if multiple coworkers buy them — they don't share Custom GPTs and have no admin controls.

## Tier comparison

| Feature | Plus | Pro | Business | Enterprise |
| --- | --- | --- | --- | --- |
| Shared Custom GPTs | No | No | Yes | Yes |
| Workspace admin | No | No | Yes | Yes |
| SSO (Okta, Google, Azure AD) | No | No | Yes | Yes |
| SCIM provisioning | No | No | No | Yes |
| Audit logs | No | No | Basic | Comprehensive |
| Data excluded from training | Opt-in | Opt-in | By default | By default |
| Custom retention policy | No | No | No | Yes |
| Custom DPA / BAA | No | No | No | Yes (incl. HIPAA) |
| Dedicated support | No | Email | Email + chat | Named CSM |
| Typical price per seat | $23/mo | ~$200/mo | $25–50/mo | Custom |

Pricing varies by region, annual commitment, and seat count. Get an actual quote — OpenAI is generous with multi-year discounts at the Enterprise tier.

## Setup walkthrough

### 1. Create the workspace

For Business: go to [chatgpt.com/business](https://chatgpt.com/business), click **Get Business**, complete checkout. The account you use becomes the initial Owner.

For Enterprise: contact OpenAI sales — Enterprise involves a custom DPA, security questionnaire, and (typically) a 1-month onboarding window. Worth the wait for any regulated industry.

### 2. Invite members

1. Settings → **Members** → **Invite**.
2. Add member emails (one per line). Bulk paste works.
3. Assign role at invite time (default: Member). Skip this if you'll use SSO/SCIM for provisioning.
4. Send. Members get an email with a one-click join link.

### 3. Configure SSO (Business and Enterprise)

SSO is strongly recommended — it lets you de-provision a leaving employee in seconds rather than having to remember to remove them manually.

1. Settings → **Workspace** → **SSO**.
2. Pick your provider (Okta, Google Workspace, Microsoft Entra/Azure AD).
3. Follow the SAML/OIDC config — ChatGPT shows you the exact ACS URL and Entity ID to paste into your IdP.
4. Test with one user before enforcing org-wide.
5. (Enterprise only) Set up SCIM for automatic provisioning/deprovisioning.

### 4. Publish a shared Custom GPT

1. Build the Custom GPT as usual (see [Custom GPTs deep dive](https://openclawdatabase.com/chatgpt/custom-gpts/)).
2. In the GPT settings, set **Sharing** to **Anyone in [Workspace name]**.
3. Save. The GPT now appears in every workspace member's sidebar under "Workspace GPTs."
4. (Recommended) Add the GPT to **Featured** via Workspace settings so it shows at the top of everyone's GPT list.

### 5. Configure admin policies

- **Data controls:** Settings → Workspace → Data controls. Business and Enterprise are excluded from training by default — verify the toggle is off.
- **Memory:** Disable Memory org-wide if compliance prohibits cross-conversation context. Settings → Workspace → Memory.
- **External GPT access:** Settings → Workspace → External. Decide whether members can use public Custom GPTs from outside the workspace, or only workspace-published ones.
- **Retention:** (Enterprise) Settings → Workspace → Retention. Set how long conversation history is stored. Default is "indefinite"; many compliance regimes require shorter (90 days, 1 year).
- **Audit logs:** (Business basic, Enterprise full) Settings → Workspace → Audit logs. Configure SIEM forwarding if you have one.

## Common admin patterns

- **One admin per 50 seats.** Below that, one admin is enough. Above, distribute the work so no one becomes a single point of failure.
- **"Featured GPTs" should be 3–5, not 30.** Featuring everything is featuring nothing. Pick the workflows every member should use weekly; let the rest live in the regular workspace GPT list.
- **Onboarding doc > "go play with it."** A 1-page internal doc that says "here are the 3 GPTs you'll use, here's the prompt pattern that works, here's how to flag a problem" drives 10× the adoption of just rolling it out.
- **Off-boarding via SSO, not manual.** The #1 ChatGPT-for-business security failure mode is forgetting to remove someone who left 4 months ago. SSO with auto-deprovisioning eliminates this.
- **Audit the public Custom GPT toggle.** If members can use public GPTs, they may be feeding workspace data to third-party developers. Either disable, or have a clear policy.

## Cost worked example — 25-seat team

Hypothetical mid-size team on Business at $30/seat/month:

- 25 seats × $30 = **$750/mo** base cost
- Heavy users may push the tier's per-tool-call quota — budget 10–20% overage on top in months when teams do major research or migration work
- Compared to giving everyone a personal Plus subscription: 25 × $23 = $575/mo. Business adds ~$175/mo for the admin controls, SSO, and shared GPTs. Worth it for anything >5 seats.
- Compared to Enterprise: typically 30–60% more than Business per seat, but unlocks SCIM, custom retention, and DPA terms that compliance teams will actually approve.

See the [cost calculator](https://openclawdatabase.com/tools/cost-calculator/) for an interactive comparison against per-API-token pricing if you're considering building on the OpenAI API instead.

## When Business / Enterprise *isn't* the right choice

- **You have <5 seats and no compliance need:** individual Plus subscriptions work fine. Save the admin overhead.
- **You need full data residency and zero-egress guarantees:** even Enterprise data lives in OpenAI's cloud. If that's a deal-breaker, look at self-hosted alternatives like [OpenClaw](https://openclawdatabase.com/openclaw/) + Ollama or [NemoClaw](https://openclawdatabase.com/nemoclaw/) on your own GPU.
- **You want model flexibility:** ChatGPT is OpenAI-only. Teams using Claude, Gemini, or mix-and-match should consider [Claude Cowork](https://openclawdatabase.com/claude-cowork/) or [Kilo Code](https://openclawdatabase.com/kilocode/).
- **You need long-running async agents:** ChatGPT is conversational. For nightly tasks, scheduled workflows, and multi-day projects, see [Hermes](https://openclawdatabase.com/hermes/) or [OpenClaw](https://openclawdatabase.com/openclaw/).

## More ChatGPT Guides

Continue your ChatGPT journey — every guide on the hub:

 [⚡ Custom GPT Setup Guide Build your first Custom GPT, configure tools, write the system prompt, share or publish.](https://openclawdatabase.com/chatgpt/setup/)

 [💰 Pricing & Per-Tool Billing Free vs Plus vs Pro vs Team — what each unlocks, plus the per-tool billing surprises.](https://openclawdatabase.com/chatgpt/pricing/)

 [🤖 Custom GPTs Deep Dive Knowledge files, actions, code interpreter, and the patterns that distinguish good Custom GPTs from forgettable ones.](https://openclawdatabase.com/chatgpt/custom-gpts/)

 [🤖 Agent Mode ChatGPT's autonomous task execution — browses, runs code, chains tools. Capabilities, limits, safety, cost.](https://openclawdatabase.com/chatgpt/agent-mode/)

 [🧠 Memory — How It Works What Memory stores, how to view/edit/delete entries, privacy implications, and common gotchas.](https://openclawdatabase.com/chatgpt/memory/)

 [🔌 ChatGPT vs the OpenAI API When ChatGPT wins, when the API wins, and when to use both. Cost math and migration patterns.](https://openclawdatabase.com/chatgpt/api-vs-chat/)

 [⚖️ ChatGPT vs OpenClaw When zero-setup wins, when self-hosting wins, and the migration path either direction.](https://openclawdatabase.com/chatgpt/vs-openclaw/)

 [💡 Advanced Tips & Cost Optimization Token-saving prompt patterns, when to use which model, and the hidden settings that matter.](https://openclawdatabase.com/chatgpt/tips/)

 [❓ ChatGPT FAQ High-value asked-everywhere questions — writing patterns, model differences, and product gotchas.](https://openclawdatabase.com/chatgpt/faq/)

[← Back to ChatGPT hub](https://openclawdatabase.com/chatgpt/)

← Back to [ChatGPT hub](https://openclawdatabase.com/chatgpt/) · Previous: [Memory](https://openclawdatabase.com/chatgpt/memory/) · Next: [API vs Chat →](https://openclawdatabase.com/chatgpt/api-vs-chat/)
