create_project
Create a project to allocate printer time, material costs, and fulfillment fees to specific clients or cost-centers. Requires a name and client identifier.
Instructions
Create a project for cost tracking.
Manufacturing bureaus use projects to allocate printer time, material
costs, and fulfillment fees to specific client engagements.
Args:
name: Project name (e.g. ``"Widget Batch 42"``).
client: Client or cost-center identifier.
description: Optional project description.
budget: Optional budget cap in the configured currency.
Requires Enterprise license.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| budget | No | ||
| client | Yes | ||
| description | No |