create_project
Create a new billing project under one of your customers. The organization is fixed by your context; customer_id must be a customer in your organization. Discover ids with find_billing_work - never ask the user for an id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name (required). | |
| customer_id | Yes | Id of the customer this project belongs to (required). Must be a customer in your organization. | |
| description | No | Optional project description (max 500 characters). | |
| billing_type | Yes | Billing type to allow on the project (required). One of: TM, Fix, OVH. | |
| idempotency_key | No | Optional caller-supplied key; retrying with the same key returns the original result instead of acting twice. | |
| create_general_activity | No | Optional. When true (the default for this tool), also create a default visible "General" task + activity so time can be logged on the project immediately. Set false to create an empty project with no activities yet. |