NeonAvailable NowDatabase

Neon

Serverless Postgres for modern applications

Neon provides serverless PostgreSQL with branching, autoscaling, and a generous free tier — perfect for AI agent data storage.

Features

Serverless autoscaling
Database branching
Connection pooling
Point-in-time recovery
Generous free tier

Integration Example

Use Neon through Keystore with zero code changes. Keys are resolved from the vault and injected at request time.

neon-example.ts
1
2
3
4
5
6
7
8
9
import Keystore from "@keystore/sdk";
import { neon } from "@neondatabase/serverless";

const ks = new Keystore({ agentToken: process.env.KS_TOKEN! });
ks.interceptAll();

const sql = neon(process.env.DATABASE_URL!);
const users = await sql`SELECT * FROM users WHERE active = true`;
console.log(users);

Use Cases

Agent memory & state storage
Multi-tenant SaaS backends
Development & staging environments
Analytics data warehousing

Ready to use Neon?

Get started in minutes. Your credentials are encrypted and never exposed to your agent code.

Get Started