Skip to content

Commit 529af06

Browse files
authored
Changing default team size (#1928)
* Changing default team size Adding features of the Enterprise plan * Changing Enterprise monthly invocations * Bug
1 parent 4f390a5 commit 529af06

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

docs/docs/.vuepress/config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ module.exports = {
212212
FREE_MONTHLY_INVOCATIONS: "10,000",
213213
PRO_MONTHLY_INVOCATIONS: "20,000",
214214
TEAM_MONTHLY_INVOCATIONS: "20,000",
215-
TEAM_MEMBER_LIMIT: "10",
215+
ENTERPRISE_MONTHLY_INVOCATIONS: "100,000",
216+
TEAM_MEMBER_LIMIT: "5",
216217
PRO_MONTHLY_PRICE: "$19",
217218
TEAM_MONTHLY_PRICE: "$19",
218219
DEFAULT_WORKFLOW_QUEUE_SIZE: "100",

docs/docs/pricing/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Users on the Professional Tier have access to community support, on [our forum](
4949

5050
You can create as many [organizations](/orgs) as you'd like for free. But the quota for free orgs is set to {{$site.themeConfig.FREE_ORG_DAILY_INVOCATIONS_LIMIT}} invocations per day. To lift this limit, you can upgrade the org to the **Team Plan**.
5151

52-
Orgs are limited to {{$site.themeConfig.TEAM_MEMBER_LIMIT}} members. If you need more than {{$site.themeConfig.TEAM_MEMBER_LIMIT}} team members, please reach out about an [Enterprise Plan](#enterprise-plan).
52+
Orgs are limited to {{$site.themeConfig.TEAM_MEMBER_LIMIT}} members. If you need more than {{$site.themeConfig.TEAM_MEMBER_LIMIT}} team members, please [reach out](https://pipedream.com/support).
5353

5454
The Team Plan also includes all of the features of the Professional Plan.
5555

@@ -67,6 +67,15 @@ Teams have access to support from the Pipedream team via email or a shared Slack
6767

6868
## Enterprise Plan
6969

70+
The Enterprise Plan includes all of the features of the Team plan, as well as:
71+
72+
- A base of {{$site.themeConfig.ENTERPRISE_MONTHLY_INVOCATIONS}} invocations per month
73+
- SSO support
74+
- A 99.95% uptime SLA
75+
- Support for multiple orgs. For example, you might want to separate workflows owned by different teams.
76+
- Premium support. This includes onboarding, ongoing training, and anything y'all need to be successful.
77+
- Custom, prioritized [component](https://pipedream.com/docs/components/) development. If you need new sources or actions, The Pipedream team will develop them for you and prioritize that work on our [component backlog](https://github.com/PipedreamHQ/pipedream/projects/1).
78+
7079
To discuss an Enterprise plan, please contact the Pipedream Sales Team [using the **Contact Sales** form on our Pricing page](https://pipedream.com/pricing).
7180

7281
## Definition of Terms

0 commit comments

Comments
 (0)