Neon plugin for OpenAI Codex
The Neon Postgres plugin is officially available in the OpenAI Codex plugin directory. It adds the Neon MCP Server and Neon-focused Agent Skills to Codex, so you can create and manage Neon projects, branches, and databases from chat, run SQL and migrations, and get guided help on connections, branching, autoscaling, Neon Auth, and more.
Install the plugin
Codex CLI: If you do not have the CLI yet, install it and start codex:
npm install -g @openai/codex
codexThen in Codex run /plugins, find Neon Postgres, and choose Install plugin. Complete any Neon sign-in or connection prompts.
For Codex app instructions, more detail on what's bundled, and example prompts, see Codex plugin for Neon. For an overview, see the Neon blog.
Snapshot API responses include storage size fields
The snapshot object in the Neon API now supports full_size and diff_size fields for monitoring snapshot storage.
- Manual snapshots expose
full_size: the full logical size at the time of the snapshot. - Scheduled snapshots: the first scheduled snapshot reports the full logical size via
full_size. Subsequent snapshots report adiff_sizevalue, which is the storage since the previous scheduled snapshot.
{
"snapshots": [
{
"id": "snap-twilight-boat-an3a2yx2",
"name": "production at 2026-04-17 09:57:07 UTC (manual)",
"source_branch_id": "br-gentle-leaf-anax5tl3",
"created_at": "2026-04-17T09:57:09Z",
"manual": true,
"full_size": 30965760
}
]
}The fields are supported on snapshot objects in responses from:
For more on these fields (when each is present, omitted, or zero, and how that relates to charging and incremental billing), see Snapshot size fields in API responses in Backup & restore.
Snapshot billing reminder
Snapshot storage billing starts May 1, 2026. For more information, see Backup & restore.
New NAT gateway IPs and VPC endpoint services in Asia Pacific (Singapore)
We've expanded infrastructure capacity in the AWS Asia Pacific (Singapore) region (ap-southeast-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 ap-southeast-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.
Organizations
Fixed an issue where approaching maximum storage notification emails for organization-owned projects were sent to every organization Member. These emails are now sent to organization Admins only. See Notes and limitations in the User permissions documentation for how this fits with Admin and Member roles.
Backup & restore
Fixed an issue where finalizing a snapshot restore could leave both the previous branch and the restored branch marked as protected, which inflated protected-branch counts toward your plan limit. Finalizing the restore now moves the protected setting to the branch that holds the restored data. See Backup & restore (finalize step).
Compute updates
Scheduled compute updates: Computes whose maximum autoscale size is 8 CU now receive scheduled updates. Previously, computes with a maximum autoscale size of 8 CU were treated like large computes and did not receive scheduled updates automatically. Computes whose maximum is greater than 8 CU still follow the large compute rules and need a manual restart. See Updates.












