ChatGPT workspace agents graduate from free preview to credit-based pricing today, May 6, 2026, marking the moment OpenAI‘s shared-team agent infrastructure becomes a real budget line for enterprise buyers. Workspace agents let teams create durable, multi-step AI workers that operate inside an organization’s ChatGPT environment — handling research, document drafting, data analysis, and complex workflows that span tools and time. Unlike individual GPTs or Custom Instructions, workspace agents are first-class organizational citizens with permissions, audit trails, shared ownership, and the operational primitives enterprises actually need. This is the practical breakdown for the IT leaders, ops teams, and developers evaluating workspace agents for production deployment.
What’s actually new
Workspace agents introduce three things that ChatGPT Enterprise didn’t have before. First, shared agency: a single agent definition that any authorized team member can invoke, kick off, monitor, and edit. Earlier ChatGPT customizations (Custom GPTs) were per-user; workspace agents are per-team. The shared layer matches how enterprise work actually happens — a finance ops agent isn’t owned by one analyst, it’s owned by the finance team.
Second, long-running execution with checkpointing. A workspace agent can run for hours or days. It pauses for human input when needed (approval gates, ambiguous decisions, missing data), persists state across pauses, and resumes from checkpoints when execution continues. This is the durability layer that makes agents useful for workflows that don’t complete in a single response — quarterly reporting, multi-step research projects, batch document generation, complex customer outreach.
Third, permissions and observability. Workspace agents inherit the organization’s existing identity and access controls — SSO, group membership, data-source permissions. Every agent invocation produces an audit log. Spend per agent is tracked and budgetable. The compliance and operational primitives that ChatGPT Enterprise customers expect for human users now extend cleanly to AI agents.
The pricing change matters. Until today, workspace agents were free during a beta period. Starting May 6, 2026, agents draw from a credit-based pricing pool: each invocation consumes credits proportional to compute (tokens), tools used (web search, file reads, code execution), and any external API calls the agent makes. Workspace administrators set per-agent budgets, per-user limits, and total monthly caps. The cost model is similar to traditional cloud-resource billing — predictable when usage is bounded, variable when it scales.
The capability profile of workspace agents draws from OpenAI’s existing ChatGPT agent product (announced earlier in 2026), but with shared-team and enterprise-grade twists. Each agent can use the same toolset: web search, file reads from the workspace’s connected data sources, code execution in a sandbox, image and document generation, and integrations with hundreds of third-party services through the existing ChatGPT connectors framework. Agents inherit the workspace’s data access, so an analytics agent can read the analytics-team’s connected data sources without having to be granted separate permissions.
Notably, workspace agents are also the first ChatGPT product to formally support cross-workspace coordination. An agent in your workspace can call an agent in a partner workspace (with explicit authorization on both sides). This is OpenAI’s first concrete step toward inter-organizational agent ecosystems — a pattern that several startups have been working toward via separate protocols.
Why it matters
- Enterprise AI shifts from “individual assistant” to “shared infrastructure.” The next 18 months of enterprise AI adoption will be defined by shared agents that coordinate work across teams, not by individual employees using personal AI assistants. Workspace agents are the platform play that enables this transition inside ChatGPT.
- Pricing transparency forces ROI conversations. Free preview let teams build agents without scrutinizing cost. Credit-based pricing forces explicit ROI calculations: this agent saves $X/week and costs $Y in credits — is the ratio acceptable? Most teams will discover surprising patterns about which agents pay back and which don’t.
- The audit-trail story closes a long-standing enterprise gap. ChatGPT Enterprise had logs but no way to attribute actions cleanly to a specific shared agent. Workspace agents fix this. Compliance and security teams that were skeptical of enterprise ChatGPT adoption now have the audit primitives they needed.
- OpenAI competes with LangGraph and similar frameworks at the platform layer. Workspace agents do for ChatGPT customers what LangGraph does for self-hosted deployments — durable, stateful, observable agentic workflows. Customers who previously had to choose between ChatGPT (high quality, weak orchestration) and LangGraph (good orchestration, BYO model) can now get both inside ChatGPT.
- The credit-based pricing model presents a budget challenge. Unlike per-user seat licensing, credit-based pricing scales with usage. Teams that build heavily-used agents face variable monthly bills. Budget governance becomes more important than ever.
- Cross-workspace coordination opens a new platform vector. If workspace agents in one organization can call workspace agents in another, OpenAI is positioning ChatGPT to be the substrate for inter-organizational AI workflows. This is a long-term strategic play that may not materialize quickly but is worth tracking.
How to use it today
Workspace agents are available now in ChatGPT Enterprise, Business, and Education tiers. Pro tier gets a limited preview. The setup workflow takes 30-60 minutes for a first agent.
- Confirm tier eligibility. Workspace administrators check their plan in Settings → Billing. Workspace agents require Business, Enterprise, or Education. Upgrade if needed.
- Create the agent. Navigate to Workspace → Agents → Create New. Name the agent, write the system prompt that defines its role and behavior, choose the tools it can access (web search, code execution, connected data sources), and set its permission scope (which users in the workspace can invoke it).