Skip to main content
Microsoft Authorized Reseller — a BlueAlly company

Call a Specialist Today! 877-352-0547

AI agents

AI agents that help run your business

Insights alone don’t move work forward. Operate more efficiently and unlock revenue growth with AI agents that can execute core business processes.

Microsoft Authorized Reseller a division of BlueAlly
Dashboard interface for Microsoft 365 Copilot showing AI agents like Analyst, Researcher, and Learning Coach.
Microsoft Authorized Reseller
Backed by BlueAlly
Certified product experts
Consulting & managed services
Leasing & financing
Why Microsoft

Agents purpose-built for business

Integrated where you work

Turn Copilot into an interactive workspace with agents. Use them to analyze Excel data, send an email, update records in your go-to work apps, and more—without leaving the chat.

Built on Work IQ

Say goodbye to generic AI assistance. Tap into the intelligence layer that gives Copilot and agents the context needed to fine-tune every output to you, your job, and your company.

Secured by Microsoft

Have peace of mind with Agent 365, the end-to-end control plane where you can observe, secure, and govern every agent across your entire organization—all in one place.

Agent 365

Introducing Microsoft Agent 365

Meet the control plane, where IT can observe, secure, and manage your organization’s agents—all in one place.

Agents by Microsoft

Transform your business with agents by Microsoft

Discover how the right agents can transform the way your team gets work done.

Use agents to boost productivity

Agents in Microsoft 365 Copilot help with everyday tasks and processes. All agents are included with a Copilot license.

Researcher

Tackle complex, multistep research across your work data and the web

Researcher securely reasons, researches, and executes across public and gated web content to uncover deeper insights, act, and create richer reports—all grounded in your org’s data and the web.

Analyst

Go from raw data to insights in minutes

Analyst uses a research model optimized for data analytics to help make sense of your complex data in moments.

People Agent

Quickly find and connect with colleagues

The People Agent surfaces all people-related insights in one place, helping you quickly find colleagues based on role or skills, view top collaborators, and prepare for upcoming meetings or conversations.

App Builder

Build working apps in minutes

Streamline tasks with custom apps built by you and your team and grounded in your work data—ready to use and easy to share.

Workflows Agent

Automate personal and team workflows quickly

Boost productivity for yourself and your team, without switching apps. Workflows Agent helps you create, manage, and test workflows for Microsoft 365—right inside Copilot.

Workforce Insights Agent

Make informed workforce planning decisions

Use the agent to get real-time answers and detailed reports about your organization, helping you optimize team composition, monitor hiring trends, and improve organizational health—fast.

Learning Agent

Stay ahead with personalized upskilling

Learning Agent helps train your workforce on important role-specific and AI skills, surfacing tailored tips, curated learning courses, and interactive role-playing exercises.

Work IQ API

How does an agent get to Microsoft 365 data?

Through the Work IQ API rather than by wiring up your own calls. Three endpoint types, so the choice comes down to what your agent runtime already speaks.

A2AAgent-to-agent collaboration. Agents delegate work to each other and maintain continuity.
Remote MCP serverThe tool surface. Direct access to Microsoft 365 data plus the ability to act on it.
REST APIWeb application interactions.

Usage is independent of Microsoft 365 Copilot licensing and available through usage-based billing. Enterprise governance plus cost management controls are available in the Microsoft 365 admin center.

Licensing is the part that catches people out. Work IQ API access does not ride on a Copilot seat. For Copilot licensed users it is available in all Microsoft 365 Copilot experiences and agents, billed on usage for custom and third-party agents. Users without a Copilot license are billed on usage too. Cost is variable and gets managed in the Microsoft 365 admin center.

What a Copilot seat itself costs is a separate question: Copilot plans and pricing has the per-user figures. For the business read on Work IQ rather than the developer one, see Microsoft 365 Copilot, powered by Work IQ.

Capability detail from Microsoft’s Work IQ overview for developers, last updated June 17, 2026.

MCP tools

What does the Work IQ MCP expose?

Ten generic tools. The Work IQ MCP collapses hundreds of operations into that set, giving direct access to Microsoft 365 data plus the ability to act on it.

How the surface splits

