---
title: "Ax | Netlify Changelog"
description: "Get the latest updates on Netlify products and features to meet your developer needs."
source: "https://www.netlify.com/changelog/tag/ax/"
last_updated: "2026-07-14T01:14:18.000Z"
---
# Posts tagged "Ax"

All Tags Agent-runners AI Ai-gateway Angular Astro AX Build CLI Database Design Devtools Domains E-commerce Extensions Forms Framework Functions Logs Next.js Nuxt.js Remix SDK Security Updates Workflow  [Subscribe to feed](https://www.netlify.com/changelog/tag/ax/feed.xml)

-   [
    
    ## Netlify CLI adds prompt-based creation and anonymous deploys
    
    ](/changelog/2026-03-27-create-and-deploy-anything-netlify-clis-improved-ax/)
    
    March 31, 2026
    
    -   [ax](/changelog/tag/ax/)
    -   [cli announcement](/changelog/tag/cli-announcement/)
    -   [agent runners](/changelog/tag/agent-runners/)
    -   [ai](/changelog/tag/ai/)
    
    We’ve improved the [Netlify CLI](https://cli.netlify.com/)’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](https://docs.netlify.com/build/build-with-ai/agent-runners/overview/):
    
    ```
    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](https://cli.netlify.com/) 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](https://cli.netlify.com/) to try it out:
    
    ```
    npm install -g netlify-cli@latest
    ```
    
    [Permalink to Netlify CLI adds prompt-based creation and anonymous deploys Permalink](/changelog/2026-03-27-create-and-deploy-anything-netlify-clis-improved-ax/)
    
-   [
    
    ## One-click install Netlify MCP on Cursor
    
    ](/changelog/one-click-install-netlify-mcp-on-cursor/)
    
    June 5, 2025
    
    -   [ax](/changelog/tag/ax/)
    
    You can now install the Netlify MCP on Cursor with a single click.
    
    [![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/install-mcp?name=netlify&config=eyJjb21tYW5kIjoibnB4IC15IEBuZXRsaWZ5L21jcCJ9)
    
    Check out our docs on the Netlify MCP server [here](https://docs.netlify.com/welcome/build-with-ai/netlify-mcp-server/).
    
    [Permalink to One-click install Netlify MCP on Cursor Permalink](/changelog/one-click-install-netlify-mcp-on-cursor/)
    
-   [
    
    ## Improved diagnosis tools for failed deploys
    
    ](/changelog/improved-diagnosis-tools-for-failed-deploys/)
    
    April 25, 2025
    
    -   [ax](/changelog/tag/ax/)
    -   [ai](/changelog/tag/ai/)
    -   [build](/changelog/tag/build/)
    
    ![](https://cdn.sanity.io/images/o0o2tn5x/marketing/9b492b7c487449ba93f40a203ef46533607d14cc-1862x1354.png)
    
    Our “Why did it fail?” feature now integrates better with your chosen AI-powered development workflows. When our AI shares its diagnosis and proposed solution, the “Copy analysis for use in AI tools” button will copy to clipboard:
    
    -   The relevant error log lines from your deploy
    -   Diagnosis of the problem
    -   The proposed solution
    
    This is ready to paste into your AI tool of choice, unlocking a closer feedback loop to speed up bug resolution and get your deploy up and running error-free!
    
    [Permalink to Improved diagnosis tools for failed deploys Permalink](/changelog/improved-diagnosis-tools-for-failed-deploys/)
    
-   [
    
    ## MCP Servers on Netlify
    
    ](https://developers.netlify.com/guides/write-mcps-on-netlify/)
    
    April 24, 2025
    
    -   [ax](/changelog/tag/ax/)
    
    Build, deploy, and host Model Context Protocol (MCP) servers on Netlify today. This emerging protocol lets you expose tools, resources, and prompts to AI agents via the open MCP standard. This helps streamline creating good agent experiences and bringing powerful context-aware capabilities to the AI applications your end users are relying upon.
    
    [Read the “Building MCPs with Netlify” developer guide by Sean Roberts](https://developers.netlify.com/guides/write-mcps-on-netlify/) to get started.
    
    [Permalink to MCP Servers on Netlify Permalink](/changelog/mcp-on-netlify/) [Learn more about MCP Servers on Netlify Learn More](https://developers.netlify.com/guides/write-mcps-on-netlify/)
    
-   [
    
    ## Partner Deploy API Now Supports Purpose-Driven Build Titles
    
    ](/changelog/partner-deploy-api-now-supports-purpose-driven-build-titles/)
    
    April 23, 2025
    
    -   [ax](/changelog/tag/ax/)
    
    Netlify now makes it even easier to deploy zipped site builds with improved support for multipart/form-data. The updated deploy flow encourages developers to include a title field — a descriptive message similar to a git commit — explaining the purpose of the deploy. This title appears in the Netlify UI, helping teams track changes, review builds faster, and maintain better deploy hygiene.
    
    Zip it, tag it, ship it 🚀 Get started with this [developer guide](https://developers.netlify.com/guides/deploy-zip-file-to-production-website/#trigger-a-new-production-build-and-deploy).
    
    [Permalink to Partner Deploy API Now Supports Purpose-Driven Build Titles Permalink](/changelog/partner-deploy-api-now-supports-purpose-driven-build-titles/)
    
-   [
    
    ## Smarter form security for AI-generated Netlify code
    
    ](/changelog/smarter-form-security-for-ai-generated-netlify-code/)
    
    April 18, 2025
    
    -   [ai](/changelog/tag/ai/)
    -   [ax](/changelog/tag/ax/)
    
    When using the Netlify context files in Cursor or Windsurf, whenever the agents generate code with Netlify Forms, they will add the [honeypot field](https://docs.netlify.com/forms/spam-filters/#honeypot-field) to make your forms more secure by default.
    
    [See context files](https://docs.netlify.com/welcome/build-with-ai/#netlify-context-files)
    
    [Permalink to Smarter form security for AI-generated Netlify code Permalink](/changelog/smarter-form-security-for-ai-generated-netlify-code/)
    
-   [
    
    ## Deployment link update for AI partner integrations
    
    ](https://developers.netlify.com/guides/deploying-sites-from-ai-tools/#creating-sites)
    
    April 3, 2025
    
    -   [ax](/changelog/tag/ax/)
    -   [ai](/changelog/tag/ai/)
    
    ![](https://cdn.sanity.io/images/o0o2tn5x/marketing/274254cf811038f3fac23288ac689232513825fa-659x398.png)
    
    When using a partner integration to deploy your site, the partner may now include helpful links back into their platform which you’ll see in the site overview page.
    
    This will make it more seamless for you to move between the Netlify UI and your chosen integration for making changes to your site.
    
    Learn more about including `deploy_origin` metadata from our guide on [deploying sites from AI tools](https://developers.netlify.com/guides/deploying-sites-from-ai-tools/#creating-sites).
    
    [Permalink to Deployment link update for AI partner integrations Permalink](/changelog/deployment-link-update-for-ai-partner-integrations/) [Learn more about Deployment link update for AI partner integrations Learn More](https://developers.netlify.com/guides/deploying-sites-from-ai-tools/#creating-sites)
    
-   [
    
    ## New API for AI agents to access functions logs
    
    ](/changelog/new-api-for-ai-agents-to-access-function-logs/)
    
    April 2, 2025
    
    -   [ai](/changelog/tag/ai/)
    -   [ax](/changelog/tag/ax/)
    -   [logs](/changelog/tag/logs/)
    
    Following the release of a [new API for partners to deploy fullstack apps](https://developers.netlify.com/guides/deploy-zip-file-to-production-website/#surface-logs), we’re now introducing another addition, an API to access Functions and Edge Functions logs.
    
    AI agents and integrations can now analyze more of Netlify logs in real-time to troubleshoot issues with deploys and functions automatically.
    
    Ready to use it? Check out [this guide](https://developers.netlify.com/guides/deploy-zip-file-to-production-website/#surface-logs)!
    
    [Permalink to New API for AI agents to access functions logs Permalink](/changelog/new-api-for-ai-agents-to-access-function-logs/)
    
-   [
    
    ## New API for AI agents to access build logs
    
    ](/changelog/new-api-for-ai-agents-to-access-build-logs/)
    
    March 19, 2025
    
    -   [ai](/changelog/tag/ai/)
    -   [ax](/changelog/tag/ax/)
    -   [logs](/changelog/tag/logs/)
    
    Following the release of a [new API for partners to deploy fullstack apps](https://developers.netlify.com/guides/deploy-zip-file-to-production-website/#surface-deploy-logs), we’re now introducing another powerful addition, an API to access deployment logs.
    
    AI agents and integrations can now analyze logs in real-time to troubleshoot and fix deployment issues automatically.
    
    Ready to use it? Check out [this guide](https://developers.netlify.com/guides/deploy-zip-file-to-production-website/#surface-deploy-logs)!
    
    [Permalink to New API for AI agents to access build logs Permalink](/changelog/new-api-for-ai-agents-to-access-build-logs/)
    

[Next page](/changelog/tag/ax/page/2)