n
Yes, in two specific ways. First, agents that run inside Microsoft 365 Copilot, Teams or SharePoint for authenticated Microsoft 365 Copilot licensed users are zero rated, so internal agents can be built and used without drawing Copilot Credits. Second, you can build the agent on Azure AI services directly, which bills on Azure consumption instead of the Copilot Credit meter.
One caveat we will be honest about up front. Zero credit does not mean zero cost. It means you stop paying on a meter you cannot tune and start paying on one you can.
Copilot Credits are the billing currency for agent activity across Copilot Studio and related Microsoft agent surfaces. The pricing model moved from per message to per credit in September 2025.
You buy capacity two ways:
Two rules catch teams out:
Key Statistics:
Gartner’s Q1 2026 survey found that 80% of enterprise applications shipped or updated that quarter now embed at least one AI agent, up from roughly a third in 2024 — while a separate Gartner CIO survey found only 17% of organizations have deployed agents at scale, with over 60% planning to within two years (Gartner, 2026 Hype Cycle for Agentic AI). That gap between intent and production is exactly where credit-burn surprises happen.
Where credits go
This is the table that matters. The cost of your agent is decided by its design, not by the headline pack price.
| Agent activity | Approximate credit cost |
| Classic answer (scripted topic) | 1 credit |
| Generative answer | 2 credits |
| Agent action or tool call | 5 credits |
| Microsoft Graph tenant grounding | 10 credits per query |
| Agent flow actions | 13 credits per 100 actions |
| Autonomous agent trigger | 25 credits, always billed |
| Premium AI tools and reasoning | up to 100 credits per 10 responses |
Read that list again and the design implications become obvious.
Always confirm current rates against the Microsoft Learn billing rates table before you commit budget. Microsoft updates them.
The cheapest agent is the one Microsoft already includes.
What is zero rated (subject to fair use limits):
What is never zero rated:
Practical design rules:
Read the full BI Copilot case study →
When you need external users, high volume, or full control over model behaviour, move the agent off the Copilot Credit meter entirely and build it on Azure. You then pay Azure consumption: tokens, compute, storage and search.
Component mapping:
| Copilot Studio component | Azure native equivalent | Billing basis |
| Agent orchestration | Azure AI Foundry Agent Service, Microsoft Agent Framework or Semantic Kernel | Tokens and compute |
| Generative answers | Azure OpenAI model deployment you own | Per token |
| Tenant grounding | Azure AI Search index over SharePoint and Graph content | Search tier plus storage |
| Agent actions | Azure Functions, Logic Apps or custom APIs | Per execution |
| Agent flows | Durable Functions or Logic Apps workflows | Per action |
| Channel surface | Bot Framework, Teams app or your own web client | Hosting only |
| Document processing | Azure AI Document Intelligence | Per page |
What you trade away: low code speed, built in channel connectors, and the governance scaffolding Copilot Studio gives you for free. This route needs real engineering.
Read the full Azure OpenAI chatbot case study →
Beyond Key’s Enterprise RAG Chatbot Development practice specializes in exactly this kind of Azure-native, credit-meter-free build.
Sometimes the platform is already chosen. These patterns reduce consumption without reducing capability.
Beyond Key has also applied the same “workflow-first, generative-second” discipline to a SharePoint document automation build for a New York–based insurance software company, replacing manual, repetitive approval and update-request tasks with structured Power Automate flows rather than open agent conversations. Read the Power Automate case study →
| Scenario | Recommended route |
| Internal helpdesk or HR agent, all users M365 Copilot licensed | Route 1, zero rated |
| Public website or customer support agent | Route 2, Azure native |
| High volume document processing | Route 2, Azure native |
| Fast internal pilot with low code team | Route 3, tuned Copilot Studio |
| Regulated workload needing full model and data control | Route 2, Azure native |
| Mixed internal and external audience | Split the agent, Route 1 plus Route 2 |
Prove it before you scale it
Whichever route you choose, instrument it from day one.
One more planning note. Microsoft has signaled that AI Builder capabilities move to Copilot Credit billing from late 2026. If your automation estate leans on AI Builder credits today, model that shift now rather than discovering it at renewal.
Beyond Key is a Chicago headquartered Microsoft Solutions Partner working across Azure AI, Power Platform, Dynamics 365, SharePoint and Microsoft 365. We help teams do three things:
If you already have an agent in production and the bill is climbing, we can audit the design and show you where the credits are going, the same diagnostic approach behind our accounts payable automation, Azure SQL chatbot, and BI Copilot engagements referenced above. Browse the full library of Beyond Key case studies across Microsoft AI, Copilot, and Azure projects.
Is Copilot Studio free? Building agents is free. Using them is not, unless the interaction falls inside the zero-rated boundary: authenticated Microsoft 365 Copilot licensed users, on Microsoft 365 surfaces. Everything else consumes credits.
Does a Microsoft 365 Copilot license cover all agent usage? No. It covers a lot of internal usage subject to fair use, but not external agents, unlicensed users, or autonomous triggers.
How many credits does a typical conversation use? It depends entirely on what the agent does. The scripted answer is 1 credit. A grounded, multiturn, tool calling conversation can run into the hundreds. Model your own flow rather than trusting an average.
Can I build agentic AI on Azure without touching Copilot Studio at all? Yes. Azure AI Foundry, Microsoft Agent Framework or Semantic Kernel with Azure OpenAI, Azure AI Search and Azure Functions gives you a complete agent stack billed on Azure consumption.
Is the Azure route cheaper? Often at volume, rarely at low volume. Copilot Studio wins on speed to first agent. Azure wins when traffic is high, users are external, or you need model level control. Run both numbers.
Do unused credits roll over? No. Capacity resets monthly and unused credits expire.
What happens if we run out of credits mid-month? Enforcement can apply and agents can stop responding. Most teams keep pay as you go enabled as a safety net behind their packs.
Which workloads are best to start with? Internal IT and HR answering, policy lookup, document summarization, ticket triage and order status queries. High volume, well bounded, easy to measure.