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

ComponentDescriptionExamples TriggerWhat starts the agent A schedule (“Every weekday at 9am”) or a manual run (“Run now”). Process and skillsThe steps the agent follows to complete the task the way you expect Reviewing inputs, checking for missing information, drafting an output, and handing it off or taking the next action. Tools and systemsThe approved tools and integrations the agent can use to gather information and, if allowed, take actions.Slack, a CRM, internal documentation, a ticketing system, or a shared document

Agents are most useful when the work is:

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)

See some examples of agent breakdowns below:

Marketing campaign summary agentProduct feedback triage agentSales pipeline summary agent Objective:What is the overall goal of the agent?Analyze campaign performance and recommend optimizations Summarize new product feedback and route to the right owners Monitor pipeline changes and highlight risks and opportunities Trigger:What starts the work?Every Monday at 10 AM Form submission from Slack Every weekday at 8 AM Process:What steps should it follow?Pull KPIs, identify trends, draft a summary, propose next steps, assign owners Review feedback, group related items, summarize key themes, suggest owners for follow-up Review pipeline, flag risks, propose next steps Tools:What systems or applications do you need access to?Analytics tools and a shared summary document Slack, ticketing system, and a summary document CRM, email or Slack, and a pipeline tracker Governance:What controls do you need? When should it stop and escalate?Draft recommendations; approval required before budget changes Create draft tickets; escalate high-priority issues; approval required before submission Draft insights and recommendations; notify owners; no direct outreach without approval

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

WorkflowHow it worksExample use cases Briefing

Pull information from multiple places, distill it, and package it into something decision-ready.1) Collect inputs

2) Compare and extract key signals

3) Summarize for audience

4) Share as doc, memo, or briefingSales: Build account briefing from CRM, calls, Slack, and news.

Marketing: Compile campaign or competitor recaps from analytics, social, and docs.

Exec: Produce daily industry briefs with recommendations Triage and routing

Process inbound items and ensure they reach the right next step 1) Review inbound items

2) Categorize and prioritize

3) Route or create next-step artifact

4) Notify owner and requesterSupport: Turn feedback into bugs, feature requests, or follow-ups.

IT/Ops: Handle internal requests in Slack and route by urgency.

Recruiting: Screen inbound candidates and move them into the right path. Analysis and recommendation

Interpret data or evidence, form a point of view, and turn that into a first deliverable.1) Pull source data

2) Analyze patterns, gaps, and tradeoffs

3) Form recommendation

4) Draft memo, deck, spreadsheet, or emailFinance: Reconcile budget vs. actuals and draft a manager memo.

Product/Research: Analyze user feedback and propose priorities.

Procurement: Compare vendor quotes, create decision matrix, and draft PO email. Content creation

Create or update content, then tailor it for a specific audience or channel.1) Generate first draft from notes or source material

2) Edit for tone and accuracy

3) Tailor to audience and channel

4) Publish or sendMarketing: Turn a brief into campaign assets and circulate for feedback.

Manager: Turn notes into onboarding plan or training module.

Sales: Write follow-up emails, QBR summaries, or stakeholder recaps. Planning and coordination

Turn goals into scheduled work and system updates 1) Build plan from constraints

2) Check dependencies and availability

3) Take action or prepare action

4) Update systems and notify peoplePM/Chief of Staff: Block work, schedule meetings, and update trackers.

Events: Coordinate off-sites, registrations, or travel plans.

Admin: Manage forms, reminders, orders, bookings, and follow-ups.

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

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.

## Continue learning with OpenAI Academy

Discover additional guides and resources to help you build practical AI skills.

Using custom GPTs OpenAI Academy Apr 10, 2026

Using projects in ChatGPT OpenAI Academy Apr 10, 2026

Using skills OpenAI Academy Apr 10, 2026

Our Research * Research Index * Research Overview * Research Residency * Economic Research

Latest Advancements * GPT-5.4 * GPT-5.3 Instant * GPT-5.3-Codex * GPT-5

Safety * Safety Approach * Security & Privacy * Trust & Transparency

ChatGPT * Explore ChatGPT(opens in a new window) * Business * Enterprise * Education * Pricing(opens in a new window) * Download(opens in a new window)

Sora * Sora Overview * Features * Pricing * Sora log in(opens in a new window)

API Platform * Platform Overview * Pricing * API log in(opens in a new window) * Documentation(opens in a new window) * Developer Forum(opens in a new window)

For Business * Business Overview * Solutions * Contact Sales

Company * About Us * Our Charter * Foundation(opens in a new window) * Careers * Brand

Support * Help Center(opens in a new window)

More * News * Stories * Academy * Livestreams * Podcast * RSS

Terms & Policies * Terms of Use * Privacy Policy * Other Policies

(opens in a new window)(opens in a new window)(opens in a new window)(opens in a new window)(opens in a new window)(opens in a new window)(opens in a new window)

OpenAI © 2015–2026 Manage Cookies

English United States

This editorial summary reflects OpenAI and other public reporting on Workspace agents.

Reviewed by WTGuru editorial team.