Actuent
neon.tech

Neon

Neon is a backend platform built on Lakebase Postgres, offering a serverless Postgres database that scales and branches with your app. It includes fully managed authentication, S3‑compatible object storage, serverless compute functions, and an AI gateway. Neon provides a complete backend stack for building apps and agents, with free authentication per database, branching databases for development, and compute functions that run close to the database without timeouts. The platform is part of the Databricks ecosystem and is designed to scale automatically, making it easy to start, develop, and deploy backend services.

55
Partly agent-ready
Agent-readiness score out of 100
  • ✓ Clear description of the site
  • ✓ Several pages described
  • ✓ Actions agents can take
  • ✓ 3 or more actions
  • ○ Publishes its own LAWP (/.well-known/lawp.json)
  • ○ Actions agents can execute
  • ○ Business details (address, hours, phone)

How to improve this score

Up to +45 points:
+15 · Publishes its own LAWP (/.well-known/lawp.json)
Publish your starter lawp.json at /.well-known/lawp.json. WordPress: install the Actuent plugin. Cloudflare: use the one-click Worker.
+15 · Actions agents can execute
Give an action an endpoint on your domain so agents can do it for the user, not just link to it. See LAWP Actions.
+15 · Business details (address, hours, phone)
Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Starter lawp.json for neon.tech
Made from what Actuent already knows. Edit it, then publish it at https://neon.tech/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.
{
  "lawp_version": "0.3",
  "domain": "neon.tech",
  "name": "Neon",
  "language": "en",
  "pages": {
    "/": {
      "title": "Neon - Backend for Apps and Agents",
      "content": "Neon is a backend platform built on Lakebase Postgres, offering a serverless Postgres database that scales and branches with your app. It includes fully managed authentication, S3‑compatible object storage, serverless compute functions, and an AI gateway. Neon provides a complete backend stack for building apps and agents, with free authentication per database, branching databases for development, and compute functions that run close to the database without timeouts. The platform is part of the Databricks ecosystem and is designed to scale automatically, making it easy to start, develop, and deploy backend services."
    },
    "/about": {
      "title": "About Us — Neon",
      "content": "The Neon backend is GA: a complete set of primitives so agents can build Neon Product Solutions Docs Pricing Resources Core Primitives Lakebase Postgres Serverless Postgres database Object Storage S3-compatible storage that branches Functions Serverless compute next to your data Managed Better Auth "
    },
    "/contact": {
      "title": "Contact Sales — Neon",
      "content": "The Neon backend is GA: a complete set of primitives so agents can build Neon Product Solutions Docs Pricing Resources Core Primitives Lakebase Postgres Serverless Postgres database Object Storage S3-compatible storage that branches Functions Serverless compute next to your data Managed Better Auth "
    },
    "/pricing": {
      "title": "Pricing — Neon",
      "content": "The Neon backend is GA: a complete set of primitives so agents can build Neon Product Solutions Docs Pricing Resources Core Primitives Lakebase Postgres Serverless Postgres database Object Storage S3-compatible storage that branches Functions Serverless compute next to your data Managed Better Auth "
    }
  },
  "actions": [
    {
      "id": "signup",
      "name": "Sign Up",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "signup",
        "register",
        "create account",
        "new user",
        "register user"
      ],
      "description": "Create a new Neon account."
    },
    {
      "id": "view_docs",
      "name": "View Documentation",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "documentation",
        "docs",
        "learn",
        "guide",
        "reference"
      ],
      "description": "Open the Neon documentation."
    },
    {
      "id": "create_database",
      "name": "Create Database",
      "input": {
        "type": "text",
        "required": true
      },
      "intent": [
        "create database",
        "postgres",
        "serverless db",
        "new database",
        "database creation"
      ],
      "description": "Create a new serverless Postgres database."
    },
    {
      "id": "create_auth",
      "name": "Enable Authentication",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "authentication",
        "auth",
        "user auth",
        "login",
        "signup"
      ],
      "description": "Set up user authentication for your database."
    },
    {
      "id": "create_function",
      "name": "Create Function",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "function",
        "compute",
        "serverless function",
        "lambda",
        "backend function"
      ],
      "description": "Create a serverless compute function."
    },
    {
      "id": "upload_file",
      "name": "Upload File",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "upload",
        "file",
        "storage",
        "s3",
        "object storage"
      ],
      "description": "Upload a file to Neon object storage."
    },
    {
      "id": "contact",
      "name": "Contact",
      "description": "Send a message to Neon",
      "intent": [
        "contact",
        "message",
        "email",
        "get in touch"
      ],
      "input": {
        "type": "object",
        "required": true,
        "fields": [
          {
            "name": "name",
            "type": "string",
            "required": true
          },
          {
            "name": "email",
            "type": "email",
            "required": true
          },
          {
            "name": "message",
            "type": "string",
            "required": true
          }
        ]
      }
    }
  ]
}
Starter schema.org snippet
Replace the example values, then paste into your homepage's <head>.
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "name": "Neon",
  "url": "https://neon.tech",
  "telephone": "+00 0000 0000",
  "priceRange": "€€",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Street 1",
    "postalCode": "0000",
    "addressLocality": "City",
    "addressCountry": "DK"
  },
  "openingHoursSpecification": [
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": [
        "Monday",
        "Tuesday",
        "Wednesday",
        "Thursday",
        "Friday"
      ],
      "opens": "09:00",
      "closes": "17:00"
    }
  ]
}
</script>

What AI agents can do here

Sign Up
Create a new Neon account.
signupregistercreate accountnew userregister user
View Documentation
Open the Neon documentation.
documentationdocslearnguidereference
Create Database
Create a new serverless Postgres database.
create databasepostgresserverless dbnew databasedatabase creation
Enable Authentication
Set up user authentication for your database.
authenticationauthuser authloginsignup
Create Function
Create a serverless compute function.
functioncomputeserverless functionlambdabackend function
Upload File
Upload a file to Neon object storage.
uploadfilestorages3object storage

Pages

Neon - Backend for Apps and Agents /
Neon is a backend platform built on Lakebase Postgres, offering a serverless Postgres database that scales and branches with your app. It includes fully managed authentication, S3‑compatible object storage, serverless compute functions, and an AI gateway. Neon provides a complete
About Us — Neon /about
The Neon backend is GA: a complete set of primitives so agents can build Neon Product Solutions Docs Pricing Resources Core Primitives Lakebase Postgres Serverless Postgres database Object Storage S3-compatible storage that branches Functions Serverless compute next to your data
Contact Sales — Neon /contact
The Neon backend is GA: a complete set of primitives so agents can build Neon Product Solutions Docs Pricing Resources Core Primitives Lakebase Postgres Serverless Postgres database Object Storage S3-compatible storage that branches Functions Serverless compute next to your data
Pricing — Neon /pricing
The Neon backend is GA: a complete set of primitives so agents can build Neon Product Solutions Docs Pricing Resources Core Primitives Lakebase Postgres Serverless Postgres database Object Storage S3-compatible storage that branches Functions Serverless compute next to your data

For AI agents

Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=neon.tech
Or connect Actuent to ChatGPT or Claude: https://agents.actuent.ai/api/mcp
Last updated 21 Sep 2026

Is this your site?

Claim neon.tech to edit what AI agents see, make your actions executable, and show your score:
Claim this site →   WordPress, Cloudflare & Shopify →
Show your score: <script src="https://api.actuent.ai/badge.js" data-domain="neon.tech" async></script> or the image https://api.actuent.ai/badge.svg?domain=neon.tech&style=card

Actuent is a search engine for AI agents, made by localilabs. Data is generated automatically from public web content and may be incomplete.