Workspace agents

OpenAI Blog News

Summary

This article introduces OpenAI's 'Workspace Agents' in ChatGPT, designed to handle repeatable, structured workflows rather than one-off tasks. It explains the core concepts, anatomy, and best practices for using and building these agents for consistent business processes.

Learn how to build, use, and scale workspace agents in ChatGPT to automate repeatable workflows, connect tools, and streamline team operations.
Original Article Export to Word Export to PDF
View Cached Full Text

Cached at: 05/08/26, 09:43 AM

# Workspace agents Source: [https://openai.com/academy/workspace-agents/](https://openai.com/academy/workspace-agents/) Most ChatGPT users already know how to use AI for one\-off tasks—like drafting, summarizing, brainstorming, or answering questions\. The next phase of AI use is broader and more embedded in day\-to\-day work\. Instead of helping with isolated moments, AI is increasingly being used to support repeatable workflows that depend on shared systems, standard handoffs, consistent outputs, and real\-world constraints like timing, accuracy, and process\. That’s where**workspace agents**in ChatGPT fit\. They’re designed to be used for repeatable workflows—work you’d otherwise do manually, re\-explaining the steps each time, and copying information between tools\. Learn more about workspace agents in our[blog post](https://openai.com/index/introducing-workspace-agents-in-chatgpt/)\. If you’re new to agent building, let’s focus on the core concepts first so when you start building, you’ll know how to set up your workspace agent for consistent results\. ## What is an agent? Generally speaking, an agent is a system that carries out a task with three components: a trigger, a process that may include specialized skills, and tools or systems it can connect to\. Agents are most useful when the work is: - **Repeatable:**The same task comes up regularly - **Structured:**There’s a clear format for the output \(so you can tell if the agent is doing a good job\) - **Time\-based or event\-driven:**It runs on a cadence or is triggered by an event - **Tool\-based:**It requires reading from or writing to systems your team uses For open\-ended thinking, brainstorming, or exploratory writing, regular chat is often a better fit—especially for one\-off tasks\. Agents are also different from traditional API workflows you may have built in the past\. Traditional workflows in other tools are often**deterministic**, meaning each step is explicitly defined, and the system follows the same path each time unless you change the logic\. Agents are more**probabilistic**\. They still operate within instructions, tools, and guardrails, but they use a model to interpret context, make bounded decisions, and adjust how they move through the work\. ## Anatomy of an agent A helpful way to design a workspace agent is to break it into parts\. Think about what you would clarify before handing work to a person: what they are responsible for, when they should begin, what should make them pause or stop, which tools and information they can use, the process they should follow, and the rules they must stay within\. An agent may require access to apps\. Learn more about [apps in ChatGPT\.⁠\(opens in a new window\)](https://chatgpt.com/features/apps/) See some examples of agent breakdowns below: ## Agent workflow examples The examples below can be thought of as**agent workflow patterns**: common, repeatable patterns of work that show up across teams and functions\. Each one represents a core type of workflow an agent can carry out\. The specific tools, data, and outputs may vary, but the underlying pattern stays consistent\. ## Using an agent in ChatGPT You may start by using agents your organization has already built\. Begin by understanding what the agent is designed to do well—what tasks it supports, which tools it relies on, and the kind of output it produces\. Start with a few low\-risk requests to see how it behaves\. Try simple inputs first, then review the results to understand how it approaches the task\. Keep in mind that even a well\-built agent still benefits from human judgment\. You are often the one who knows the broader context, the stakes of the task, and what a good answer should look like\. ## Building your own agent in ChatGPT Once you understand the basics and have identified a strong use case, you can start building your own workspace agent\. You may even already have skills built in ChatGPT\. Workspace agents can use skills in their instructions\. *Note: in ChatGPT Enterprise, access to build agents is controlled by your workspace administrators\.* 1. **Start in plain language:**In the agent builder chat, describe the job the agent should do, what a successful outcome looks like, and any constraints it needs to follow\. The builder can translate this into a clear workflow with defined steps, which you can keep refining in chat or edit directly in the workflow and instructions\. 2. **Choose tools and connectors:**Select the approved apps the agent can use to complete the workflow\. You can also describe the systems the agent needs to access, and the builder will guide you through adding and authenticating them\. 3. **Choose a trigger:**Decide when the agent should run\. An agent trigger is the event that starts the agent running\. For workspace agents, it can be human\-triggered \(someone asks it to do something\), schedule\-triggered \(it runs at a set time\)\. You can use the agent builder chat to set up your trigger using plain language\. 4. **Add guardrails:**Set boundaries, required approvals, and any human\-in\-the\-loop checkpoints for sensitive actions\. You can add these directly into the agent builder chat, and the agent builder will modify the instructions\. ## Testing your agent using preview Agent building works best as an iterative process\. In ChatGPT, the builder is part of that loop\. As you test your agent, use the conversation to understand what happened, spot issues, and refine the instructions step\-by\-step\. Start with a few realistic examples, including both straightforward requests and messier ones with missing context or ambiguity\. This helps you see how the agent behaves and where it may need clearer instructions or guardrails\. ## Editing your agent As you test your agent, it’s expected that the first version won’t be perfect\. When something feels off, there are two effective ways to improve it\. - **Update the instructions directly:**Make small, specific changes in the editor, such as clarifying a step, adjusting the output format, or adding a constraint\. - **Coach it in natural language:**When the issue is less clear, use the builder conversation to work through it\. You can point out what it missed, ask open\-ended questions, or have it explain its reasoning to surface gaps in the instructions\. After making changes, test again to confirm the update worked\. ## Scaling your agents to your team Workspace agents are designed for shared, repeatable work\.[Sharing an agent](https://openai.com/business/workspace-agents/)gives your team a consistent way to complete a task instead of reinventing the process each time\. When you share an agent, be explicit about what it’s for\. In the description, include the task it handles, when to use it, what inputs to provide, and what kind of output to expect\. Shared agents work best when they’re tied to a specific, recurring workflow your team already understands\. Including one or two example prompts can also give others a clear starting point and make adoption smoother\. Remember that workspace admins manage connector and feature access through role\-based access control \(RBAC\), so teammates may need the appropriate permissions for the agent to work with systems like Slack, Gmail, or other tools\.

Similar Articles

Introducing workspace agents in ChatGPT

OpenAI Blog

OpenAI introduces workspace agents in ChatGPT, an evolution of GPTs powered by Codex that enables teams to create shared, long-running workflows and handle complex tasks within organizational permissions.

OpenAI: Workspace Agents for Business

Hacker News Top

OpenAI launches workspace agents for ChatGPT Business and Enterprise plans, allowing teams to build and share AI agents that autonomously handle workflows, integrate with tools, and operate under admin-controlled permissions and audit logs.

Build Hour: Workspace agents in ChatGPT

YouTube AI Channels

OpenAI demonstrated Codex-based Workspace Agents during Build Hours, allowing users to create automated agents that work across systems using natural language in ChatGPT, and showed the complete build process for a meeting preparation assistant.

Introducing ChatGPT agent

OpenAI Blog

OpenAI introduces ChatGPT agent, a unified agentic system combining web browsing, deep research, and conversational intelligence to autonomously handle complex multi-step tasks. The agent can navigate websites, analyze information, run code, and create deliverables while keeping users in control with permission requests.