ChatGPT Workspace Agents Are Live: How to Build Your First Team AI Workflow Today
OpenAI launched Workspace Agents on April 22, 2026 — the successor to Custom GPTs that runs in the cloud and automates repeatable team workflows.
What Are ChatGPT Workspace Agents?
ChatGPT Workspace Agents are cloud-based AI workflows that your team can build once, share across the organisation, and run automatically — even when no one is actively chatting with them. Launched by OpenAI on April 22, 2026, they are the direct successor to custom GPTs, powered by Codex, and designed to handle repeatable end-to-end work tasks without requiring a developer to set them up.
Unlike a standard ChatGPT conversation, a Workspace Agent does not wait for you to type a prompt every time. You define the workflow once — the steps, the tools, the schedule — and the agent executes it on autopilot. It can run on a timed schedule, respond to messages in Slack, or activate when triggered by a specific event.
As of launch, Workspace Agents are available to ChatGPT Business, Enterprise, Edu, and Teachers plan subscribers. OpenAI has made the feature free to use until May 6, 2026, after which it moves to a credit-based pricing model.
How Are Workspace Agents Different from Custom GPTs?
Custom GPTs, introduced in 2023, were essentially pre-configured chat personas. You gave them a system prompt, some knowledge files, and maybe a web-browsing capability — but they still lived inside a chat interface and required a human to initiate every interaction. Workspace Agents are a fundamentally different architecture.
The three critical differences are:
--- They run in the cloud without human input. A Workspace Agent can check your CRM for new leads every morning at 8am, prepare a summary, and post it to your Slack channel — all without anyone opening ChatGPT.
--- They connect to real tools. Workspace Agents integrate natively with Slack and Salesforce at launch, with more connectors coming. According to OpenAI's April 22 announcement, integrations with additional enterprise tools are on the roadmap for Q2 2026.
--- They are shareable across a team or organisation. Build an agent once, publish it to your workspace, and every team member can use the same workflow. Admins on Enterprise plans can control who can build, edit, or deploy agents via role-based permissions.
Custom GPTs remain useful for one-off Q&A tasks and document chat. But for anything that needs to happen repeatedly, consistently, and without manual triggering, Workspace Agents are the replacement.
How Do You Create a Workspace Agent in ChatGPT?
Creating a Workspace Agent requires no coding knowledge. The process takes approximately 15 minutes for a basic workflow. Here is the exact path:
--- Step 1: Open ChatGPT and click Agents in the left sidebar. If you are on a Business, Enterprise, Edu, or Teachers plan, this tab will be visible.
--- Step 2: Click Create Agent and describe the workflow you want to automate in plain language. Example: "Every Monday at 9am, pull the top 10 open support tickets from Slack #support-queue, summarise them by priority, and post the summary to #team-digest."
--- Step 3: ChatGPT will walk you through each configuration step — defining workflow steps, connecting tools, setting the trigger (schedule or event), and testing the agent with a dry run.
--- Step 4: Publish the agent to your workspace so teammates can discover it from their own Agents tab.
The key insight here is that the setup conversation is itself a guided process. You do not need to understand how Codex works under the hood. Describing the workflow in the same language you would use to brief a junior colleague is sufficient.
What Can You Actually Automate? Real Use Cases
The practical value of Workspace Agents depends on matching them to the right task type. They excel at work that is repetitive, data-driven, and requires assembling information from multiple sources. Here are four use cases that work well at launch:
Weekly Performance Digest
Trigger: Every Friday at 4pm.
Action: Pull KPIs from your connected data source, write a 300-word executive summary with key wins and flags, post to #weekly-digest in Slack.
Result: Your team shows up to Monday ready instead of spending the first hour of the week reconstructing last week.
New Lead Preparation
Trigger: New record added to Salesforce.
Action: Research the company, pull LinkedIn company info, write a 5-bullet client brief.
Result: Sales reps walk into every call with context already prepared.
Content Brief Generator
Trigger: Message in Slack with a specific keyword (e.g. "brief:").
Action: Read the keyword, generate a structured content brief using a predefined template, post back to the thread.
Result: A content team gets a first draft brief in 90 seconds without opening a separate tool.
Meeting Prep Report
Trigger: 1 hour before a calendar event (via Salesforce integration).
Action: Pull CRM history on the client, recent emails, and open tasks. Summarise in 5 bullet points.
Result: Account managers are always briefed before client calls.
According to OpenAI's Academy guide for Workspace Agents, the platform is specifically designed for "repeatable, end-to-end work" — which means the more standardised and predictable your workflow, the better the agent will perform.
How Do You Deploy a Workspace Agent in Slack?
Slack integration is one of the most immediately useful deployment options at launch. Once connected, your Workspace Agent lives inside Slack as if it were a team member — picking up requests from messages, running its workflow, and replying to threads.
To deploy in Slack: After creating your agent in ChatGPT, select Deploy to Slack from the agent settings. Connect your Slack workspace (admin permission required). Define the trigger — either a keyword in a specific channel, an @mention of the agent, or a scheduled time.
Once live, teammates interact with it directly in Slack without needing to open ChatGPT. A common pattern is to create a dedicated channel (e.g. #ai-briefs) where team members post requests and the agent responds with structured outputs.
One practical note: Slack deployment works best for tasks with a clear input → output structure. If the request requires extensive back-and-forth clarification, a conversational ChatGPT session will still serve better than an agent.
What Are the Limits and Gotchas to Know Before You Build?
Workspace Agents are powerful, but they have real constraints you should know before investing time in setup.
Pricing after May 6: The credit-based model OpenAI announced means that high-frequency agents (running multiple times per day) can accumulate costs quickly. Plan for this before going into production — especially for agents that make many API calls per run.
Integration scope at launch: Only Slack and Salesforce connectors are available in the April 22 release. If your workflow requires Notion, HubSpot, Jira, or Google Workspace, you will need to wait for future integrations or use a workaround (Zapier can bridge some gaps).
Admin approval required for Enterprise: On Business plans, any team member with access can build and deploy. On Enterprise plans, admins must enable agent creation for individual users. If you are in an Enterprise environment, check with your admin before building.
Agents cannot reason across private files not explicitly connected: Unlike a chat session where you upload a file, an agent needs explicit tool connections to read external data. If the data source is not connected, the agent cannot access it.
Dry-run testing is mandatory: Always run a test before deploying to Slack or scheduling a recurring run. The agent will execute literally — including posting to public channels. Skipping the test is how agents post half-finished reports to your team at 8am on a Monday.
Try It Now: Build Your First Workspace Agent in 15 Minutes
Here is a copy-paste-ready prompt to create your first Workspace Agent. Use this as your starting message when you click "Create Agent" in the Agents tab:
Try This Prompt:
Create a weekly digest agent. Every Friday at 4pm Hong Kong time, it should: (1) ask me to paste this week's top 3 wins and 2 challenges in a follow-up message, (2) format them into a clean 200-word team update, and (3) provide the formatted text ready to copy into Slack. The tone should be clear and professional, not corporate.
This is intentionally simple — it does not require Slack integration or Salesforce. You can build and test it in under 15 minutes, understand how the workflow configuration works, and then extend it to more complex automations once you are comfortable with the interface.
The goal is to get one agent live and running by end of day. That first working agent will teach you more about what Workspace Agents can and cannot do than any amount of reading.
What This Means for How You Work With AI
Workspace Agents represent a meaningful shift in how ChatGPT fits into a professional workflow. Until now, AI tools in most organisations have been personal productivity tools — one person, one chat window, one task at a time. Workspace Agents make AI a team-level resource that operates continuously in the background.
The practitioners who will get the most out of this are not the ones who build the most complex agents. They are the ones who identify one high-friction, repetitive task in their workflow, automate it cleanly, and free that time for higher-judgment work. Start with one workflow. Get it right. Then scale.
懂AI的冷,更懂你的難 — UD 同行28年,讓科技成為有溫度的陪伴。 When a new tool like Workspace Agents launches, the question is never "is this useful?" — it is "which part of your specific workflow does this unlock first?"
把 AI 真正融入你的工作流程 🚀
UD AI Employee Hub provides your team with AI tools designed for real business workflows — not just chat demos. We'll walk you through every step, from identifying which tasks to automate first to deploying tools your whole team can use.