# CreateEntityDto

**Kind:** Class

**Source:** [`atloria-monorepo/apps/api/src/graph/dto/create-entity.dto.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/graph/dto/create-entity.dto.ts#L6)

## Properties

| Property | Type |
|---|---|
| `projectId` | `string` |
| `id` | `string` |
| `type` | `EntityType` |
| `name` | `string` |
| `description` | `string` |
| `documentId` | `string` |
| `metadata` | `Record<string, any>` |
