---
title: "Company Add"
method: POST
path: "/companies/"
tags: ["COMPANY"]
---

# Company Add

`POST /companies/`

Add a company. This operation is allowed only in the root domain.

## Request body

- CompanyCreateIn
  - `name` string, nullable
  - `country` string, nullable

## Response `200`

Successful Response

- CompanyIndexResponse
  - `name` string, nullable
  - `country` string, nullable
  - `uuid` string, uuid, required
  - `created_at` string, date-time, nullable
  - `existence_time` string, nullable

## Other responses

- `400` — Bad request.
- `403` — This operation is forbidden in the tenant domain.
- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/aab3fe5c9f05/schema)
