Integrate Neon Into Your Platform
Bring isolated Postgres databases to your end-users through a Neon integration. Follow the lead of Vercel, Replit, Retool, and many others. Ideal for developers and AI agents.
Become a partnerWhy partnering with Neon?
Let your end-users create isolated Postgres databases—while we handle the database management for you.
- Level up your platform- Start offering managed Postgres, the most-loved database by developers. 
- Budget-friendly- Thanks to scale-to-zero, empty databases cost you pennies. Pay for what you use. 
- On your terms- Integrate Neon as a third-party via OAuth or build your own product on top of it. 
- Let us do the work- We host Postgres, you build. Handle all database tasks via an API. 
We’ve built RetoolDB while virtually automating all database tasks. This saved us a tremendous amount of time and engineering effort.
Tell me more
Dive deeper into our partners' stories
- Retool uses Neon to manage a massive database fleet with a small team. They run 300k databases with 1 engineer. Read more
- Vercel choose Neon to power Vercel Postgres, their integrated Postgres storage. Read more
- Replit Agents are deploying thousands of Postgres databases powered by Neon, which is a perfect DB for agents. Read more
- Neon powers Koyeb Serverless Postgres, allowing Koyeb users to build apps end-to-end without leaving the platform. Read more
Become a Partner
Start the process here. You'll be able to schedule a meeting with our partnerships team as a next step.
The combination of flexible resource limits and nearly instant database provisioning made Neon a no-brainer.
Why Neon
A fully managed Postgres that’s easy to run, efficient, and scalable.
Large fleet, small bill
With Neon’s scale-to-zero, you only pay for the resources your customers actually use.
Learn moreFull automation
Handle all database tasks via our API endpoints for easy management.
Explore API referencerequire 'uri'
require 'net/http'
require 'openssl'
    
url = URI("https://console.neon.tech/api/v2/projects/project_id/branches")
    
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
    
request = Net::HTTP::Post.new(url)
request["accept"] = 'application/json'
request["content-type"] = 'application/json'
    
response = http.request(request)
puts response.read_bodyPlatform Builder
Use case
Costs estimator
Pied Piper, a developer platform, wants to give one managed Postgres database to each one of their end users.
Pied Piper.'s users fall into two categories: companies with Pro accounts, storing an average of 20 GB, and hobbyists on the Free plan, storing an average of 0.5 GB.
Use case
- Number of users 
- % of Pro accounts vs Free. If this doesn't apply, select 0. 
- How many hours/week do the Free Plan users run the DB? 
- How many hours/week do the Pro users run the DB? 
Monthly cost: AWS RDS vs Neon
AWS RDS
Neon
Total cost-savings
Don't know Neon? Try it first
Start by creating a Free account to get a feel for the platform.



