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

# Create company

`POST /companies`

Creates a company workspace and queues brand processing for its website. Requires a personal account key (seq_user_...). Company-scoped keys (seq_live_... and legacy ek_... keys) are bound to a single company and are rejected with 403, because they could never access the workspace they created.

## 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
- `403` — The API key is scoped to a single company and cannot create another one
- `500` — Company could not be created

## Changes

> 121 revisions in range; 89 could not be searched.

- **2026-05-11** `ee7b7111c55b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sequenzy/apis/sequenzy-api/changes/companies/post.md)

---

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