create_project
Create a new QuantConnect project with specified name and programming language for algorithmic trading development.
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. |