What's New Intermediate GitHub Copilot 6 min read ·

GitHub Copilot Pauses Sign-Ups: The Token Billing Era Begins

GitHub froze new Copilot sign-ups on April 21. Here's why, what token-based billing will cost, and what developers should do now.

On April 21, GitHub froze new sign-ups for Copilot Pro, Pro+, and Student plans. The official reason: agentic AI workflows — where Copilot agents write and run code autonomously — generate compute costs that the flat monthly subscription price can't cover. GitHub called it a 'capacity adjustment.' What it really is: the first public acknowledgment that the economics of AI coding subscriptions break down at agentic scale.

What Broke the Math

A standard Copilot Pro subscription costs $10/month. A developer using Copilot for autocomplete and chat might generate 50–100 API requests per day. Now multiply that by one agent workflow. A single agent task — 'refactor this module,' 'add tests for these functions,' 'migrate this API endpoint' — can spawn dozens to hundreds of sequential model calls in minutes. The math stops working fast.

GitHub's engineering team described it plainly: the cost structure was designed for individual completions, not autonomous agents running hundreds of chained tasks. Token-based billing is the fix — you pay for what you consume rather than a flat fee that assumes a certain usage level.

What Token Billing Will Look Like

GitHub hasn't published specific token pricing yet, but the model mirrors AWS Lambda or Azure Functions: you pay per request or per token consumed rather than a monthly seat. For developers who use Copilot lightly — autocomplete, occasional chat — token billing will likely cost less than a monthly subscription. For developers running frequent agent workflows, it will cost more.

Pro Tip

If you're an existing Copilot subscriber, nothing changes yet. The sign-up freeze affects new accounts only. Watch the GitHub Changelog (github.blog/changelog) for the token billing announcement — it will include a migration timeline for existing plans.

Your Options Right Now

New sign-ups are blocked, but there are solid alternatives to evaluate. Windsurf SWE-1.5 is free for three months as of April 2026 and runs at 950 tokens per second via Cerebras — it's fast and the free tier is generous. Claude Code charges by token via the API with no monthly subscription; you pay per model call. Cursor has a free tier and Pro at $20/month with included agent credits. If you were evaluating Copilot for a team, this is a good time to run a proper comparison.

plaintext
I'm comparing AI coding tools for a team of 5 developers. We primarily write Python and TypeScript and use VS Code. We want: inline autocomplete, a chat interface for asking about our codebase, and the ability to run agent tasks that modify multiple files at once. Compare GitHub Copilot, Cursor, Windsurf, and Claude Code on: (1) how each handles large codebases, (2) how each handles multi-file agent edits, (3) current pricing. Give me a comparison table I can share with my team.

The Bigger Signal

The Copilot sign-up freeze is the first public crack in the flat-rate AI subscription model — and it won't be the last. As AI coding tools add more capable agents that run autonomously for longer, the economics of 'unlimited for $10/month' become impossible to maintain. Token billing aligns cost with value more honestly than flat-rate pricing ever could. Expect every major AI coding tool to move in this direction over the next 12 months.

Key Takeaway

GitHub Copilot paused new sign-ups on April 21 because agentic AI costs exceed flat-rate revenue. Token-based billing is coming; existing subscribers are unaffected for now. Windsurf, Cursor, and Claude Code are strong alternatives to evaluate during the freeze.

Frequently Asked Questions

When will GitHub reopen Copilot sign-ups?

GitHub hasn't published a timeline. The announcement said the pause is while they 'work on capacity improvements.' Check github.com/features/copilot or follow the GitHub Changelog for updates. Based on similar pauses at other companies, expect weeks rather than months.

Does the sign-up pause affect GitHub Copilot Enterprise?

The pause affects individual consumer plans — Pro, Pro+, and Student. GitHub Copilot Business and Enterprise (purchased through GitHub for organizations) have separate procurement through GitHub sales. Contact your GitHub account executive or check github.com/enterprise for enterprise availability.

Will my existing Copilot subscription get more expensive under token billing?

Probably yes if you use agent mode frequently; likely no if you mainly use autocomplete and chat. GitHub's announcement framed it as a capacity issue caused by agentic users consuming disproportionate resources. Light users may actually pay less under consumption billing. No pricing has been published yet — watch the GitHub Changelog for details.

Personalized for your role

Get Your AI Career Action Plan

Our AI Advisor builds you a personalized AI Readiness Score, skills gap analysis, and 30/60/90 day plan based on your specific role and experience.

Try the AI Advisor →
← Back to AI Coding Hub