---
title: "Allows a user to create a new Company"
method: POST
path: "/companies"
tags: ["companies"]
---

# Allows a user to create a new Company

`POST /companies`

User must have been previously invited

## Request body

- CreateCompanyRequest — Represents a request to create a new Gremlin company
  - `admin_email` string, required — The email of the user creating the company
  - `code` string, required — The invite code the user received in their email
  - `company_name` string, required — The name of the company to be created
  - `team_name` string, required — The name of the team to be created under the company
  - `allow_us_storage` boolean — If the user's information is allowed to be stored in U.S. based servers
  - `admin_password` string — The password for the user (optional if using SSO)

## Response `default`

default response

## Other responses

- `403` — Response was sent via HTTP, please retry using HTTPS

---

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