Microsoft Work IQ APIs go generally available June 16 with consumption-based Copilot Credits pricing
Microsoft's Work IQ APIs reach general availability on June 16, 2026, opening the intelligence layer that powers Microsoft 365 Copilot to any agent builder through three access surfaces: agent-to-agent (A2A), a redesigned remote MCP server, and a REST API.
What
Charles Lamanna, Microsoft's Executive Vice President for Copilot, Agents, and Platform, announced the GA date on June 2 in a post on the Microsoft 365 Blog. The APIs have been in public preview on GitHub ahead of the June 16 launch date.
Work IQ is the layer that processes email, calendar, meetings, chats, files, people, and collaboration patterns continuously to build what Microsoft describes as a semantic index of an organization. Before this launch, that intelligence was available only inside Microsoft's own Copilot products. The new APIs let third-party agents query the same index.
The API surface collapses Microsoft 365 data operations into 10 generic tools, per Microsoft's developer blog. Each tool uses simple verbs (fetch, create, update) paired with resource paths, rather than exposing hundreds of data-specific operations. A getSchema call lets an agent discover data structure at runtime without hardcoded integration logic.
Microsoft's own performance figures, from internal testing published alongside the announcement, put the APIs at two times faster than traditional Microsoft Graph endpoints in run-time-per-second benchmarks, and at 80 percent fewer tokens consumed in coding harnesses. Fortune 500 tenants carry an average Work IQ data footprint of over 600 terabytes, per internal Microsoft data from May 2026.
Why it matters
The pricing model separates Work IQ access from Microsoft 365 Copilot seat licenses. Users without a Copilot license are billed consumptively. Copilot-licensed users get Work IQ included in Copilot experiences and agents, but custom and third-party agent usage is also billed consumptively for them.
The currency is Copilot Credits. Microsoft said pricing carries a fixed component for Tools calls and a variable component for Chat and Context queries. A cost management dashboard in the Microsoft 365 admin center, rolling out starting mid-June, will let IT teams set spending limits per tenant, group, and user, and choose between prepaid or pay-as-you-go credit consumption. Work IQ will be the first product managed through that dashboard, with Copilot Studio to follow.
For agent builders outside Microsoft's ecosystem, the practical effect is that they can now build against the same underlying intelligence that Microsoft's own Copilot surfaces use, without routing every query through Microsoft Graph directly or managing retrieval pipelines on their own. The 10-tool surface and A2A support are designed to reduce the orchestration overhead that has made Graph-based agent development expensive in token and latency terms.
Context and reactions
Microsoft announced Work IQ at Build 2026 alongside a separate announcement of Microsoft Scout, a new personal agent. The company positioned Work IQ as the foundational layer for what it calls "frontier firm" architecture, where AI agents handle multi-step organizational workflows rather than individual queries.
Several enterprise software companies disclosed integrations at launch. SLB embedded Work IQ inside TELA, its energy-sector agentic assistant, to pull organizational context from meetings, documents, and communications into subsurface data analysis. Miro connected its collaborative canvas to Work IQ so that its AI features reflect current Microsoft 365 email, chat, and document activity. HP announced an integration routing scanned documents from its multifunction printers into Copilot-accessible agent workflows.
Authorization uses a Rego-based policy engine rather than static OAuth scopes. Microsoft said this approach evaluates context-aware rules on every request, covering resource paths, request methods, user identity, and data content. All tool calls are logged for audit purposes. A public preview is available at github.com/microsoft/work-iq ahead of the June 16 GA date.
What to watch next
The mid-June admin center dashboard will clarify how enterprise pricing plays out at scale. The key variable is whether consumption costs for high-volume agent deployments land in a range that competes with teams managing their own Graph API integrations. Microsoft has not published per-Credit pricing publicly as of this writing.
Sources
- Announcing the new Work IQ APIs: Microsoft 365 Blog, Charles Lamanna, June 2 2026
- Work IQ: Production-ready intelligence for every agent: Microsoft 365 Developer Blog, Tolga Kilicli, June 2 2026