Posts tagged "Ax"
-
For Netlify integrators and AI agents deploying to Netlify, the process of “claiming” sites allows an end user to transfer a site into their ownership. It has been a challenge for systems to know when this happens.
Today, Netlify added support for an optional
claim_webhook
field when generating a site claim token. This lets you receive a POST request to a specified webhook URL once a user successfully claims a site.Why is this useful? Now, your system or AI agents can automatically react when a site changes ownership—whether that’s updating internal records, triggering notifications, adjusting billing, or syncing permissions. The webhook payload includes key details like the site ID and the new owner’s account ID, making it easier to track and integrate site claims into your workflow seamlessly.
Want to learn how to setup site claim flows? Check out this guide!
-
When claiming apps created by partner tools or AI code generation tools like Bolt, you’re now able to select which of your Netlify teams to claim the app into, offering greater flexibility for your workflows.
-
Platforms on Netlify can now deploy fullstack websites on behalf of users - complete with functions, edge functions, extensions, redirects, and more.
Sounds interesting? Get started with this developer guide.
-
Netlify now provides official AI context files to improve the accuracy and reliability of AI coding assistants like Cursor, Windsurf, and GitHub Copilot. Developers can easily integrate the context files into their projects, with specific support for Cursor and other AI tools.
Additionally, Netlify CLI (v18.1.0+) includes a
netlify recipes ai-context
command for seamless context management, allowing for easy updates while preserving custom overrides.With this realease, Netlify’s documentation also now supports a /llms.txt resource, enabling AI tools that automatically reference https://docs.netlify.com/llms.txt to have enhanced web context.
To learn more about this and how to use it, check out our documentation.
-
We’ve made a small but meaningful update to how deployment statuses are displayed in the Netlify UI. Previously, when a site was deployed from a partner site (such as Bolt, for example), the label simply read “Manual deploy.” Now, you’ll see “Deployed from [Partner name]” instead. This change helps provide clearer visibility into where your deployments are coming from, making it easier to track automated workflows and integrations.
If you’re working with partners like Bolt, this update ensures your deployment history reflects that connection, reducing ambiguity and improving collaboration. It doesn’t change anything about how deployments work—just a small tweak to make things clearer and more informative. Let us know if you have feedback, and happy deploying!