---
title: "Create an entitlement plan"
method: POST
path: "/v1/entitlement-plans"
tags: ["Entitlements"]
---

# Create an entitlement plan

`POST /v1/entitlement-plans`

Create a new entitlement plan (tier) with feature rules.

## Request body

- object
  - `name` string, required
  - `slug` string, required — URL-safe slug (lowercase alphanumeric, hyphens, underscores)
  - `description` string
  - `isDefault` boolean

## Response `201`

Plan created

- object — Plan created

## Other responses

- `401` — Unauthorized
- `409` — Slug already exists

---

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