---
title: "Create Organization"
method: POST
path: "/api/v1/orgs"
tags: ["orgs"]
---

# Create Organization

`POST /api/v1/orgs`

## Request body

- OrganizationCreate — Create organization schema.
  - `display_name` string, required
  - `is_personal` boolean, required
  - `security_contact` string, email, nullable

## Response `200`

Successful Response

- OrganizationPGSchemaSlim — Schema for an organization in postgres for list views.
  - `id` string, uuid, required
  - `display_name` string, required
  - `tier` 'no_plan' | 'developer' | 'developer_01_2026' | 'plus' | 'plus_01_2026' | 'enterprise' | 'developer_legacy' | 'plus_legacy' | 'free' | 'enterprise_legacy' | 'startup' | 'startup_v0' | 'partner' | 'premier'
  - `created_at` string, date-time, nullable
  - `created_by_user_id` string, uuid, nullable
  - `created_by_ls_user_id` string, uuid, nullable
  - `modified_at` string, date-time, nullable
  - `is_personal` boolean, required
  - `disabled` boolean, required
  - `sso_login_slug` string, nullable
  - `sso_only` boolean
  - `jit_provisioning_enabled` boolean
  - `invites_enabled` boolean
  - `public_sharing_disabled` boolean
  - `pat_creation_disabled` boolean
  - `workspace_admin_can_invite_to_org` boolean
  - `default_sso_provision` boolean
  - `max_api_key_expiry_days` integer, nullable
  - `security_contact` string, nullable
  - `max_pat_expiry_days` integer, nullable
  - `max_service_key_expiry_days` integer, nullable
  - `scim_group_name_separator` string
  - `llm_auth_proxy_enabled` boolean, nullable
  - `llm_auth_proxy_jwt_audience` string, nullable
  - `ip_allowlist` string[], nullable
  - `restrict_browser_secrets` boolean, nullable
  - `llm_auth_proxy_allowed_urls` string[], nullable
  - `engine_enabled` boolean, nullable

## Other responses

- `422` — Validation Error

---

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