Simon Willison 博客
精选
72AI 编辑部评分,满分 100

Cloudflare 临时账户 for AI agents

2026-06-22 06:01· 45天前· Simon Willison
AI 导读

Cloudflare 推出临时账户功能,无需注册即可通过 npx wrangler deploy --temporary 部署 Workers 项目,临时项目存活 60 分钟。该功能虽标称为 AI 智能体设计,但普通用户同样适用。作者使用 GPT-5.5 xhigh 在 Codex Desktop 中构建了测试应用,验证了部署与运行流程,并展示了项目认领页面。

推荐理由

虽然这次打的旗号是服务 AI 智能体,但临时 Cloudflare 账号对任何想快速部署原型的开发者都是福音,降低了不少环境搭建的摩擦,值得马上试试。

Temporary Cloudflare Accounts for AI agents

The announcement says this is "for AI agents" but (as is pretty common these days) the AI hook isn't really necessary, this is an interesting feature for everyone else as well.

Short version: you can now create a Cloudflare Workers project and run this, without even creating a Cloudflare account:

npx wrangler deploy --temporary

Cloudflare will deploy the application to a new, ephemeral project which will stay live for 60 minutes.

I had GPT-5.5 xhigh in Codex Desktop build this test application providing a tool for following HTTP redirects and returning the final destination. The temporary deployment worked as advertised.

Running the deployment spits out the URL to a page for claiming the new project, for if you want it to last for more than 60 minutes. Here's what that claim screen looks like:

Via Hacker News

Tags: cloudflare

来源:Simon Willison 博客 · simonwillison.net

同一事件 · 1

Cloudflare 临时账户 for AI agents

Simon Willison 博客·2026-06-22 06:01·45天前·Simon Willison
AI 导读

Cloudflare 推出临时账户功能,无需注册即可通过 npx wrangler deploy --temporary 部署 Workers 项目,临时项目存活 60 分钟。该功能虽标称为 AI 智能体设计,但普通用户同样适用。作者使用 GPT-5.5 xhigh 在 Codex Desktop 中构建了测试应用,验证了部署与运行流程,并展示了项目认领页面。

原文 · 保持原样,未翻译

Temporary Cloudflare Accounts for AI agents

The announcement says this is "for AI agents" but (as is pretty common these days) the AI hook isn't really necessary, this is an interesting feature for everyone else as well.

Short version: you can now create a Cloudflare Workers project and run this, without even creating a Cloudflare account:

npx wrangler deploy --temporary

Cloudflare will deploy the application to a new, ephemeral project which will stay live for 60 minutes.

I had GPT-5.5 xhigh in Codex Desktop build this test application providing a tool for following HTTP redirects and returning the final destination. The temporary deployment worked as advertised.

Running the deployment spits out the URL to a page for claiming the new project, for if you want it to last for more than 60 minutes. Here's what that claim screen looks like:

Via Hacker News

Tags: cloudflare

来源:Simon Willison 博客· simonwillison.net

同一事件 · 1