SOLUTION · AI AGENT PLATFORM

Microsoft Copilot Studio

Design task-specific agents in natural language and deploy them to Teams and web channels. Connect directly to your ERP through MCP.
A platform where the people who know the business build the agents themselves, and IT governs them under the same framework as human accounts.

MAKE

Build

Attach instructions, knowledge, and tools — no code required.

WORK

Work

Reason from your own company data, and act even on systems with no API.

GOVERN

Govern

IT manages agents under the same identity, permission, and audit framework as human accounts.

Design task-specific AI Agents in natural language and deploy them to Teams and web channels.

Design
Natural-language instructions + knowledge sources + actions
Connect
MCP reaches D365 F&O data and can execute business tasks
Billing
Based on work processed, not seats
Governance
Environment separation · DLP · activity tracking
WHAT CHANGED

From a Chatbot-Building Tool to an Agent Operations Platform

Six changes in 2026 that make Copilot Studio worth a second look.

From Conversation to Action
01 · COMPUTER USE

Computer-use agents are now generally available. Even legacy systems and portals with no API can be handled through screen operation.

Combining Rules With Judgment
02 · AGENT NODE

Insert an agent node into a workflow to confine autonomy to exactly the point where it's needed.

The Touchpoints Already Exist
03 · CHANNELS

Agents surface inside Teams, Outlook, and M365 — no need to train users on a new portal.

You Keep Model Choice
04 · MULTI-MODEL

Choose a model per agent, and connect to third-party agents via MCP and A2A.

Control Lives at the Identity Layer
05 · IDENTITY

Register and audit agents with Entra Agent ID and Agent 365, under the same credentials as human accounts.

Your Harness Choice Is Your Cost Structure
06 · UNIT COST

The key comparison question is no longer "how many people use it" but "what does it cost to process one case." The August 2026 general availability of the GitHub Copilot harness made this standard even clearer.

PRODUCT LAYERS

Copilot Studio Sits in the 'Build' Layer

The Microsoft AI stack breaks into four layers — consume, build, pro-code, and govern. Each layer has different users and roles.

Consumption Layer

Microsoft 365 Copilot

The off-the-shelf Copilot experience. Supports documents, email, and meetings.

All employees
Build Layer · Low-Code

Copilot Studio

Builds and orchestrates custom agents and workflows.

Business power users · functional consultants · developers
Build Layer · Pro-Code

Foundry / Agent Framework

Model customization and code-based agent development.

Developers · data scientists
Governance Layer

Agent 365 · Entra Agent ID · Purview

Agent registration, identity, permissions, DLP, threat detection, and auditing.

IT · security administrators
It runs on Power Platform. With Dataverse as the data layer, it inherits 1,400+ connectors as-is — the Power Platform assets you already own become the agent's means of execution.
3 HARNESSES

In 2026, a Third Harness Reached General Availability

A harness is the execution framework that lets an agent plan, reason, and interact with tools and systems. Which harness you choose determines both the agent's capability and how it's billed.

HARNESS 01

Copilot Chat

The same harness used by Microsoft 365 Copilot Chat. Well suited to customizing the chat experience.

Billing — Included within fair-use limits for M365 Copilot license holders; existing fixed rates apply otherwise
HARNESS 02

Standard

Used by most agents currently built in Copilot Studio. Well suited to conversational agents built from rule-based topics.

Billing — Included within fair-use limits for M365 Copilot license holders; existing fixed rates apply otherwise
HARNESS 03

GitHub Copilot

Built on the GitHub Copilot SDK, it automates complex business processes with many steps, multiple reference sources, and ambiguous judgment calls.

BillingUsage-based billing, independent of M365 Copilot licensing. Calculated from the model chosen, organizational context, tools, and runtime usage
Frontier Reasoning Models

Choose the latest frontier-class reasoning models to handle long, multi-step tasks.

Agentic Loop

Plans, reasons through problems dynamically, and executes by combining skills and workflows.

Connects to External Tools & Agents

Connects to tools and agents on other platforms, and produces multi-format outputs.

A New Build Environment

Agent Designer and a visual workflow canvas. Supports adding agent nodes and evaluating workflows.

Existing harnesses stay exactly as they are. Copilot Chat and Standard continue to support both existing agents and new builds, so there's no need to migrate agents you're already running. You choose a harness based on the nature of the work.

Source — Microsoft Copilot Studio official blog, August 3, 2026. Natural language authoring will roll out in phases.

6 COMPONENTS

An Agent Is Built From Six Components