Tools are simple verbs such as fetch, create and update
Resource paths define what the agent is working on
Direct access to Microsoft 365 mail, calendar, files, people, chat and sites
The ability to act on that data, not only read it
Agents discover how data is structured at runtime, which turns every data source into a self-describing interface

Splitting verbs from paths is why the surface stays small while staying extensible as new data sources appear. You write against ten tools once instead of re-integrating every time another source lands.

Runtime discovery is the part worth reading twice. An agent needs no predefined model of your data to work with it. It can ask what exists, how it is organized and how to interact with it.

Workspaces

Where does an agent keep its working state?

In SharePoint Embedded working storage, inside your Microsoft 365 tenant boundary. Long-running workflows need somewhere to park intermediate data between steps. Workspaces are that somewhere.

Reliable task progression

Working storage holds intermediate data across the steps of a long-running workflow.

Reuse of results

Outputs stay available for later steps in the same piece of work.

Handoff across agents

One agent’s outputs are reachable by the next agent or experience on the same task.

The boundary is the part IT asks about first. This is persistent space within your own Microsoft 365 tenant, holding intermediate data plus outputs while a workflow runs.

Authorization

How are agent permissions enforced?

Not with hundreds of static OAuth scopes. The Work IQ MCP uses a small set of broad permissions to set high-level access boundaries, then a Rego-based policy engine enforces detailed, context-aware rules on every request.

What the policy engine evaluates per request

Resource paths
Request methods
User identity
Data content

Actions are user scoped. Every request runs in the context of a specific user, reaching only what that user is allowed to see or do.

Every tool invocation is logged and evaluated, which is what makes auditability, usage analytics, rate limiting plus real-time compliance enforcement possible across agents and data sources.

Work IQ + Agent 365

How do Work IQ and Agent 365 fit together?

Work IQ is what an agent reads. Agent 365 is where a tenant decides whether it may. MCP servers are the join, which is why the same server list turns up in a builder conversation as well as an admin one.

Inside Microsoft 365Agents built for Microsoft 365 apps, such as with Agent Builder in Microsoft 365 Copilot, do not require separate connectors like APIs or MCP servers to access Work IQ.
Outside Microsoft 365For custom agents, MCP servers are the primary mechanism for connecting those agents to Work IQ.
Per serverEach Work IQ MCP server represents a scoped slice of Microsoft 365 signals such as email, calendar, Teams activity or SharePoint content.

Choosing servers is how a builder declares intent: which types of enterprise context the agent needs, how broadly it should reason across work signals, where governance boundaries apply.

How Microsoft states the control point

Our administrators decide which Work IQ MCP servers are enabled in the tenant and which of our builders are allowed to use them. This ensures that extending intelligence beyond Microsoft 365 remains a deliberate choice rather than an accidental one.

None of that widens what a request can reach. MCP servers enforce existing permissions, labels, and tenant policies, on top of the user-scoped authorization model above. Which admin owns which part of a running agent is a tenant question rather than a developer one: Agent 365 and the four admin roles has that split, and the permission-trimming detail sits on Work IQ in Microsoft 365 Copilot.

Extending Agent 365 onto your own agents

Developer Portal now supports management and configuration of Agent Blueprints allowing developers to extend Agent 365 capabilities to their agents including enterprise-grade identity, observability, notifications, security, and governed access to Microsoft 365 data.

Control-point wording from Microsoft Digital’s Inside Track account of running Work IQ. Agent Blueprints from the Microsoft 365 Copilot release notes, February 10, 2026.

Frequently asked questions

Buying through BlueAlly

What we do alongside the licence

SoftSolutionWorks.com is backed by BlueAlly, an authorized Microsoft reseller. As well as supplying the licences, we can help you choose the plan, deploy it, and finance it.

Plan selection. Compare the Microsoft 365 business and enterprise plans against your user count and what the team needs to do — business plans, enterprise plans.
Certified product experts. Advice from certified product experts, and we can bring you together with the presale engineering team.
Consulting and managed services. A full range of consulting, professional and managed services — see consulting.
Leasing and financing. Financing options are set out on leasing.
Sector quoting. For education, government and nonprofit buyers.

Get a quote

Tell us the user count and what the team needs to do. We’ll come back in writing.

Microsoft Authorized Reseller — backed by BlueAlly. Or email [email protected].