Neon · Schema

Neon Compute Endpoint

A Neon compute endpoint provides the processing resources for executing database queries against a branch. Each branch supports one read-write endpoint and multiple read-only endpoints with configurable autoscaling.

DatabasesServerlessPostgresInfrastructureAuthenticationEdge

Properties

Name Type Description
id string The unique endpoint identifier
host string The hostname for connecting to this endpoint
project_id string The project ID this endpoint belongs to
branch_id string The branch ID this endpoint is attached to
region_id string The cloud region where this endpoint is deployed
autoscaling_limit_min_cu number Minimum compute units for autoscaling
autoscaling_limit_max_cu number Maximum compute units for autoscaling
type string The endpoint type determining read/write access
current_state string The current operational state of the endpoint
suspend_timeout_seconds integer Seconds of inactivity before the endpoint is automatically suspended to save resources
provisioner string The provisioner type used for this endpoint
disabled boolean Whether the endpoint is disabled
created_at string Timestamp when the endpoint was created
updated_at string Timestamp when the endpoint was last updated
View JSON Schema on GitHub

JSON Schema

neon-endpoint-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://neon.com/schemas/neon/endpoint.json",
  "title": "Neon Compute Endpoint",
  "description": "A Neon compute endpoint provides the processing resources for executing database queries against a branch. Each branch supports one read-write endpoint and multiple read-only endpoints with configurable autoscaling.",
  "type": "object",
  "required": ["id", "project_id", "branch_id", "type"],
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique endpoint identifier"
    },
    "host": {
      "type": "string",
      "description": "The hostname for connecting to this endpoint"
    },
    "project_id": {
      "type": "string",
      "description": "The project ID this endpoint belongs to"
    },
    "branch_id": {
      "type": "string",
      "description": "The branch ID this endpoint is attached to"
    },
    "region_id": {
      "type": "string",
      "description": "The cloud region where this endpoint is deployed"
    },
    "autoscaling_limit_min_cu": {
      "type": "number",
      "description": "Minimum compute units for autoscaling",
      "minimum": 0.25
    },
    "autoscaling_limit_max_cu": {
      "type": "number",
      "description": "Maximum compute units for autoscaling",
      "minimum": 0.25
    },
    "type": {
      "type": "string",
      "description": "The endpoint type determining read/write access",
      "enum": ["read_write", "read_only"]
    },
    "current_state": {
      "type": "string",
      "description": "The current operational state of the endpoint",
      "enum": ["init", "active", "idle"]
    },
    "suspend_timeout_seconds": {
      "type": "integer",
      "description": "Seconds of inactivity before the endpoint is automatically suspended to save resources",
      "minimum": 0
    },
    "provisioner": {
      "type": "string",
      "description": "The provisioner type used for this endpoint"
    },
    "disabled": {
      "type": "boolean",
      "description": "Whether the endpoint is disabled"
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the endpoint was created"
    },
    "updated_at": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the endpoint was last updated"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/neon-endpoint"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.