# create entitlement

`POST https://api.suger.cloud/org/{orgId}/entitlement`

Create a new entitlement for the given buyer & offer. Only applicable to non cloud billing partners.

## Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `orgId` | path | string | yes | Organization ID |

## Request Body

Required.

Content-Type: `application/json` · Schema: `CreateEntitlementParams`

## Responses

### 200 — OK

Content-Type: `application/json` · Schema: `WorkloadEntitlement`

### 400 — Bad request error

Content-Type: `application/json`

### 500 — Internal server error

Content-Type: `application/json`

---

Interactive API reference: https://doc.suger.io/api/
