--- title: 'Neon' description: 'Manage serverless Postgres projects, branches, databases, and endpoints with Neon.' --- # 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 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 | Endpoint | Summary | |---|---| | [GET /projects](./get_projects_database_listprojects) | List projects | | [POST /projects](./post_projects_database_createproject) | Create a project | | [GET /projects/{project_id}](./get_projects_project_id_database_getproject) | Get project details | | [DELETE /projects/{project_id}](./delete_projects_project_id_database_deleteproject) | Delete a project | | [GET /projects/{project_id}/branches](./get_projects_project_id_branches_database_listbranches) | List branches | | [POST /projects/{project_id}/branches](./post_projects_project_id_branches_database_createbranch) | Create a branch | | [GET /projects/{project_id}/endpoints](./get_projects_project_id_endpoints_database_listendpoints) | List endpoints | | [GET /projects/{project_id}/operations](./get_projects_project_id_operations_database_listoperations) | List operations | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.