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

推荐订阅源

M
MIT News - Artificial intelligence
罗磊的独立博客
Hugging Face - Blog
Hugging Face - Blog
J
Java Code Geeks
G
Google Developers Blog
美团技术团队
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
腾讯CDC
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
T
The Blog of Author Tim Ferriss
月光博客
月光博客
B
Blog
WordPress大学
WordPress大学
云风的 BLOG
云风的 BLOG
博客园_首页
人人都是产品经理
人人都是产品经理
aimingoo的专栏
aimingoo的专栏
Y
Y Combinator Blog
Jina AI
Jina AI
S
SegmentFault 最新的问题
H
Help Net Security
博客园 - 聂微东
Microsoft Azure Blog
Microsoft Azure Blog
Google DeepMind News
Google DeepMind News

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 Netlify CLI adds prompt-based creation and anonymous deploys 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
Deploy to Netlify from your own GPT
Nahrin Jalal · 2024-02-02 · via Netlify Changelog

About six months ago, we released the Netlify plugin for ChatGPT, which allows you to deploy code generated from a ChatGPT session. Since then, the AI scene has been sleepless: not only have models become more capable, but the general public has become more aware of how AI can increase individual productivity. Those two concepts have led to the advent of the GPT Store, a revenue-sharing App Store moderated by OpenAI. The only barriers to entry are language, data, and imagination.

Today, we’re releasing a way for GPT authors to deploy directly to Netlify from within their own GPTs. Instead of your GPT simply generating frontend code, or offering to download code as a .zip, you can enhance your GPT to deploy code to Netlify’s global CDN — for free! Try our sample GPT called Netlify Website Deployer to get a taste of the behavior that you can incorporate into the GPTs that you create.

We’ve given the developer of Grimoire, the #1 GPT in the Programming category of the GPT Store, early access to deploy to Netlify from within their GPT. Here’s what he had to say:

Integrating Grimoire with Netlify’s action was a breeze. So much so, that Netlify deploys have become a core component of Grimoire’s prompt-gramming tutorial! I can’t wait to see other GPTs make use of this incredible tool.

To learn how to deploy to Netlify from your own GPTs, read our freshly-published documentation that describes the details. Here’s the gist:

  1. Generate a personal access token (PAT). This token is only used for authorization of your GPT — sites that your users generate won’t be associated with your account.
  2. Create an Action that imports our OpenAPI schema, and provide the PAT as a bearer token
  3. Test before releasing publicly

That’s it! AI will “figure out” how to interact with our API to deploy your users’ creations. Keep in mind that sites deployed to Netlify will be taken offline after one hour unless users claim them to their own Netlify account. This is a necessary anti-spam measure we enforce to ensure the quality of content on our platform. Our API response provides links to makes it easy for users to claim the sites that they generate.

We can’t wait to see what you — and your users — create! Let us know by tagging @netlify on social media.

Are you hitting the limits? Do you want to be able to let your GPT trigger a CI/CD pipeline to build from source? Let us know your interest by tagging @netlify on social media.