Runn: create project
runn_create_projectCreate a new project in Runn by entering a name and client ID, or duplicate an existing project template using a template ID and start date.
Instructions
Create a project (POST /projects). Standard mode requires name + clientId. Alternatively pass fromTemplate { templateId, startDate } to duplicate a template.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| emoji | No | ||
| budget | No | ||
| teamId | No | ||
| clientId | No | ||
| rateType | No | ||
| isTemplate | No | ||
| managerIds | No | ||
| rateCardId | No | ||
| isConfirmed | No | ||
| fromTemplate | No | If set, duplicate this template instead of creating from scratch. | |
| pricingModel | No | Defaults to 'tm'. | |
| expensesBudget | No |