SYSTEM Cited by 1 source
Cloudflare Registrar¶
Cloudflare Registrar (domains.cloudflare.com) is Cloudflare's ICANN-accredited domain-registration service. Customers register or transfer domains directly through Cloudflare instead of a third-party registrar, with DNS management and Cloudflare's edge services wired in by default.
Role in the agent-provisioning protocol (2026-04-30)¶
Cloudflare Registrar is the canonical exemplar used in the
launch post for the
agent-provisioning protocol Cloudflare co-designed with
Stripe. An agent discovers the service
via stripe projects catalog, then provisions a domain with:
This command triggers:
- Identity attestation from Stripe to Cloudflare. If the user has no Cloudflare account keyed to their Stripe email, Cloudflare auto-creates one (see concepts/agent-provisioned-account).
- OAuth consent if an existing Cloudflare account is matched.
- Payment-token redemption — Registrar charges ICANN
- wholesale + Cloudflare fees; Stripe Projects ships the payment token; Cloudflare redeems via Stripe for settlement.
- Domain provisioning — the registrar records are created; DNS is wired into Cloudflare's nameservers; credentials (API token) are returned to the Stripe Projects CLI for the agent to use on subsequent deployment calls.
The end-to-end flow described in the launch post uses Registrar to register a brand-new domain for the agent-built-and-deployed site, making Registrar the "buy the domain" half of the headline "agents can now create Cloudflare accounts, buy domains, and deploy" headline.
Role outside agent-provisioning¶
Registrar is a standard ICANN-accredited registrar for human use cases — manual domain registration from the Cloudflare dashboard, bulk registration / transfer flows, DNSSEC, WHOIS privacy. The 2026-04-30 launch added an agent-accessible entry point; it didn't change the underlying registrar product.
Seen in¶
- sources/2026-04-30-cloudflare-agents-can-now-create-cloudflare-accounts-buy-domains-and-deploy — first wiki instance; canonicalises Registrar as the paid- service exemplar for the agent-provisioning protocol.
Related¶
- systems/stripe-projects — orchestrator surface the agent drives to reach Registrar.
- systems/cloudflare-workers — the typical deploy target the Registrar-provisioned domain points at.
- patterns/agent-provisioning-protocol — the pattern Registrar plays the provider role in.
- concepts/agent-provisioned-account — the auto-creation path on first use.
- companies/cloudflare.