acc_create_project
Create a new Autodesk Construction Cloud project, optionally cloned from a template, as the first step to set up a Common Data Environment. Set location, dates, currency, and project type.
Instructions
Create an ACC project (optionally cloned from a template) — the first step of setting up a CDE. The signed-in user (acc_login) must be an account admin of the hub. Product activation is ASYNCHRONOUS: poll acc_get_project until products show 'active', then add a project admin with acc_add_project_user (this also triggers member copy from the template).
Location (latitude/longitude, address) can ONLY be set here at creation — the ACC Admin API has no project-update endpoint, so an existing project's location must be changed in the ACC UI (Project Admin > Settings).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City, e.g. 'Nha Trang' | |
| name | Yes | Project name (must be unique in the account) | |
| country | No | ISO 3166-1 alpha-2 country code, e.g. 'VN' | |
| currency | No | ISO 4217 currency for projectValue, e.g. 'VND', 'USD' | |
| end_date | No | ISO date YYYY-MM-DD | |
| latitude | No | Site latitude in decimal degrees, e.g. 12.294595 (must be paired with longitude) | |
| timezone | No | IANA timezone, e.g. 'Asia/Bangkok' (UTC+7) | Asia/Bangkok |
| longitude | No | Site longitude in decimal degrees, e.g. 109.177071 (must be paired with latitude) | |
| account_id | Yes | Account/hub id | |
| job_number | No | Internal job/contract number | |
| start_date | No | ISO date YYYY-MM-DD | |
| postal_code | No | Postal / ZIP code | |
| project_type | No | Project type, e.g. 'Bridge', 'Seaport', 'Office'. Use 'Template Project' when creating a template | Bridge |
| address_line1 | No | Street address line 1 | |
| address_line2 | No | Street address line 2 | |
| project_value | No | Estimated project value in the given currency | |
| classification | No | production | template | component | sample | production |
| state_or_province | No | State/province, e.g. 'Khanh Hoa' | |
| template_project_id | No | Clone products/settings/folder structure from this template project id |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |