---
title: "Create an entity"
method: POST
path: "/api/applicants/entities"
tags: ["entities"]
---

# Create an entity

`POST /api/applicants/entities`

Creates a new entity (LLC, Trust, Corporation, etc.) and optionally attaches owners.

## Request body

- CreateEntityRequest
  - `entity_name` string, required
  - `entity_type` 'llc' | 'corporation' | 'trust' | 'partnership' | 'sole_proprietorship' | 'other', required
  - `ein` string
  - `state_of_formation` string
  - `owners` object[]
    - `borrower_id` string, required
    - `ownership_pct` number, required

## Response `200`

Successful response

- CreateEntityResponse
  - `ok` true, required
  - `entity` object, required
    - `id` string, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `422` — Validation error
- `500` — Internal server error

---

[API](https://skmtc.net/brrrr-loans/apis/dscr-ai-api.md) · [All operations](https://skmtc.net/brrrr-loans/apis/dscr-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brrrr-loans/dscr-ai-api/revisions/54d1434a778b/schema)
