Neon Authorize just launched. Add row-level security to your codebase, with simplified syntax
AI

Netlify is Now a One-Stop Shop for Building with AI Agents

Developers and agents can now provision Postgres in one command on Netlify. Powered by Neon

Post image

Netlify DB is now live – a production-ready Postgres database you can provision in one click or CLI command, directly from your Netlify project. Powered by Neon, it spins up in seconds with no external signup required. When you’re ready, you can claim the database to link it to your Neon account. 

This launch is part of Netlify’s Agent Week, a series of releases focused on making Netlify the best platform for AI-native development. Netlify gives agents and developers instant access to the infrastructure they need, now including the database.

The Bigger Picture: Netlify for AI-Native Development

AI agents are reshaping how developers build, but great ideas need more than just a model and an API. Just like developers, agents need a great experience. They need fast infrastructure, global hosting, serverless functions, and of course a database. 

That’s what the concept of Agent Experience (or AX) is all about: building an environment that works not just for the humans writing the code, but also for the AI agents interacting with the infrastructure itself – and this is the thinking behind Netlify DB. Agents need databases, but not just any database – they need something that is fast, ephemeral, scalable, and programmatically accessible. Neon checks those boxes, being a perfect fit to power Netlify DB under the hood.

Why Neon For Agents

Fast provisioning. Traditional Postgres services can take minutes to spin up a new instance, and that might be fine when a human is cooking – but AI agents generate code and deploy in seconds. With Neon, databases are ready almost instantly, which makes real-time provisioning viable even at scale.

Scale to zero. Most often than not, AI agents create short-lived databases. In most platforms, that would lead to an explosion in idle resources and cost – but in Neon, unused databases automatically scale to zero. 

API-first management. Neon’s API lets platforms, developers, and agents create and manage databases programmatically. Everything from provisioning to resource limits to telemetry is accessible via well-documented endpoints tested at scale.

100% Postgres. Neon is Postgres, the world’s most-loved database and the best backend for modern apps. Agents and developers can interact using standard SQL, rely Postgres’ extensive documentation and training data, and take advantage of popular extensions like pgvector for embeddings.

What It’s Like to Use Netlify DB

Netlify DB is designed to feel like a natural part of your Netlify workflow. You can trigger Netlify DB via the Netlify CLI using `netlify init db` or via the Netlify Dashboard (it takes one click):

Post image Post image

When you add a database, Netlify instantly provisions an anonymous Neon database in the background, in a region that matches your deployed functions so you get low-latency out of the box. Your environment variables are automatically set up and secured. You can start querying the database right away, without a signup flow or credentials to manage.

Post image

At any time, you can claim your database (click on “Connect Neon”). From there, you’ll be able to claim your database by creating a (free) Neon account. If you already have a Neon account, your new database will connect to your account automatically. 

Try It Out

Netlify DB is available now. Explore the docs and get started by deploying your first Postgres database right from your Netlify project.