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.
- ✓ 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
Publish your starter lawp.json at
/.well-known/lawp.json. WordPress: install the Actuent plugin. Cloudflare: use the one-click Worker.Give an action an
endpoint on your domain so agents can do it for the user, not just link to it. See LAWP Actions.Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Starter lawp.json for neon.tech
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
<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
Pages
For AI agents
GET https://api.actuent.ai/api/search?q=neon.tech
https://agents.actuent.ai/api/mcpIs this your site?
<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=cardActuent is a search engine for AI agents, made by localilabs. Data is generated automatically from public web content and may be incomplete.
