Create project
render_create_projectCreate a new Render project with specified environments and owner. Uses the Render Public API to set up projects for deployment management.
Instructions
Create project. Create a new project. Calls POST /projects on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the project | |
| ownerId | Yes | The ID of the owner that the project belongs to | |
| environments | Yes | The environments to create when creating the project |