create_project
Create a new algorithmic trading project in QuantConnect by specifying project name and programming language (C# or Python).
Instructions
Create a new project in your default organization.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errors | No | List of errors with the API call. | |
| success | No | Indicate if the API request was successful. | |
| projects | No | List of projects for the authenticated user. | |
| versions | No | List of LEAN versions. |