Workspace Agents in ChatGPT: What OpenAI Launched on April 22, 2026
OpenAI’s Introducing workspace agents in ChatGPT post, published on April 22, 2026, is one of the clearest product signals yet that team-level agents are moving from demos into operational software.
OpenAI describes workspace agents as Codex-powered agents for teams. According to the official announcement, teams can create shared agents that handle complex tasks and long-running workflows while operating within the permissions and controls set by their organization.
What Workspace Agents Are
The official post says workspace agents are an evolution of GPTs. OpenAI says they:
- run in the cloud
- can keep working when a user is away
- can be shared within an organization
- can be used in ChatGPT or Slack
OpenAI also says teams can set them to run on a schedule, and that agents can respond in Slack channels as requests come in.
That combination is notable because it bundles three things that are often split across separate products:
- agent creation
- deployment into team communication surfaces
- governance and monitoring
Governance and Controls Are Central to the Launch
One of the strongest parts of the announcement is not the automation itself. It is the control surface around it.
According to OpenAI, users stay in control by deciding:
- what tools and data an agent can use
- what actions it can take
- when it needs approval
The same post says sensitive steps like editing a spreadsheet, sending an email, or adding a calendar event can require permission before the agent proceeds.
For admins, OpenAI says the Compliance API provides visibility into every agent’s configuration, updates, and runs, and that admins can suspend agents if needed.
If you have been following our work on Humans-in-the-Loop architecture, this is one of the more concrete mainstream examples of approval-driven agent deployment.
Availability on April 22, 2026
OpenAI says workspace agents are available in research preview for:
- ChatGPT Business
- ChatGPT Enterprise
- ChatGPT Edu
- ChatGPT Teachers
The same announcement says they were free until May 6, 2026, with credit-based pricing starting on that date.
OpenAI also says more triggers, better dashboards, more business-tool actions, and support for workspace agents in the Codex app are planned next.
Why This Matters for the OpenClaw Ecosystem
OpenClaw is not the same product, but the direction is familiar. The launch shows how fast the broader market is standardizing around:
- long-running shared agents
- Slack-native work intake
- scheduled runs
- approval gates
- admin visibility
Those themes overlap with OpenClaw’s automation and heartbeat patterns, The Multi-Agent Supervisor Pattern, and OpenAI’s updated Agents SDK.