Back to list
This article was auto-translated.View original (中文)
Tech1mo ago

Cloudflare Opens Self-Service Capability for AI Agents, Enabling Account Registration, Domain Purchase, and Application Deployment

Cloudflare announced that AI agents can now handle Cloudflare account creation, paid subscription initiation, domain registration, and API token acquisition for code deployment on behalf of users. This process requires minimal human intervention, typically only for service agreement confirmation, and eliminates the need for manual credit card entry.

Cloudflare Opens Self-Service Capability for AI Agents, Enabling Account Registration, Domain Purchase, and Application Deployment

In the past, deploying a project to a production environment with AI agents typically required three prerequisites: an available account, a payment method, and an API token. These critical steps have long had to be handled manually. Now, Cloudflare is gradually handing these capabilities over to agents, allowing AI to not only write code but also complete the entire set of foundational preparatory work before launch.

This process is based on an agreement jointly built by Cloudflare and Stripe, and is part of the Stripe Projects release. Its operating mechanism consists of three main stages: first, “discovery,” where the agent queries the service catalog to confirm callable services; second, “authorization,” where Stripe verifies user identity, and Cloudflare automatically associates existing accounts or creates new ones when necessary; and finally, “payment,” where Stripe provides tokenized payment credentials rather than actual credit card numbers, allowing agents to complete purchases without accessing sensitive bank card information.

By default, AI agents have a monthly spending limit of $100 per service provider. If users wish to increase this limit, they can manually adjust the restriction in their Cloudflare account or set budget alerts for higher spending to control risk and costs.

According to Cloudflare, the entire process can be completed in just a few minutes. Users first need to install the Stripe CLI with the Stripe Projects plugin, then log in to Stripe, run “stripe projects init,” and then assign the task of building and deploying an application to their AI agent. After that, the agent automatically queries the service catalog, identifies Cloudflare-related services, creates accounts as needed, purchases domains, deploys code, and ultimately returns a usable application running on a real domain.

In addition to the automation capabilities themselves, Cloudflare also announced an incentive for startups: new startups registered and established through Stripe Atlas will have the opportunity to receive Cloudflare credits worth up to $100,000. This means Cloudflare hopes to further attract early-stage development teams and AI-native entrepreneurs to its platform ecosystem through this new mechanism.

It is worth noting that this agreement is not limited to the Stripe ecosystem. Cloudflare states that any platform with a logged-in user system could theoretically play a similar role to Stripe and integrate with Cloudflare in the same way. The company also revealed that it hopes to attract more partners, and is currently collaborating with Planetscale, with the goal of allowing users to directly configure Postgres databases through Cloudflare in the future.

From an industry trend perspective, Cloudflare’s latest capability signifies that AI agents are moving beyond being “auxiliary programming tools” to becoming “operational entities capable of executing the launch process.” When account creation, payment authorization, resource configuration, and application deployment can be handled by agents with limited human approval, the level of automation in the software delivery process undoubtedly advances further.