Copilot Studio

What on Earth is a Copilot Studio Harness?

7 September 2026 · 7 min read

Stephanie Stasey in a red blazer adjusting her glasses by a window

If you've been exploring the latest version of Copilot Studio, you've probably stumbled across a new term: Harness. And if your first reaction was "Microsoft has invented another confusing AI word", you're not alone.

The good news? Once you understand what a harness is, a lot of the recent changes in Copilot Studio suddenly make sense. More importantly, it helps you decide what type of AI agent you should build and how much it might cost to run.

Explain Like I'm 5

Imagine you've just hired a very capable assistant. You tell them: "Please organise my birthday party." They need to:

  • Book a venue
  • Send invitations
  • Order a cake
  • Remember who is coming
  • Chase people who haven't replied

Now imagine they have a manager sitting next to them. The manager decides:

  • What task should happen next
  • Whether a tool needs to be used
  • What information should be remembered
  • What to do when something goes wrong

That manager is effectively the harness. The AI model provides the intelligence. The harness coordinates the work.

Without a harness, the AI is just answering questions. With a harness, the AI can actually get things done.

So What Is a Harness?

Microsoft describes a harness as the layer that sits between your AI agent and the underlying AI model. Its job is to:

  • Manage context
  • Handle reasoning
  • Decide which tool to use
  • Control workflows
  • Coordinate actions

Think of it as the operating system for your agent.

There Are Now Three Harnesses

Microsoft currently offers three different harnesses inside Copilot Studio. Each is designed for different levels of complexity.

1. GitHub Copilot Harness

This is the new kid on the block and the most powerful option available today. It became generally available in August 2026. This harness can:

  • Break goals into multiple steps
  • Recover from failures
  • Use tools dynamically
  • Work with connectors
  • Access knowledge sources
  • Use MCP servers
  • Create Word, Excel, PowerPoint and PDF documents
  • Store memory
  • Use reusable skills

Imagine asking an AI agent: "Process these 200 invoices, compare them against purchase orders, flag exceptions and notify finance." That's the type of task this harness is built for.

2. Standard Harness

The middle option, suited to agents that need to follow defined processes and use tools, without the full multi-step autonomy of the GitHub Copilot Harness.

3. Classic Harness

The familiar Copilot Studio experience built around topics and conversation flows. Best for question-and-answer style agents and existing solutions you've already built.

Topics vs Skills

Historically, building a Copilot Studio agent meant creating topics: trigger phrases, conversation flows, decision trees and branching logic. You essentially mapped out every route manually.

With the GitHub Copilot Harness, Microsoft is moving towards Skills. Instead of building complex decision trees, you simply describe what the agent should do. The AI works out:

  • When to use the skill
  • How to execute it
  • When to switch to another skill

Skills can also be reused across multiple agents, making them much more scalable than traditional topics. For organisations building lots of agents, this is a significant shift in how solutions are designed.

Do I Need a GitHub Copilot Licence?

Short answer: No. Despite the name, a GitHub Copilot licence isn't required. You simply need:

  • Copilot Studio access
  • Copilot Credits allocated to your environment

The "GitHub Copilot Harness" name refers to the underlying orchestration technology rather than a licensing dependency.

The Bit Everyone Needs to Understand: Copilot Credits

This is where many organisations get caught out. With the GitHub Copilot Harness, credits are consumed while you're:

  • Building
  • Testing
  • Previewing
  • Running evaluations

Not just when the agent goes live. That's a big change. Historically, many makers could experiment freely before publishing. With the new harness, experimentation itself has a cost attached.

Three Things Most People Will Miss

1. Billing Starts Earlier

Credits start being consumed during development, not only after publication.

2. You Can't Switch Harnesses Later

Choose carefully. Once an agent is created on one harness, it can't simply be moved to another.

3. No Credits Means No Agent

If your environment runs out of assigned Copilot Credits:

  • Agents stop responding
  • Testing stops working
  • Authoring experiences are restricted

In other words, no credits means no AI.

My Take

The arrival of the GitHub Copilot Harness is one of the biggest changes we've seen in Copilot Studio. Microsoft is moving away from manually building conversation trees and towards describing outcomes.

Less: "If the user clicks this button, follow this path."

More: "Here's the goal. Work out how to achieve it."

For organisations looking at sophisticated AI agents that can reason, plan and take action across business systems, that's incredibly powerful. Just keep one eye on your Copilot Credits while you're experimenting. As anyone who's ever handed a corporate credit card to an enthusiastic innovation team knows, costs have a funny way of scaling faster than expected.

More posts