Skip to main content
Creates a new pricing plan in the specified project. You can optionally assign features to the plan at creation time.

Endpoint

Authentication

string
required
Bearer token with your API key. Requires read_write permission.

Path Parameters

string
required
The project’s URL-friendly slug identifier.

Body Parameters

string
required
Plan display name.
string
Description of the plan.
Mark this plan as “Popular” to highlight it.
boolean
Whether this plan is visible on the pricing page.
number
Monthly base price of the plan.
boolean
Whether this is a free plan (overrides basePrice to 0).
array
Array of features to assign to this plan at creation time.

Response

Returns the created plan object with status 201 Created, including its assigned plan features.

Example

Errors