create_product
Create a new product to organize projects under a customer. Provide the required customer_id; for internal work, use your own company customer.
Instructions
Create a new product. Products are top-level containers for projects. Every product belongs to a customer (customer_id is required) — use an internal/own-company customer for internal work. Find customer ids via list_products (each shows its customer_id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the product | |
| customer_id | Yes | Customer this product is for. REQUIRED — every product belongs to a customer. | |
| description | No | Description of the product | |
| github_repo_url | No | GitHub repository URL for the product |