AI产品精选

Cloudflare 推出临时账户,AI agent 可免注册部署 Workers

Temporary Cloudflare Accounts for AI agents

精选理由

Cloudflare 这招挺实用:免注册部署 Workers,60 分钟内自动回收,很适合临时测试或 AI agent 调工具。

AI 摘要

Cloudflare 宣布支持通过 `npx wrangler deploy --temporary` 命令创建临时 Workers 项目,无需注册 Cloudflare 账户即可部署应用。该临时部署将在 60 分钟后自动失效。开发者可用 GPT-5.5 xhigh 等工具构建测试应用,例如用于追踪 HTTP 重定向的工具。部署后可通过提供的 URL 在 60 分钟内认领项目以延长保留时间。

原文 · Simon Willison’s Weblog

Temporary Cloudflare Accounts for AI agents

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