---
title: "Company Organizations Create"
method: POST
path: "/organization/company-organizations/"
tags: ["organization"]
---

# Company Organizations Create

`POST /organization/company-organizations/`

## Headers

- `Authorization` string, required

## Request body

- CompanyOrganizationListRequest
  - `unique_company_organization_id` string
  - `company_organization_unique_id` string, nullable
  - `name` string, required
  - `email_domain` string, nullable
  - `plan` 'none' | 'starter' | 'team' | 'custom' | 'seat_based_free' | 'seat_based_pro' | 'seat_based_team' | 'seat_based_enterprise' | 'seat_based_custom' | 'respan_team' | 'respan_pro' — * `none` - Default * `starter` - Starter * `team` - Team * `custom` - Custom * `seat_based_free` - Seat Based Free * `seat_based_pro` - Seat Based Pro * `seat_based_team` - Seat Based Team * `seat_based_enterprise` - Seat Based Enterprise * `seat_based_custom` - Seat Based Custom * `respan_team` - Respan Team * `respan_pro` - Respan Pro
  - `stripe_customer_id` string
  - `llm_gateway_markup_rate` number, double — LLM gateway markup rate (default 0% markup). Single source of truth: DEFAULT_LLM_GATEWAY_MARKUP_RATE.
  - `credit_low_balance_threshold` number, double, nullable
  - `credit_auto_top_off_threshold` number, double, nullable
  - `credit_auto_top_off_amount` number, double, nullable
  - `is_auto_top_off_enabled` boolean

## Response `201`

- CompanyOrganizationList
  - `id` integer, required
  - `plan_level` integer, required
  - `unique_company_organization_id` string
  - `company_organization_unique_id` string, nullable
  - `name` string, required
  - `email_domain` string, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `plan` 'none' | 'starter' | 'team' | 'custom' | 'seat_based_free' | 'seat_based_pro' | 'seat_based_team' | 'seat_based_enterprise' | 'seat_based_custom' | 'respan_team' | 'respan_pro' — * `none` - Default * `starter` - Starter * `team` - Team * `custom` - Custom * `seat_based_free` - Seat Based Free * `seat_based_pro` - Seat Based Pro * `seat_based_team` - Seat Based Team * `seat_based_enterprise` - Seat Based Enterprise * `seat_based_custom` - Seat Based Custom * `respan_team` - Respan Team * `respan_pro` - Respan Pro
  - `stripe_customer_id` string
  - `llm_gateway_markup_rate` number, double — LLM gateway markup rate (default 0% markup). Single source of truth: DEFAULT_LLM_GATEWAY_MARKUP_RATE.
  - `credit_low_balance_threshold` number, double, nullable
  - `credit_auto_top_off_threshold` number, double, nullable
  - `credit_auto_top_off_amount` number, double, nullable
  - `is_auto_top_off_enabled` boolean

---

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