Industry stats Updated Jun 2026All domains worldwide 392.5M registered names +6.5% YoY Verisign · Q1 2026.com + .net total 176.1M names in zone Verisign · Q1 2026.com + .net 11.5M newly registered · 76.3% renewed Verisign · Q1 2026Country-code TLDs 146.3M names +2.4% YoY Verisign · Q1 2026New gTLDs 49.6M names · 30.9% renewed +3.7% QoQ Verisign · Q1 2026Legacy gTLDs 20.5M names · 67.6% renewed +14.6% YoY Verisign · Q1 2026WordPress 41.5% of all sites · 59.3% of CMS sites W3Techs · 17 Jun 2026Shopify 5.2% of all sites · 7.5% of CMS sites W3Techs · 17 Jun 2026Wix 4.3% of all sites · 6.1% of CMS sites W3Techs · 17 Jun 2026Squarespace 2.5% of all sites · 3.5% of CMS sites W3Techs · 17 Jun 2026Joomla 1.2% of all sites · 1.7% of CMS sites W3Techs · 17 Jun 2026Webflow 0.9% of all sites · 1.2% of CMS sites W3Techs · 17 Jun 2026Drupal 0.7% of all sites · 1% of CMS sites W3Techs · 17 Jun 2026No CMS detected 30% of all sites W3Techs · 17 Jun 2026Nginx on 33%–39% of sites W3Techs · Mar–Apr 2026Apache on 24%–29% of sites W3Techs · Mar–Apr 2026LiteSpeed gaining share among web servers W3Techs · Mar–Apr 2026DMARC adoption 937.9K valid records +79% in 3 yrs EasyDMARC · 2026 YTDFortune 500 95% publish DMARC · 80% enforced EasyDMARCFortune 500 62.7% use strict reject policy EasyDMARCInc. 5000 15.2% use strict reject policy EasyDMARCDeal CVC Capital Partners → Namecheap · CVC Capital Partners acquired a majority stake in Namecheap in September 2025, valuing the company at ~$1.5B (including debt). 2025Deal team.blue (Hg-backed) → Loopia Group · team.blue (Hg-backed) acquired Loopia Group (Nordics) in 2025. 2025Deal Miss Group (Perwyn-backed) → Web4U s.r.o. · Perwyn-backed Miss Group acquired Web4U s.r.o. (Prague-based web hosting and domain registration provider) in 2025. This is Miss Group’s 14th acquisition under Perwyn ownership. 2025Deal group.one → Webglobe · group.one acquired Webglobe (Slovakia/Czechia/Serbia) in 2025. 2025Deal hosting.com → FastComet, A2 Hosting · hosting.com (formerly World Host Group) acquired FastComet in April 2025 and A2 Hosting in January 2025, rebranding A2 Hosting under the hosting.com name. 2025Industry stats Updated Jun 2026All domains worldwide 392.5M registered names +6.5% YoY Verisign · Q1 2026.com + .net total 176.1M names in zone Verisign · Q1 2026.com + .net 11.5M newly registered · 76.3% renewed Verisign · Q1 2026Country-code TLDs 146.3M names +2.4% YoY Verisign · Q1 2026New gTLDs 49.6M names · 30.9% renewed +3.7% QoQ Verisign · Q1 2026Legacy gTLDs 20.5M names · 67.6% renewed +14.6% YoY Verisign · Q1 2026WordPress 41.5% of all sites · 59.3% of CMS sites W3Techs · 17 Jun 2026Shopify 5.2% of all sites · 7.5% of CMS sites W3Techs · 17 Jun 2026Wix 4.3% of all sites · 6.1% of CMS sites W3Techs · 17 Jun 2026Squarespace 2.5% of all sites · 3.5% of CMS sites W3Techs · 17 Jun 2026Joomla 1.2% of all sites · 1.7% of CMS sites W3Techs · 17 Jun 2026Webflow 0.9% of all sites · 1.2% of CMS sites W3Techs · 17 Jun 2026Drupal 0.7% of all sites · 1% of CMS sites W3Techs · 17 Jun 2026No CMS detected 30% of all sites W3Techs · 17 Jun 2026Nginx on 33%–39% of sites W3Techs · Mar–Apr 2026Apache on 24%–29% of sites W3Techs · Mar–Apr 2026LiteSpeed gaining share among web servers W3Techs · Mar–Apr 2026DMARC adoption 937.9K valid records +79% in 3 yrs EasyDMARC · 2026 YTDFortune 500 95% publish DMARC · 80% enforced EasyDMARCFortune 500 62.7% use strict reject policy EasyDMARCInc. 5000 15.2% use strict reject policy EasyDMARCDeal CVC Capital Partners → Namecheap · CVC Capital Partners acquired a majority stake in Namecheap in September 2025, valuing the company at ~$1.5B (including debt). 2025Deal team.blue (Hg-backed) → Loopia Group · team.blue (Hg-backed) acquired Loopia Group (Nordics) in 2025. 2025Deal Miss Group (Perwyn-backed) → Web4U s.r.o. · Perwyn-backed Miss Group acquired Web4U s.r.o. (Prague-based web hosting and domain registration provider) in 2025. This is Miss Group’s 14th acquisition under Perwyn ownership. 2025Deal group.one → Webglobe · group.one acquired Webglobe (Slovakia/Czechia/Serbia) in 2025. 2025Deal hosting.com → FastComet, A2 Hosting · hosting.com (formerly World Host Group) acquired FastComet in April 2025 and A2 Hosting in January 2025, rebranding A2 Hosting under the hosting.com name. 2025
SaaS Developer Tools

