Neon

Neon

Automate serverless PostgreSQL with Neon and emma

With emma's Neon integration, you can directly interact with the serverless PostgreSQL platform. Manage projects, create branches, manage databases, and handle roles through automated workflows.

Neon Features

Database Branching

Branch databases like Git (copy-on-write)

Autoscaling

Compute resources automatically adjust based on usage

Auto-suspend

Automatically suspends compute during inactivity for cost savings

Features

Authentication

Method:API Key

Neon integration uses API Key authentication. Securely access your projects using API keys issued per project.

Neon_Operator supports the following 17 tools:

CategoryTools
Project Management3
Tool NameDescription
neon_list_projectsList all projects
neon_get_projectGet project details
neon_create_projectCreate a new project
Branch Management3
Tool NameDescription
neon_list_branchesList branches in a project
neon_create_branchCreate a new branch (copy-on-write clone)
neon_delete_branchDelete a branch
Database Management3
Tool NameDescription
neon_list_databasesList databases in a branch
neon_create_databaseCreate a new database
neon_delete_databaseDelete a database
Role Management3
Tool NameDescription
neon_list_rolesList roles in a branch
neon_create_roleCreate a new role (user)
neon_reset_role_passwordReset role password
Endpoint Control3
Tool NameDescription
neon_list_endpointsList endpoints in a project
neon_start_endpointStart a suspended endpoint
neon_suspend_endpointSuspend an endpoint (cost savings)
Connection Info1
Tool NameDescription
neon_get_connection_stringGenerate database connection string
Delete Operations1
Tool NameDescription
neon_delete_projectDelete a project (all data will be lost)

Main Parameters

ParameterDescription
project_idNeon project ID
branch_idBranch ID
nameName of project/branch/database
region_idAWS region (e.g., aws-ap-northeast-1)
pg_versionPostgreSQL version (14, 15, 16, 17)
database_nameDatabase name
role_nameRole name

Available Regions

Region IDLocation
aws-us-east-1Virginia (US East)
aws-us-west-2Oregon (US West)
aws-eu-central-1Frankfurt (Europe)
aws-ap-northeast-1Tokyo (Asia Pacific)
aws-ap-southeast-1Singapore (Asia Pacific)

Prerequisites

  • emma account
  • Neon account
  • Neon API key

Setup

1. Get Neon API Key

Get your API key from Neon Console (https://console.neon.tech/app/settings/api-keys).

2. Configure API Key in emma

Set your Neon API key in emma's integration settings page.

© 2026 Duzzle Inc. All rights reserved.