惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Y
Y Combinator Blog
IT之家
IT之家
博客园_首页
人人都是产品经理
人人都是产品经理
博客园 - Franky
I
InfoQ
Recent Announcements
Recent Announcements
P
Proofpoint News Feed
H
Hackread – Cybersecurity News, Data Breaches, AI and More
GbyAI
GbyAI
大猫的无限游戏
大猫的无限游戏
aimingoo的专栏
aimingoo的专栏
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
月光博客
月光博客
Microsoft Security Blog
Microsoft Security Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
B
Blog RSS Feed
MongoDB | Blog
MongoDB | Blog
雷峰网
雷峰网
博客园 - 聂微东
N
Netflix TechBlog - Medium
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The GitHub Blog
The GitHub Blog
D
Docker

Netlify Changelog

Gemini 3.5 Flash now available in Agent Runners 4 Nuxt CVEs: what Netlify users need to know Gemini 3.5 Flash now available in AI Gateway Agent Runners workflow improvements Next.js & React security release (May 2026): what to know Block project transfers out of your team Gemini 3.1 Flash-Lite now available in AI Gateway OpenAI GPT-5.5 Instant now available in AI Gateway New `netlify logs` CLI command Deploy to Netlify with Stripe Projects Netlify Database is now generally available OpenAI GPT-5.5 and GPT-5.5 Pro in AI Gateway & Agent Runners Rename an agent run GPT Image 2 now available in AI Gateway New frontend-design skill for Agent Runners Claude Opus 4.7 now available in AI Gateway and Agent Runners Pricing updates for Credit-based plans New sorting and filter controls on the Members page Netlify Database GA coming soon, no new databases for now Deploy logs streaming is now faster Deploy from Codex with the Netlify Plugin Hydrogen with React Router 7 now supported on Netlify Monitor credit usage by day Invoices for Enterprise Available on the Billing Page AI app development on production infrastructure with Netlify Introducing Prompt Templates OpenAI GPT-5.4 Nano and GPT-5.4 Mini in AI Gateway Change your pricing plan Internal Builder Role & Project Access Controls See your available credits at a glance
Netlify CLI adds prompt-based creation and anonymous deploys
2026-03-31 · via Netlify Changelog

We’ve improved the Netlify CLI’s Agent Experience to make it the fastest way for both developers and AI agents to go from idea to deployed site. Here’s what’s new.

Create a new project from a prompt

The netlify create command now builds you a new site from scratch, triggering Agent Runners:

netlify create "a landing page for a SaaS product with a waitlist signup"

This single command will:

  • Create a new Netlify project for you
  • Deploy it to a live URL
  • Pull down the code so you can start iterating locally

Prefer to build with GitHub? The Netlify CLI can also create a new GitHub repo and automatically hook it up to your new Netlify project, no manual setup required.

Deploy without an account

Need to spin up something quick without creating an account first or signing in? The new --allow-anonymous flag lets you deploy without a Netlify account:

netlify deploy --allow-anonymous

This will create the project, deploy it to a live URL, and let you claim the project within an hour. This is especially useful for AI agents that need to create temporary projects without requiring Netlify credentials upfront.

Better agent experience throughout

We’ve resolved the major issues agents commonly hit with the CLI. The CLI is now a more predictable integration point whether you’re building with an AI coding assistant or orchestrating your own agents.

Install or update the Netlify CLI to try it out:

npm install -g netlify-cli@latest