Cloudflare launches temporary accounts for AI agents

Developers can now deploy Workers via AI agents without upfront sign-ups, with a 60-minute claim window.

Cloudflare launches temporary accounts for AI agents
Morgan Housel · Unsplash

Cloudflare has rolled out temporary accounts designed to remove authentication barriers for AI agents deploying code. The feature allows agents to deploy Workers, APIs, and other resources without requiring an upfront sign-up or manual intervention, addressing a key bottleneck in automated development workflows.

The system is built around Wrangler, Cloudflare’s command-line interface for managing deployments. Agents can now use the --temporary flag with wrangler deploy to create a temporary account, which remains active for 60 minutes. During this window, developers can claim the account and its resources—including Workers, databases, and bindings—by linking it to their permanent Cloudflare account. If unclaimed, the temporary account and its deployments expire automatically.

How it works

Temporary accounts leverage Wrangler’s existing integration with AI agents. When an agent attempts to deploy without authentication, Wrangler now prompts it to use the --temporary flag. The agent then receives an API token and a claim URL, enabling immediate deployment. This flow eliminates the need for browser-based OAuth, copy-pasting tokens, or multi-factor authentication—steps that previously halted automated workflows.

The 60-minute window supports iterative development. Agents can modify and redeploy code multiple times within the same session, testing changes without human oversight. For example, an agent can deploy a "hello world" Worker, verify its output via curl, then update the code and redeploy—all without manual input. If the developer claims the account, the resources persist; otherwise, they are deleted after the window closes.

Background

Background: Cloudflare Workers is a serverless platform for deploying JavaScript, TypeScript, and WebAssembly applications at the edge. Wrangler is the official CLI tool for managing Workers, handling tasks like project initialization, configuration, and deployment. AI agents, such as coding assistants or automated workflows, increasingly rely on these tools to deploy infrastructure without human intervention.

Why it matters for AI workflows

The move reflects broader industry efforts to adapt infrastructure for AI-driven development. Traditional authentication flows—designed for human users—create friction for agents, which lack the ability to complete browser-based steps or respond to time-sensitive prompts. Temporary accounts address this by enabling fully automated deployments, a requirement for agents operating in background sessions or iterative loops.

Cloudflare’s approach aligns with recent partnerships, such as its collaboration with Stripe to let agents provision Cloudflare resources (including domains and subscriptions) without manual input. The company also contributed to auth.md, an open standard for agent-friendly OAuth, launched with WorkOS in May 2026. These initiatives aim to make infrastructure provisioning as seamless for agents as it is for human developers.

For professionals

For professionals: Developers integrating AI agents into workflows can now test deployments without pre-configuring Cloudflare accounts. The 60-minute window provides flexibility for experimentation, while the claim process ensures resources can be retained if needed. Teams should monitor Wrangler updates, as Cloudflare may expand temporary account capabilities or adjust the expiration window.

Limitations and future steps

Temporary accounts are not without constraints. The 60-minute expiration may limit long-running agent sessions, and the feature currently supports only a subset of Cloudflare’s services. The company has indicated that capabilities may evolve, urging developers to consult the latest documentation. Feedback from the community is being solicited via social media and Cloudflare’s developer forums.

Cloudflare’s announcement underscores the growing demand for agent-ready infrastructure. As AI agents become more prevalent in development pipelines, tools like temporary accounts could become a standard expectation for platforms targeting automated workflows.

Discussion · coming soon

Be the first to join the thread when community discussion launches.