Skip to content

Neon ​

Manage serverless Postgres projects, branches, databases, and endpoints with Neon.

DetailValue
CategoryDatabase
Base URLhttps://console.neon.tech/api/v2
AuthenticationBearer Token
Endpoints8
Connector keyneon

Using Neon in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Neon from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /projectsList projects
POST /projectsCreate a project
GET /projects/{project_id}Get project details
DELETE /projects/{project_id}Delete a project
GET /projects/{project_id}/branchesList branches
POST /projects/{project_id}/branchesCreate a branch
GET /projects/{project_id}/endpointsList endpoints
GET /projects/{project_id}/operationsList operations

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.