---
title: "Create a New Hub"
method: POST
path: "/v1/hub"
tags: ["Hub"]
---

# Create a New Hub

`POST /v1/hub`

Create a new hub with the specified name

## Request body

- CreateHub
  - `name` string, required

## Response `200`

New hub successfully created

- object
  - `metadata` object
  - `data` SimpleHub
    - `logo` string
    - `projectList` ProjectList[]
      - `createdAt` string, date-time
      - `updatedAt` string, date-time
      - `favourite` boolean
      - `projectRole` string
      - `user` User6
        - `publicId` string, uuid
        - `name` string
        - `firebaseUserId` string
        - `email` string
        - `kind` string
    - `publicId` string
    - `image` string
    - `name` string
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `isDeleted` boolean
    - `mfaRequired` boolean
    - `hideProcessCreated` boolean
    - `aiSearchEnabled` boolean
    - `deletedAt` string, date-time
    - `primaryColour` string
    - `fontColour` string
    - `defaultProcessId` string
    - `defaultHeaderBackgroundColor` string
    - `defaultHeaderTextColor` string
    - `defaultDateFormat` string
    - `defaultDatetimeFormat` string
    - `allowTableExport` boolean
    - `allowDocumentExport` boolean
    - `wordTemplate` string
    - `public` boolean
    - `domainsAccess` string[]
    - `processTitleFontSize` number
    - `processTitleBold` boolean
    - `processTitleItalic` boolean
    - `processTitleUnderline` boolean
    - `processTitleColour` string
    - `processTitleAlignment` string
    - `headingStyles` HeadingStyle[]
      - `publicId` string, uuid
      - `level` integer
      - `bold` boolean
      - `italic` boolean
      - `underline` boolean
      - `colour` string
      - `numberingStyle` integer
      - `startAt0` boolean
      - `fontSize` number
    - `defaultBanner` string

---

[API](https://skmtc.net/morta-technology/apis/morta-api-reference.md) · [All operations](https://skmtc.net/morta-technology/apis/morta-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/morta-technology/morta-api-reference/versions/9c58c1c1e7e8/schema)
