Neon Release Notes
Last updated: Mar 14, 2026
Neon Products
All Neon Release Notes (77)
- Mar 13, 2026
- Date parsed from source:Mar 13, 2026
- First seen by Releasebot:Mar 14, 2026
MAR 13, 2026
Neon unveils unlimited organization members on the Free plan boosting collaboration; adds pagination and MFA indicators; Neon Auth expands with Organization settings and webhooks; expands NAT gateway IPs and VPC endpoints in us-east-1; adds network transfer monitoring and an AI egress optimizer skill.
Unlimited Neon org members on the Free plan
You can now add unlimited members to each organization on the Free plan. Collaborate with teammates, invite others to your org, or keep separate workspaces for personal projects, side projects, and collaborations.
WHAT ARE ORGS AND MEMBERS?
An organization is a workspace that owns Neon projects and where you manage projects and collaborate.
Members are people you invite to your organization.
Learn more.With unlimited members, listing them efficiently matters. The API for listing organization members now supports pagination and sorting, and the Console members page supports sorting and pagination. Member objects also include an optional has_mfa field, and the Console shows a 2FA indicator, following the recent introduction of two-factor authentication (2FA).
Organizations API example
Neon Auth
We're introducing two new Neon Auth features this week.
Organization settings.
You can now configure Organizations for Neon Auth from the Neon Console. Go to Auth > Configuration > Organizations (per branch) to enable or disable the plugin, set the maximum organization memberships per user and the maximum members per organization, choose the creator role (owner or admin) for new organizations, and control whether invitation emails are sent. These settings support multi-tenant apps where users create and join organizations. See Organization in the Neon Auth docs.
Auth Configuration > Organizations in the Neon Console
Webhooks.
Introducing Neon Auth webhooks. Configure webhooks to receive HTTP POST requests when authentication events occur (OTP delivery, magic link delivery, user creation). Use them to replace built-in email delivery with your own channels (SMS, custom email, WhatsApp), validate signups before they complete, or sync new users to CRMs and analytics. The guide covers event types, API configuration, payload structure, signature verification, expected responses, retry behavior, and testing. See Webhooks.
New NAT gateway IPs and VPC endpoint services in US East (N. Virginia)
We've expanded infrastructure capacity in the AWS US East (N. Virginia) region (us-east-1) with new NAT gateway IP addresses and new VPC endpoint service addresses for Private Networking.
UPDATE YOUR IP ALLOWLISTS
If you have IP allowlists on external systems that Neon connects to, update those allowlists to include the new NAT gateway addresses. Connections may be affected intermittently if traffic routes through non-allowlisted NAT gateways.
If you use Private Networking in us-east-1, you can now use the additional VPC endpoint service addresses for enhanced capacity and reliability. See the Regions documentation for the complete list of NAT gateway IPs and the Private Networking guide for VPC endpoint service addresses by region.
Stay on top of network transfer costs
Network transfer monitoring
Network transfer (egress) is data sent from your Neon databases to clients. It's one of the usage metrics that affects your bill on paid plans, and many teams only notice it when it shows up as a line item.
We've added two things to help. First, a guide that explains what network transfer is, what typically drives it (queries, pg_dump, logical replication, log export), how to monitor it in the Console and via the Consumption API, and how to manage or reduce usage. See Reduce network transfer costs.
Second, an agent skill that guides your AI assistant through diagnosing and fixing application-side query patterns that cause excessive egress. The skill walks through analyzing your codebase for anti-patterns (such as SELECT *, missing pagination, high-frequency queries on static data, and application-side aggregation), applying fixes, and verifying with tests. To add it:
Original source Report a problemnpx skills add neondatabase/agent-skills -s neon-postgres-egress-optimizer - Mar 13, 2026
- Date parsed from source:Mar 13, 2026
- First seen by Releasebot:Mar 14, 2026
Mar 13, 2026 – Unlimited org members on the Free plan, Neon Auth updates, and more
Neon unveils a busy release with unlimited org members on the Free plan, Neon Auth updates including org settings and webhooks, new NAT gateway IPs and VPC endpoints in US East, plus network transfer monitoring and an AI agent skill to reduce egress.
Mar 13, 2026 – Unlimited org members on the Free plan, Neon Auth updates, and more
Unlimited Neon org members on the Free plan
Link to Unlimited Neon org members on the Free plan
You can now add
unlimited members
to each organization on the Free plan. Collaborate with teammates, invite others to your org, or keep separate workspaces for personal projects, side projects, and collaborations.
Unlimited members on the Free plan
WHAT ARE ORGS AND MEMBERS?
An
organization
is a workspace that owns Neon projects and where you manage projects and collaborate.
Members
are people you invite to your organization.
Learn more
.
With unlimited members, listing them efficiently matters. The
API for listing organization members
now supports
pagination
and
sorting
, and the Console members page supports sorting and pagination. Member objects also include an optional
has_mfa
field, and the Console shows a 2FA indicator, following the recent introduction of
two-factor authentication (2FA)
.
Organizations API example
Neon Auth Link to Neon Auth
Neon Auth
We're introducing two new Neon Auth features this week.
Organization settings.
You can now configure
Organizations
for Neon Auth from the Neon Console. Go to
Auth
Configuration
Organizations
(per branch) to enable or disable the plugin, set the maximum organization memberships per user and the maximum members per organization, choose the creator role (owner or admin) for new organizations, and control whether invitation emails are sent. These settings support multi-tenant apps where users create and join organizations. See
Organization
in the Neon Auth docs.
Auth Configuration > Organizations in the Neon Console
Webhooks.
Introducing
Neon Auth webhooks
. Configure webhooks to receive HTTP POST requests when authentication events occur (OTP delivery, magic link delivery, user creation). Use them to replace built-in email delivery with your own channels (SMS, custom email, WhatsApp), validate signups before they complete, or sync new users to CRMs and analytics. The guide covers event types, API configuration, payload structure, signature verification, expected responses, retry behavior, and testing. See
Webhooks
.
New NAT gateway IPs and VPC endpoint services in US East (N. Virginia)
Link to New NAT gateway IPs and VPC endpoint services in US East (N. Virginia)
New NAT gateway IPs and VPC endpoint services in US East (N. Virginia)
We've expanded infrastructure capacity in the AWS US East (N. Virginia) region (
us-east-1
) with new NAT gateway IP addresses and new VPC endpoint service addresses for Private Networking.
UPDATE YOUR IP ALLOWLISTS
If you have IP allowlists on external systems that Neon connects to,
update those allowlists to include the new NAT gateway addresses
. Connections may be affected intermittently if traffic routes through non-allowlisted NAT gateways.
If you use Private Networking in
us-east-1
, you can now use the additional VPC endpoint service addresses for enhanced capacity and reliability. See the
Regions documentation
for the complete list of NAT gateway IPs and the
Private Networking guide
for VPC endpoint service addresses by region.
Stay on top of network transfer costs
Link to Stay on top of network transfer costs
Stay on top of network transfer costs
Network transfer monitoring
Network transfer
(egress) is data sent from your Neon databases to clients. It's one of the usage metrics that affects your bill on paid plans, and many teams only notice it when it shows up as a line item.
We've added two things to help. First, a
guide
that explains what network transfer is, what typically drives it (queries, pg_dump, logical replication, log export), how to monitor it in the Console and via the Consumption API, and how to manage or reduce usage. See
Reduce network transfer costs
.
Second, an
agent skill
that guides your AI assistant through diagnosing and fixing application-side query patterns that cause excessive egress. The skill walks through analyzing your codebase for anti-patterns (such as
SELECT *
, missing pagination, high-frequency queries on static data, and application-side aggregation), applying fixes, and verifying with tests. To add it:
Original source Report a problemnpx skills add neondatabase/agent-skills -s neon-postgres-egress-optimizer All of your release notes in one feed
Join Releasebot and get updates from Neon and hundreds of other software products.
- Mar 6, 2026
- Date parsed from source:Mar 6, 2026
- First seen by Releasebot:Mar 14, 2026
Mar 06, 2026 – Two-factor authentication, Data API Advisors, Neon Auth org settings, and more
Neon unveils 2FA for accounts with a 6 digit code, introduces Data API Advisors to scan for security and performance gaps, shows how to pair Neon and Vercel MCP servers for AI driven incident response, and adds unlimited members on the Free Plan to boost collaboration without a credit card.
Two-factor authentication (2FA)
Neon now supports two-factor authentication (2FA) for your account. Once enabled, you enter a 6-digit code from your authenticator app (for example, Google Authenticator, Authy, or 1Password) each time you log in. Set it up from your profile menu: Account settings → Set up two-factor authentication, then scan the QR code and verify with a code from your app. For details, see Two-factor authentication.
Data API Advisors
Data API Advisors is a new tab on the Monitoring page that helps you secure and tune your database when you use the Neon Data API, Neon's HTTP interface for querying your database from browsers, serverless functions, and edge runtimes. Because the Data API exposes your schema directly over HTTP, the RLS policies and security you define on your schema are critical. The advisors scan your database and report security and performance issues (such as missing RLS, sensitive columns exposed, or unindexed foreign keys) with severity levels and recommended fixes.
In the Neon Console, go to Monitoring > Data API Advisors for your branch to run a scan and view issues grouped by category.
For details, see Data API Advisors.
Combine Neon and Vercel MCP servers for powerful workflows
MCP servers make it incredibly easy to integrate tools and platforms. In this guide, learn how to combine the Neon MCP server with the Vercel MCP server so AI agents can diagnose production errors, validate database fixes on a Neon branch, and open pull requests with code changes. Try it with Claude Code or any agent that supports MCP. See AI-driven incident response with Vercel and Neon MCP.
Unlimited members on the Free Plan
You can now add unlimited members to each organization on the Free plan. Collaborate with teammates, invite others to your org, or keep separate workspaces for personal projects, side projects, and collaborations. No credit card required. For details, see Manage billing and Neon plans.
WHAT ARE ORGS AND MEMBERS?
An organization is a workspace that owns Neon projects. Members are people you invite to the organization. Learn more.
Original source Report a problem - Mar 6, 2026
- Date parsed from source:Mar 6, 2026
- First seen by Releasebot:Mar 6, 2026
- Modified by Releasebot:Mar 14, 2026
MAR 06, 2026
Neon rolls out 2FA for accounts with setup via profile settings and QR verification, adds Data API Advisors to scan for security and performance issues on the Neon Data API, enables combining Neon MCP with Vercel MCP for AI‑driven incident response, and lets Free Plan orgs have unlimited members.
Two-factor authentication (2FA)
Neon now supports
two-factor authentication (2FA)
for your account. Once enabled, you enter a 6-digit code from your authenticator app (for example, Google Authenticator, Authy, or 1Password) each time you log in. Set it up from your profile menu:
Account settings → Set up two-factor authentication, then scan the QR code and verify with a code from your app. For details, see
Two-factor authentication.Data API Advisors
Data API Advisors
is a new tab on the
Monitoring
page that helps you secure and tune your database when you use the
Neon Data API
, Neon's HTTP interface for querying your database from browsers, serverless functions, and edge runtimes. Because the Data API exposes your schema directly over HTTP, the RLS policies and security you define on your schema are critical. The advisors scan your database and report security and performance issues (such as missing RLS, sensitive columns exposed, or unindexed foreign keys) with severity levels and recommended fixes.
In the Neon Console, go to
Monitoring > Data API Advisors
for your branch to run a scan and view issues grouped by category.
Data API advisor
For details, see
Data API Advisors
.Combine Neon and Vercel MCP servers for powerful workflows
MCP servers make it incredibly easy to integrate tools and platforms. In this guide, learn how to combine the
Neon MCP server
with the
Vercel MCP server
so AI agents can diagnose production errors, validate database fixes on a Neon branch, and open pull requests with code changes. Try it with Claude Code or any agent that supports MCP. See
AI-driven incident response with Vercel and Neon MCP
.Unlimited members on the Free Plan
You can now add
unlimited members
to each organization on the Free plan. Collaborate with teammates, invite others to your org, or keep separate workspaces for personal projects, side projects, and collaborations. No credit card required. For details, see
Manage billing
and
Neon plans
.WHAT ARE ORGS AND MEMBERS?
An
organization
is a workspace that owns Neon projects.
Membersare people you invite to the organization.
Original source Report a problem
Learn more. - Mar 6, 2026
- Date parsed from source:Mar 6, 2026
- First seen by Releasebot:Mar 6, 2026
Mar 06, 2026 – Two-factor authentication, Data API Advisors, Neon Auth org settings, and more
Neon announces security and workflow upgrades: 2FA for account login with authenticator apps, a Data API Advisors tool to scan and fix security and performance gaps in the Neon Data API, and a guide to linking Neon MCP with Vercel MCP for AI-assisted incident response.
Two-factor authentication (2FA)
Neon now supports two-factor authentication (2FA) for your account. Once enabled, you enter a 6-digit code from your authenticator app (for example, Google Authenticator, Authy, or 1Password) each time you log in. Set it up from your profile menu: Account settings → Set up two-factor authentication, then scan the QR code and verify with a code from your app. For details, see Two-factor authentication.
[Image: Two-factor authentication setting]
Data API Advisors
Data API Advisors is a new tab on the Monitoring page that helps you secure and tune your database when you use the Neon Data API, Neon's HTTP interface for querying your database from browsers, serverless functions, and edge runtimes. Because the Data API exposes your schema directly over HTTP, the RLS policies and security you define on your schema are critical. The advisors scan your database and report security and performance issues (such as missing RLS, sensitive columns exposed, or unindexed foreign keys) with severity levels and recommended fixes.
In the Neon Console, go to Monitoring > Data API Advisors for your branch to run a scan and view issues grouped by category.
[Image: Data API advisor]
For details, see Data API Advisors.
Combine Neon and Vercel MCP servers for powerful workflows
MCP servers make it incredibly easy to integrate tools and platforms. In this guide, learn how to combine the Neon MCP server with the Vercel MCP server so AI agents can diagnose production errors, validate database fixes on a Neon branch, and open pull requests with code changes. Try it with Claude Code or any agent that supports MCP. See AI-driven incident response with Vercel and Neon MCP.
Original source Report a problem - Feb 27, 2026
- Date parsed from source:Feb 27, 2026
- First seen by Releasebot:Mar 14, 2026
Feb 27, 2026 – Postgres version updates, TimescaleDB on PG 18, Claimable Postgres agent skill, and more
Neon updates indicate wider Postgres support including versions 14.21 to 18.2 and TimescaleDB on Postgres 18. It also adds a new Neon Agent Skill Claimable Postgres for autonomous DB access, plus guides for Git worktrees and Google Jules MCP. Includes data anonymization and Auth console improvements and PgBouncer snapshots.
Postgres version updates
We updated supported Postgres versions to 14.21, 15.16, 16.12, 17.8, and 18.2, respectively.
SELECT version(); PostgreSQL 18.2 (e21737f) on aarch64-unknown-linux-gnu, compiled by gcc (Ubuntu 13.3.0-6ubuntu24.04.1) 13.3.0, 64-bitWhen a new minor version is available on Neon, it is applied the next time your compute restarts. For more about how we handle Postgres version upgrades, refer to our Postgres version support policy.
TimescaleDB on Postgres 18
We've added support for the timescaledb extension on Postgres 18. Install it with:
CREATE EXTENSION timescaledb;See The timescaledb extension for setup and usage.
New Neon Agent Skill: Claimable Postgres (neon.new)
We've added claimable-postgres to the Neon Agent Skills collection. With this skill, your AI assistant can provide an instant temporary database via Claimable Postgres by Neon and obtain a connection string autonomously, without human intervention, account creation, or credit card. For details, see Claimable Postgres by Neon.
HOW TO GET NEON AGENT SKILLS
npx (skills only):
npx skills add neondatabase/agent-skills -s claimable-postgresGit worktrees with Neon branching
Run multiple AI coding agents in parallel without collisions by giving each agent its own Git worktree (isolated working directory) and Neon database branch from a single repository. The guide shows how to avoid file, Git, and database conflicts and ties it together with a post-checkout hook so spinning up a new agent with its own database takes one command. See the guide.
Google Jules and Neon MCP
Use the Neon MCP Server with Google Jules to give AI agents an isolated database branch for each feature. Connect Jules to Neon MCP so it can spin up branches, apply schema changes and migrations, and open PRs without touching production. See the guide.
Fixes and improvements
- Data anonymization
- Neon Auth
- Neon Console
- PgBouncer
- Snapshots
- Feb 27, 2026
- Date parsed from source:Feb 27, 2026
- First seen by Releasebot:Mar 6, 2026
Feb 27, 2026 – Postgres version updates, TimescaleDB on PG 18, Claimable Postgres agent skill, and more
Neon unveils updated Postgres support with versions 14.21, 15.16, 16.12, 17.8, 18.2, plus TimescaleDB on Postgres 18. It introduces Claimable Postgres Neon Agent Skill for instant temp DB access, new Git worktree handling for parallel AI agents, and Jules/MCP isolation workflows for feature branches.
Postgres version updates
We updated supported Postgres versions to 14.21, 15.16, 16.12, 17.8, and 18.2, respectively.
SELECT version(); PostgreSQL 18.2 (e21737f) on aarch64-unknown-linux-gnu, compiled by gcc (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0, 64-bitWhen a new minor version is available on Neon, it is applied the next time your compute restarts. For more about how we handle Postgres version upgrades, refer to our
Postgres version support policy.TimescaleDB on Postgres 18
We've added support for the
timescaledb
extension on Postgres 18. Install it with:CREATE EXTENSION timescaledb;See
The timescaledb extension
for setup and usage.New Neon Agent Skill: Claimable Postgres (pg.new)
We've added
claimable-postgres
to the
Neon Agent Skills
collection. With this skill, your AI assistant can provide an instant temporary database via
Claimable Postgres by Neon
and obtain a connection string autonomously, without human intervention, account creation, or credit card. For details, see
Claimable Postgres by Neon.HOW TO GET NEON AGENT SKILLS
npx (skills only):
npx skills add neondatabase/agent-skills -s claimable-postgresNeon Agent Skills repository
Git worktrees with Neon branching
Run multiple AI coding agents in parallel without collisions by giving each agent its own Git worktree (isolated working directory) and Neon database branch from a single repository. The guide shows how to avoid file, Git, and database conflicts and ties it together with a post-checkout hook so spinning up a new agent with its own database takes one command. See the guide.
Google Jules and Neon MCP
Use the Neon MCP Server with
Google Jules
to give AI agents an isolated database branch for each feature. Connect Jules to Neon MCP so it can spin up branches, apply schema changes and migrations, and open PRs without touching production. See the guide.Fixes and improvements
- Data anonymization
- Neon Auth
- Neon Console
- PgBouncer
- Snapshots
- Feb 27, 2026
- Date parsed from source:Feb 27, 2026
- First seen by Releasebot:Mar 4, 2026
Feb 27, 2026 – Postgres version updates, TimescaleDB on PG 18, Claimable Postgres agent skill, and more
Neon expands Postgres support to 14.21, 15.16, 16.12, 17.8, and 18.2, with TimescaleDB on Postgres 18 and automatic minor upgrades on restart. A new Neon Agent Skill Claimable Postgres enables instant autonomous DB access. Also adds Git worktrees and Jules integration for safer AI workflows.
Postgres version updates
We updated supported Postgres versions to 14.21, 15.16, 16.12, 17.8, and 18.2, respectively.
SELECT version();PostgreSQL 18.2 (e21737f) on aarch64-unknown-linux-gnu, compiled by gcc (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0, 64-bit
When a new minor version is available on Neon, it is applied the next time your compute restarts. For more about how we handle Postgres version upgrades, refer to our Postgres version support policy.
TimescaleDB on Postgres 18
We've added support for the timescaledb extension on Postgres 18. Install it with:
CREATE EXTENSION timescaledb;See The timescaledb extension for setup and usage.
New Neon Agent Skill: Claimable Postgres (pg.new)
We've added claimable-postgres to the Neon Agent Skills collection. With this skill, your AI assistant can provide an instant temporary database via Claimable Postgres by Neon and obtain a connection string autonomously, without human intervention, account creation, or credit card. For details, see Claimable Postgres by Neon.
HOW TO GET NEON AGENT SKILLS
npx (skills only): npx skills add neondatabase/agent-skills -s claimable-postgresNeon Agent Skills repository
Git worktrees with Neon branching
Run multiple AI coding agents in parallel without collisions by giving each agent its own Git worktree (isolated working directory) and Neon database branch from a single repository. The guide shows how to avoid file, Git, and database conflicts and ties it together with a post-checkout hook so spinning up a new agent with its own database takes one command. See the guide: Git worktrees with Neon branching.
Google Jules and Neon MCP
Use the Neon MCP Server with Google Jules to give AI agents an isolated database branch for each feature. Connect Jules to Neon MCP so it can spin up branches, apply schema changes and migrations, and open PRs without touching production. See the guide: Google Jules and Neon MCP.
Fixes and improvements
- Data anonymization
- Neon Auth
- Neon Console
- PgBouncer
- Snapshots
- Feb 27, 2026
- Date parsed from source:Feb 27, 2026
- First seen by Releasebot:Feb 28, 2026
- Modified by Releasebot:Mar 14, 2026
FEB 27, 2026
Neon announces broad Postgres version updates from 14.21 to 18.2 with automatic minor upgrades on restart and TimescaleDB support on Postgres 18. It also debuts the Claimable Postgres Neon Agent Skill for instant temporary databases, plus guides for Git worktrees and Jules/MCP workflows.
Postgres version updates
We updated supported Postgres versions to
14.21
,
15.16
,
16.12
,
17.8
, and
18.2
, respectively.SELECT version ();PostgreSQL 18 .2 (e21737f) on aarch64 - unknown - linux - gnu, compiled by gcc (Ubuntu 13 . 3 . 0 - 6ubuntu2~ 24 . 04 . 1 ) 13 . 3 . 0 , 64 -bitWhen a new minor version is available on Neon, it is applied the next time your compute restarts. For more about how we handle Postgres version upgrades, refer to our
Postgres version support policy
.TimescaleDB on Postgres 18
We've added support for the
timescaledb
extension on Postgres 18. Install it with:CREATE EXTENSION timescaledb;See
The timescaledb extension
for setup and usage.New Neon Agent Skill: Claimable Postgres (neon.new)
We've added
claimable-postgres
to the
Neon Agent Skills
collection. With this skill, your AI assistant can provide an instant temporary database via
Claimable Postgres by Neon
and obtain a connection string autonomously, without human intervention, account creation, or credit card. For details, see
Claimable Postgres by Neon
.HOW TO GET NEON AGENT SKILLS
npx (skills only):
npx skills add neondatabase/agent-skills -s claimable-postgresNeon Agent Skills repository
Git worktrees with Neon branching
Run multiple AI coding agents in parallel without collisions by giving each agent its own Git worktree (isolated working directory) and Neon database branch from a single repository. The guide shows how to avoid file, Git, and database conflicts and ties it together with a post-checkout hook so spinning up a new agent with its own database takes one command. See the guide:
Git worktrees with Neon branching
.Google Jules and Neon MCP
Use the Neon MCP Server with
Google Jules
to give AI agents an isolated database branch for each feature. Connect Jules to Neon MCP so it can spin up branches, apply schema changes and migrations, and open PRs without touching production. See the guide:
Google Jules and Neon MCP
.Fixes and improvements
Data anonymization
Neon Auth
Neon Console
PgBouncer
Snapshots
Original source Report a problem - Feb 27, 2026
- Date parsed from source:Feb 27, 2026
- First seen by Releasebot:Feb 28, 2026
Feb 27, 2026 – Postgres version updates, TimescaleDB on PG 18, Claimable Postgres agent skill, and more
Neon updates Postgres version support to 14.21, 15.16, 16.12, 17.8, and 18.2 with automatic minor upgrades on restart. TimescaleDB is now supported on Postgres 18. A new Neon Agent Skill Claimable Postgres enables instant temporary DB access, plus guides for Git worktrees and Jules MCP.
Postgres version updates
We updated supported Postgres versions to 14.21, 15.16, 16.12, 17.8, and 18.2, respectively.
SELECT version();PostgreSQL 18.2 (e21737f) on aarch64-unknown-linux-gnu, compiled by gcc (Ubuntu 13.3.0-6ubuntu24.04.1) 13.3.0, 64-bit
When a new minor version is available on Neon, it is applied the next time your compute restarts. For more about how we handle Postgres version upgrades, refer to our Postgres version support policy.
TimescaleDB on Postgres 18
We've added support for the timescaledb extension on Postgres 18. Install it with:
CREATE EXTENSION timescaledb;See The timescaledb extension for setup and usage.
New Neon Agent Skill: Claimable Postgres (pg.new)
We've added claimable-postgres to the Neon Agent Skills collection. With this skill, your AI assistant can provide an instant temporary database via Claimable Postgres by Neon and obtain a connection string autonomously, without human intervention, account creation, or credit card. For details, see Claimable Postgres by Neon.
HOW TO GET NEON AGENT SKILLS
npx (skills only): npx skills add neondatabase/agent-skills -s claimable-postgresGit worktrees with Neon branching
Run multiple AI coding agents in parallel without collisions by giving each agent its own Git worktree (isolated working directory) and Neon database branch from a single repository. The guide shows how to avoid file, Git, and database conflicts and ties it together with a post-checkout hook so spinning up a new agent with its own database takes one command. See the guide: Git worktrees with Neon branching.
Google Jules and Neon MCP
Use the Neon MCP Server with Google Jules to give AI agents an isolated database branch for each feature. Connect Jules to Neon MCP so it can spin up branches, apply schema changes and migrations, and open PRs without touching production. See the guide: Google Jules and Neon MCP.
Fixes and improvements
- Data anonymization
- Neon Auth
- Neon Console
- PgBouncer
- Snapshots