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