ProductJul 23, 2026My agent cloned GitHub (sort of) using the Neon backendGitHub has been down a lot lately. During one of those episodes, I had the idea of asking my agent to use our new backend suite (still in beta) to build a working Git host. This is genuinely outside of my comfort zone as I had no prior knowledge of Git server internals, so I didn...
ProductJul 09, 2026Introducing the New Neon API CommandCLIs have become the default tool for AI agents because they package complex environments into predictable commands. But human friendly CLIs lag behind the underlying API, and letting agents call the raw API risks leaking secrets. neon api closes both gaps.
ProductJul 08, 2026Provision Your Entire Stack with Neon and Stripe Projects BuildA few months ago, Stripe changed how we think about backend infrastructure by launching Stripe Projects. Today, Stripe is taking it one step further with stripe projects build. Discover and scaffold fully wired templates in a single command.
ProductJun 15, 2026You (And Your Agent) can provision Neon in Vercel CLIThe Vercel CLI now lets agents provision a database for your project with a single command from your terminal 𝚟𝚎𝚛𝚌𝚎𝚕 𝚒𝚗𝚝𝚎𝚐𝚛𝚊𝚝𝚒𝚘𝚗 𝚊𝚍𝚍 𝚗𝚎𝚘𝚗
ProductJun 12, 2026Shipping psql without psql: a pure-TypeScript Postgres client in neonctlneonctl psql used to fail with "command not found" whenever psql wasn't on your PATH — which is most macOS laptops, slim Linux containers, Windows boxes, CI runners, and sandboxes. So we did the uncomfortable thing reimplemented the psql client in pure TypeScript, embedded it in ...
ProductJun 10, 2026A branch-first dev loop for Neon: link, checkout and env pullWe're hard at work on the private preview of Neon Platform and along the way we're rethinking Neon's branch first developer experience. First up three new Neon CLI commands that turn branch first development into a tight, repeatable loop for both humans and agents.
ProductJun 03, 2026I Slop Forked Neon. You Should Too.Agents are much better at using APIs, CLIs, and MCP servers than clicking through dashboards. That's why APIs matter even more in the age of agents. At Neon, we aim to expose all platform functionality through our open API — if you see an action in our console, the associated end...
ProductJun 01, 2026We're including 5x more data transfer in all paid plansStarting June 1, 2026, every Neon paid plan includes 500 GB of data transfer per month, up from 100 GB — enough to remove egress charges for most workloads. The change is automatic and appears on your June invoice.
ProductMay 28, 2026We're building the boring backend for apps and agentsRecently, everyone has been talking about throwing it all away and building entirely new magic sci fi cloud infrastructure for agents. Building real infrastructure is hard enough as it is. AI has only raised the stakes, dialing up the operational requirements and pushing the limi...
ProductMay 22, 2026Neon for Agent Platforms: A Companion Skill for the AI Agent ProgramWe've been working on neon for agent platforms, a companion skill that complements our existing neon postgres skill. The existing skill covers auth, drivers, branching, the Data API, MCP, and core Postgres on Neon guidance. Agent platforms have a different problem though they don...