---
editLink: false
lastUpdated: false
---

[@salesforce/b2c-tooling-sdk](../../../modules.md) / [operations/mrt](../index.md) / CreateProjectOptions

# Interface: CreateProjectOptions

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/project.ts:150](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/mrt/project.ts#L150)

Options for creating an MRT project.

## Properties

### name

> **name**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/project.ts:154](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/mrt/project.ts#L154)

User-friendly name for the project.

***

### organization

> **organization**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/project.ts:164](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/mrt/project.ts#L164)

Organization slug to create the project in.

***

### origin?

> `optional` **origin**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/project.ts:180](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/mrt/project.ts#L180)

MRT API origin URL.

#### Default

```ts
"https://cloud.mobify.com"
```

***

### slug?

> `optional` **slug**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/project.ts:159](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/mrt/project.ts#L159)

Project slug/identifier (auto-generated if not provided).

***

### ssrRegion?

> `optional` **ssrRegion**: `"us-east-1"` \| `"us-east-2"` \| `"us-west-1"` \| `"us-west-2"` \| `"ap-south-1"` \| `"ap-south-2"` \| `"ap-northeast-2"` \| `"ap-southeast-1"` \| `"ap-southeast-2"` \| `"ap-southeast-3"` \| `"ap-northeast-1"` \| `"ap-northeast-3"` \| `"ca-central-1"` \| `"eu-central-1"` \| `"eu-central-2"` \| `"eu-west-1"` \| `"eu-west-2"` \| `"eu-west-3"` \| `"eu-north-1"` \| `"eu-south-1"` \| `"il-central-1"` \| `"me-central-1"` \| `"sa-east-1"`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/project.ts:174](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/mrt/project.ts#L174)

Default AWS region for new targets.

***

### url?

> `optional` **url**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/project.ts:169](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/mrt/project.ts#L169)

Project URL.
