---
title: "Create workspace"
method: POST
path: "/workspaceManagement/workspaces"
tags: ["Workspace Management - Workspaces"]
---

# Create workspace

`POST /workspaceManagement/workspaces`

Create a new workspace

## Request body

- object — Request body schema.
  - `name` string, required
  - `logoBase64` string
  - `metadata` object
    - `referralSource` string[]
    - `dubClickId` string

## Response `200`

Successful response

- object
  - `workspace` object, required
    - `uuid` string, required
    - `name` string, required
    - `allowedEmailDomains` string[], required
    - `temporalNamespace` string, required
    - `temporalTaskQueuePrefix` string, nullable, required
    - `openAiVectorStoreId` string, nullable, required
    - `syncs` object[], required
      - `domain` 'connection' | 'orchestration' | 'revenueOrganization' | 'storage' | 'systemOfRecordIntegration' | 'ai', required
      - `temporalScheduleWorkflowId` string, required
      - `cron` string, required
    - `createdAt` string, required
    - `updatedAt` string, required
    - `logoUrl` string, nullable, required
    - `metadata` object, nullable, required
      - `mainGoal` string[]
      - `salesRepCount` string
      - `gtmStackList` string[]
      - `referralSource` string[]
    - `chromeExtensionMasterAgentUuid` string, nullable, required
    - `chromeExtensionAvailableAgentUuids` string[], nullable, required
    - `defaultRoleUuid` string, nullable, required
    - `allowedLoginProviders` string[], nullable, required
    - `ssoIdentifier` string, nullable, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.net/getcargo/apis/cargo-api.md) · [All operations](https://skmtc.net/getcargo/apis/cargo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getcargo/cargo-api/revisions/1d5a19e01d83/schema)
