Blocks

Neon

Serverless Postgres with branching and autoscaling

Integrate with Neon serverless PostgreSQL to create projects, manage database branches, configure autoscaling, and execute queries. Features instant branching and scale-to-zero capabilities with API key authentication.

Back to Catalog
Toolsneon

Block Preview

Neon

Serverless Postgres with branching and autoscaling

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Configure any required credentials or tokens in the inputs.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the neon block with monitoring enabled in production.

Inputs (UI)

Neon API Key

short-input

Placeholder: Enter your Neon API key

Layout: full

Operation

dropdown

Layout: full

Options: List Projects, Get Project, Create Project, List Branches

Project ID

short-input

Placeholder: Enter project ID

Layout: full

Condition: operation = ["get_project","list_branches","create_branch","get_connection_string","list_databases"]

Branch Name

short-input

Placeholder: dev, staging, feature-x

Layout: full

Condition: operation = "create_branch"

Project Name

short-input

Placeholder: my-project

Layout: full

Condition: operation = "create_project"

Inputs (API)

credential

string

Required

operation

string

Required

projectId

string

Optional

branchName

string

Optional

projectName

string

Optional

Outputs

Primary response type:

{
  "data": "json"
}

Tool Access

neon_api
Neon | NowFlow Blocks