---
title: "Create company"
method: POST
path: "/companies"
tags: ["Companies"]
---

# Create company

`POST /companies`

Creates a company workspace and queues brand processing for its website.

## Request body

- object
  - `name` string — Company display name. If omitted, Sequenzy derives it from the domain.
  - `domain` string, required — Company website domain or URL.

## Response `200`

Company created

- object
  - `success` boolean
  - `company` object
    - `id` string
    - `name` string
    - `status` string
    - `websiteUrl` string
  - `message` string

## Other responses

- `401` — Unauthorized
- `500` — Company could not be created

---

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