Submit your plans and pricing
monday.com apps utilize pricing versioning to maintain marketplace pricing throughout your app's lifecycle. With each pricing version, your app’s plans and costs are stored so you can track changes over time.
This process lets you submit requests to set or update your app’s pricing. If you're submitting your app to the marketplace for the first time, you'll use the same flow to set up your initial plans and pricing.
How to submit your first pricing version
- Open the Developer Center.
- Select the app you want to create a new pricing version for.
- Click on the Pricing & Plans tab.

- Click Create Pricing Version.
- Select Standard (feature-based) or Seat-based (seat-based).

- Complete the required fields based on the selected pricing model.
- Click Submit to review.
Required fields by pricing model
Standard (feature-based)
For standard (feature-based) pricing, provide the following details:
Attribute | Description | Requirements |
---|---|---|
Plan Name | The plan name that users will see in the marketplace | • 1-255 characters |
ID | A string that will be sent to your backend as the plan_id | • 1-255 characters • Only letters, digits, dashes, or underscores • First character must be a letter or digit • Case sensitivity must be consistent across different pricing versions |
Description | A short plan description that will be shown in the marketplace | • 1-255 characters |
Includes | Short bullet points to describe what features each plan includes | • 1-5 bullet points per feature • 1-255 characters per bullet point |
Monthly price | The tier's monthly price | • Must be a non-negative integer • In USD |
Yearly price | The tier's yearly price, divided by 12 | • Must be a non-negative integer • In USD |
👍 Yearly pricing
Users will see both monthly and yearly pricing options in the marketplace. The yearly plan is shown as a monthly equivalent by dividing the total annual price by 12, making it easier to compare value at a glance.
Example:
If your app costs $10/month or $72/year, the pricing will display as:
Users will see both monthly and yearly pricing options in the marketplace. The yearly plan is shown as a monthly equivalent by dividing the total annual price by 12, making it easier to compare value at a glance.
Example:
If your app costs $10/month or $72/year, the pricing will display as:
- Monthly: $10/month
- Yearly: $6/month (billed annually at $72)
Seat-based
For seat-based pricing, provide the following details:
Attribute | Description | Requirements |
---|---|---|
Price per seat (monthly) | The monthly price per seat | • Must be a non-negative integer • In USD |
Plan description | A short plan description that will be shown in the marketplace | • 1-255 characters |
Plan includes | Short bullet points to describe what features each plan includes | • 1-5 bullet points • 1-255 characters per bullet point |
Mode | • Optimized: Discounts are auto-applied per bucket based on monday.com’s internal policies • No Discount: All seats are billed at full price • Manual: Set your own discounts per bucket, mark buckets as free, and define minimum seat requirements |
Updated about 12 hours ago