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.
Block Preview
Neon
Serverless Postgres with branching and autoscaling
Usage
- Add the block to your workflow and connect it to the upstream step.
- Configure any required credentials or tokens in the inputs.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the neon block with monitoring enabled in production.
Inputs (UI)
Neon API Key
short-inputPlaceholder: Enter your Neon API key
Layout: full
Operation
dropdownLayout: full
Options: List Projects, Get Project, Create Project, List Branches
Project ID
short-inputPlaceholder: Enter project ID
Layout: full
Condition: operation = ["get_project","list_branches","create_branch","get_connection_string","list_databases"]
Branch Name
short-inputPlaceholder: dev, staging, feature-x
Layout: full
Condition: operation = "create_branch"
Project Name
short-inputPlaceholder: my-project
Layout: full
Condition: operation = "create_project"
Inputs (API)
credential
stringRequired
operation
stringRequired
projectId
stringOptional
branchName
stringOptional
projectName
stringOptional
Outputs
Primary response type:
{
"data": "json"
}