Neon ​
Manage serverless Postgres projects, branches, databases, and endpoints with Neon.
| Detail | Value |
|---|---|
| Category | Database |
| Base URL | https://console.neon.tech/api/v2 |
| Authentication | Bearer Token |
| Endpoints | 8 |
| Connector key | neon |
Using Neon in a workflow ​
- Go to Connections and click New Connection.
- Pick Neon from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /projects | List projects |
| POST /projects | Create a project |
| GET /projects/{project_id} | Get project details |
| DELETE /projects/{project_id} | Delete a project |
| GET /projects/{project_id}/branches | List branches |
| POST /projects/{project_id}/branches | Create a branch |
| GET /projects/{project_id}/endpoints | List endpoints |
| GET /projects/{project_id}/operations | List operations |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.