---
title: "createProject"
canonical: "https://support.appfire.com/space/BCCLI/65768522/createProject"
format: markdown
---
> Macro (aura-html)

See also: [Actions](https://appfire.atlassian.net/wiki/spaces/BCCLI/pages/65766635)

> Macro (details)
> 
> | **Description** | Create a new project in a workspace. Use private (default) or public parameter to set the visibility of the project. Use continue parameter to ignore an error when the project already exists. |
> | --- | --- |
> | **Required Parameters** | [workspace](https://appfire.atlassian.net/wiki/spaces/BCCLI/pages/65765634), [project](https://appfire.atlassian.net/wiki/spaces/BCCLI/pages/65768375) |
> | **Optional Parameters** | [name](https://appfire.atlassian.net/wiki/spaces/BCCLI/pages/65766239), [description](https://appfire.atlassian.net/wiki/spaces/BCCLI/pages/65765861), [public](https://appfire.atlassian.net/wiki/spaces/BCCLI/pages/65768343), [private](https://appfire.atlassian.net/wiki/spaces/BCCLI/pages/65768123), [continue](https://appfire.atlassian.net/wiki/spaces/BCCLI/pages/65766680) |
> | **Type** | [Create](https://appfire.atlassian.net/wiki/spaces/BCCLI/pages/65768932/Action+Types#ActionTypes-Create) |
> | **Category** | [Projects](https://appfire.atlassian.net/wiki/spaces/BCCLI/pages/65766329/Action+Categories#ActionCategories-Projects) |
> | **Output Formats** |  |
> | **Replacement Variables** | project, projectUuid, projectName |
> | **Since Version** | 9.3 |
> | **Examples** | [createProject](https://appfire.atlassian.net/wiki/spaces/BCCLI/pages/65766633/Examples#createProject) |

## Related How To's

> Macro (cql-query)