惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 三生石上(FineUI控件)
S
SegmentFault 最新的问题
阮一峰的网络日志
阮一峰的网络日志
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
雷峰网
雷峰网
Apple Machine Learning Research
Apple Machine Learning Research
WordPress大学
WordPress大学
博客园 - 司徒正美
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
宝玉的分享
宝玉的分享
爱范儿
爱范儿
月光博客
月光博客
The GitHub Blog
The GitHub Blog
M
MIT News - Artificial intelligence
H
Hackread – Cybersecurity News, Data Breaches, AI and More
B
Blog
T
Tailwind CSS Blog
美团技术团队
D
Docker
V
Visual Studio Blog
Martin Fowler
Martin Fowler
博客园 - 聂微东
The Cloudflare Blog

OpenAI News

Using custom GPTs ChatGPT for customer success teams Applications of AI at OpenAI Research with ChatGPT Analyzing data with ChatGPT Financial services Responsible and safe use of AI Writing with ChatGPT ChatGPT for research Creating images with ChatGPT Personalizing ChatGPT ChatGPT for finance teams Getting started with ChatGPT Working with files in ChatGPT Learn ChatGPT workflows for sales teams Prompting fundamentals ChatGPT for managers Using projects in ChatGPT Learn ChatGPT workflows for marketing teams Brainstorming with ChatGPT AI fundamentals ChatGPT for operations teams Healthcare Our response to the Axios developer tool compromise Using skills OpenAI Full Fan Mode Contest: Terms & Conditions CyberAgent moves faster with ChatGPT Enterprise and Codex The next phase of enterprise AI 儿童安全蓝图正式发布 推出 OpenAI 安全研究员计划
Workspace agents
2026-04-22 · via OpenAI News

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.

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 plugins. Learn more about

plugins in ChatGPT.

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 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.