create-project
Initialize new projects with budget, timeline, client association, and configuration settings to establish project structure and parameters.
Instructions
Create a new project with comprehensive settings including budget, timeline, client association, and project configuration. Essential for project initialization and setup.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name - clear, descriptive project title | |
| client_id | Yes | Client ID - must reference existing client from client management | |
| start_date | Yes | Project start date in YYYY-MM-DD format (ISO 8601) | |
| end_date | No | Project end date in YYYY-MM-DD format (ISO 8601) - optional for ongoing projects | |
| notes | No | Project notes - detailed description, requirements, or additional context | |
| budget | No | Project budget - total budget amount in your currency | |
| hourly_rate | No | Hourly rate - default billing rate for this project | |
| color | No | Project color - hex color code for visual identification (e.g., #FF5733) | |
| non_billable | No | Non-billable flag (0=billable project, 1=non-billable/internal project) | |
| tentative | No | Tentative flag (0=confirmed project, 1=tentative/proposed project) | |
| active | No | Active status (1=active project, 0=archived project) | |
| format | No | Response format - either "json" or "xml" | json |