No code required — you configure it by defining and connecting each component.

Instructions
INSTRUCTIONS

Define role, tone, scope, and restrictions in natural language.

e.g., Never finalize a price change — only generate an approval request
Knowledge
KNOWLEDGE

Grounds responses in SharePoint, Dataverse, Fabric, the web, and external systems.

e.g., Procurement policy documents, vendor master, standard cost tables
Tools
TOOLS

Calls connectors, Power Automate flows, MCP servers, and custom APIs.

e.g., Look up purchase orders, trigger approval workflows, send email
Skills
SKILLS

Describes task procedures in Markdown, loaded only when needed.

e.g., Month-end open-item review procedure, new vendor screening
Workflows
WORKFLOWS

A deterministic procedure. An agent node can be inserted mid-flow.

e.g., Receive invoice → extract line items → auto-process or escalate
Channels
CHANNELS

Specifies the surfaces where the agent is exposed.

e.g., Teams, M365 Copilot, internal portal, web chat
Quality is decided by grounding data, not the model. Knowledge connections honor existing SharePoint and OneDrive access permissions as-is. An agent built without first organizing scattered documents gives wrong answers — which is why we address knowledge-source cleanup early in implementation.
COMPUTER USE

Automating Even API-less Systems Through Screen Operation

Generally available in 2026. If a person can do it on screen, it can be automated.

Until Now
  • Automation scope was limited to systems that could be integrated
  • In-house systems, groupware, and bank, customs, and logistics portals with no API were out of reach
  • Conventional RPA was fragile to screen changes, creating a heavy maintenance burden
  • People had to log into portals daily to repeatedly check status
After General Availability
  • Operates web and desktop apps like a person, with credentials managed securely
  • Resilient — adapts to screen changes
  • Choose a model per scenario — prioritize precision, or prioritize speed and cost
  • Can be inserted as a single step inside a workflow
WORKFLOW × AGENT

Autonomy Only Where Judgment Is Needed

Insert an agent node between deterministic workflow steps. The example below is an invoice-processing flow.

WORKFLOW
Receive invoice email
WORKFLOW
Extract document line items
AGENT NODE
Match against PO/receipt,
then judge whether to process
WORKFLOW
Auto-process within tolerance;
escalate with rationale if exceeded
Where to Keep Rules

Segments where the procedure can be fully written out and identical input must yield identical output. High reproducibility and audit readiness.

Where to Hand Off to an Agent

Segments where input format varies each time and contextual reasoning is required. Keep a human approval step where the cost of a wrong call is high.

VS POWER AUTOMATE

It Doesn't Replace Power Automate — It's a Layered Relationship

Which one to use comes down to three questions: Can the procedure be fully written as rules? Does the input format vary each time? Is the cost of a wrong call high?

ComparisonPower Automate — WorkflowCopilot Studio — Agent
Processing modelExecutes a defined procedure exactly (deterministic)Given a goal, constructs its own procedure (non-deterministic)
TriggerEvent · schedule · buttonEvent · schedule + user conversation + signal detection
Input typeStrong with structured and semi-structured dataUnstructured — strong with email bodies, documents, and conversation
Exception handlingEvery branch must be mapped out in advanceJudges from context and escalates to a person when needed
Reproducibility & auditVery high. Identical input yields identical outputRelatively lower. Requires logging, evaluation, and guardrail design
Best fitClear-cut, repetitive processing with well-defined rulesJudgment, interpretation, inquiry response, and exception handling
Billing unitFlow runs · license-basedBased on Copilot Credit consumption
GOVERNANCE

Agents Governed Under the Same Framework as Human Accounts

Ownerless agents, excessive permissions, and prompt injection are real risks. Governance spans six areas.

AreaWhat's ProvidedStatus
Agent identityEntra Agent ID — assigns a formal identity, manages permissions and lifecycle, and logs activityGA
Enterprise control planeAgent 365 — a full agent catalog, visibility, and unified managementGA
Conditional accessConditional access and identity protection for agentsPhased
Network controlAllows only approved destinations, filters risky file movement, and blocks prompt-based attacksGA
Data protectionPurview sensitivity labels and DLP. Excludes external outbound email from response groundingActive
Cost controlAgent usage estimator and cost dashboard in the admin centerExpanding

Release status reflects publicly available information as of 2026 and changes quarterly. We'll reconfirm against the latest documentation when you're evaluating adoption.

Start Your First Agent With a 30-Day Pilot

Validate per-case cost and impact with a single lookup-type agent, then scale within a controlled governance framework.

Request a Consultation