Creates a new Neon project with specified configuration settings. This endpoint allows you to set up a customized PostgreSQL environment with various options for resource management, networking, and performance optimization. It's ideal for initializing a new database project wit…
project__namestringThe project name
project__org__idstringOrganization id in case the project created belongs to an organization. If not present, project is owned by a user and not by org.
project__region__idstringThe region identifier. Refer to our [Regions](https://neon.tech/docs/introduction/regions) documentation for supported regions. Values are specified in this format: `aws-us-east-1`
project__pg__versionintegerThe major Postgres version number. Currently supported versions are `14`, `15`, `16`, and `17`.
project__provisionerstringThe Neon compute provisioner. Specify the `k8s-neonvm` provisioner to create a compute endpoint that supports Autoscaling. Provisioner can be one of the following values: * k8s-pod * k8s-neonvm Clients must expect, that any string value that is not documented in the description…
project__branch__namestringThe default branch name. If not specified, the default branch name, `main`, will be used.
project__store__passwordsbooleanWhether or not passwords are stored for roles in the Neon project. Storing passwords facilitates access to Neon features that require authorization.
project__branch__role__namestringThe role name. If not specified, the default role name, `{database_name}_owner`, will be used.
project__branch__database__namestringThe database name. If not specified, the default database name, `neondb`, will be used.
project__autoscaling__limit__max__cuintegerAutoscaling Limit Max Cu
project__autoscaling__limit__min__cuintegerAutoscaling Limit Min Cu
project__history__retention__secondsintegerThe number of seconds to retain the shared history for all branches in this project. The default is 1 day (86400 seconds).
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.