"A quarter of work, done in 6 days". How a solo founder built isolated Postgres per tenant on Neon
Claimable Neon

A project when your agent needs one.

Agents can provision a Neon project before a human creates an account. Start building, then claim the project into a Neon organization before it expires. Powered by auth.md.

Read the docs

Configure your backend

Select the services to include in your project. Postgres is always included.

Lakebase Postgres

A temporary database is always included.

Included

No account or payment details required. Unclaimed projects expire in 72 hours and are capped at 100 MB storage and 1 GB transfer.

Start building before you sign up. Let your agent provision Neon, then claim the project when you’re ready.

  1. Provision

    Start with scoped
    credentials.

    Create a Neon project and give your agent credentials scoped to that project, ready to use from the first request.

  2. Build

    Build with standard Postgres.

    Use the Postgres tools and workflows you already know while your agent builds against a real Neon database.

  3. Claim

    Make the project yours.

    Use the claim link to transfer the project into your Neon organization and continue from where the agent left off.

Lakebase Architecture

The same scoped agent credential works through auth.md, the Neon CLI, and neon.ts.

  • Discover and register

    Start from one text document, request capabilities, and exchange the identity assertion for short-lived access tokens.

  • Use existing commands

    Create a claimable project, then branch, query, and configure it with the same CLI commands used for regular projects.

  • Declare services

    If neon.ts is present, Neon requests the declared services and keeps unavailable ones denied until the project is claimed.

GET https://neon.com/auth.md

POST https://claimable.neon.tech/v1/agent/identity
Content-Type: application/json

{
  "type": "anonymous",
  "capabilities": ["postgres", "data_api", "auth"]
}

One scoped project, one path to ownership. Claim it into your organization before it expires.

  1. 01

    Scoped from the first request

    The service creates one project and issues credentials scoped to it, keeping access isolated from the first request.

  2. 02

    Ownership starts at claim

    A short-lived claim link transfers the project into the Neon organization selected by the human, establishing ownership.

  3. 03

    Unclaimed projects expire

    Unclaimed projects expire after 72 hours, with 100 MB storage and 1 GB transfer available until the project is claimed.

Get started

Building something ambitious?

Fill out a short form and we’ll get back to you within a few business days.

Apply now