pricing.md 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +118 -0
  3. package/SKILL.md +593 -0
  4. package/data/tools/algolia.json +101 -0
  5. package/data/tools/amplitude.json +73 -0
  6. package/data/tools/auth0-b2b.json +175 -0
  7. package/data/tools/auth0-b2c.json +183 -0
  8. package/data/tools/buildkite.json +104 -0
  9. package/data/tools/checkly.json +112 -0
  10. package/data/tools/circleci.json +102 -0
  11. package/data/tools/clerk.json +109 -0
  12. package/data/tools/cloudflare.json +71 -0
  13. package/data/tools/contentful.json +71 -0
  14. package/data/tools/convex.json +74 -0
  15. package/data/tools/courier.json +80 -0
  16. package/data/tools/deno-deploy.json +145 -0
  17. package/data/tools/depot.json +66 -0
  18. package/data/tools/descope.json +130 -0
  19. package/data/tools/engagespot.json +84 -0
  20. package/data/tools/fly-io.json +53 -0
  21. package/data/tools/github-actions.json +64 -0
  22. package/data/tools/honeycomb.json +65 -0
  23. package/data/tools/inngest.json +80 -0
  24. package/data/tools/launchdarkly.json +81 -0
  25. package/data/tools/mergent.json +116 -0
  26. package/data/tools/mixpanel.json +70 -0
  27. package/data/tools/mux.json +164 -0
  28. package/data/tools/neon.json +173 -0
  29. package/data/tools/netlify.json +99 -0
  30. package/data/tools/new-relic.json +104 -0
  31. package/data/tools/novu.json +94 -0
  32. package/data/tools/orama.json +153 -0
  33. package/data/tools/paddle.json +46 -0
  34. package/data/tools/planetscale-postgres.json +108 -0
  35. package/data/tools/planetscale-vitess.json +82 -0
  36. package/data/tools/plausible.json +75 -0
  37. package/data/tools/posthog.json +101 -0
  38. package/data/tools/postmark.json +93 -0
  39. package/data/tools/railway.json +161 -0
  40. package/data/tools/render.json +94 -0
  41. package/data/tools/resend.json +135 -0
  42. package/data/tools/sanity.json +98 -0
  43. package/data/tools/sendgrid.json +78 -0
  44. package/data/tools/sentry.json +276 -0
  45. package/data/tools/statsig.json +70 -0
  46. package/data/tools/storyblok.json +121 -0
  47. package/data/tools/stripe.json +46 -0
  48. package/data/tools/supabase.json +100 -0
  49. package/data/tools/tigris.json +70 -0
  50. package/data/tools/trigger-dev.json +90 -0
  51. package/data/tools/turso.json +226 -0
  52. package/data/tools/unosend.json +88 -0
  53. package/data/tools/upstash.json +85 -0
  54. package/data/tools/vercel.json +146 -0
  55. package/data/tools/weaviate.json +93 -0
  56. package/data/tools/workos.json +127 -0
  57. package/dist/src/index.d.ts +2 -0
  58. package/dist/src/index.js +23 -0
  59. package/dist/src/registry/registry.d.ts +52 -0
  60. package/dist/src/registry/registry.js +216 -0
  61. package/dist/src/schema/pricing.d.ts +191 -0
  62. package/dist/src/schema/pricing.js +89 -0
  63. package/dist/src/server.d.ts +3 -0
  64. package/dist/src/server.js +32 -0
  65. package/dist/src/tools/compare-tools.d.ts +61 -0
  66. package/dist/src/tools/compare-tools.js +115 -0
  67. package/dist/src/tools/estimate-cost.d.ts +44 -0
  68. package/dist/src/tools/estimate-cost.js +61 -0
  69. package/dist/src/tools/find-cheapest.d.ts +54 -0
  70. package/dist/src/tools/find-cheapest.js +93 -0
  71. package/dist/src/tools/get-pricing.d.ts +51 -0
  72. package/dist/src/tools/get-pricing.js +23 -0
  73. package/dist/src/tools/search-tools.d.ts +55 -0
  74. package/dist/src/tools/search-tools.js +52 -0
  75. package/package.json +40 -0
@@ -0,0 +1,70 @@
1
+ {
2
+ "id": "tigris",
3
+ "name": "Tigris",
4
+ "description": "Globally distributed, S3-compatible object storage with zero egress fees and usage-based pricing",
5
+ "url": "https://tigrisdata.com",
6
+ "pricingUrl": "https://tigrisdata.com/pricing.md",
7
+ "category": "storage",
8
+ "tags": [
9
+ "storage",
10
+ "object-storage",
11
+ "s3-compatible",
12
+ "cdn"
13
+ ],
14
+ "lastVerified": "2026-04-02",
15
+ "freshnessCategory": "volatile",
16
+ "currency": "USD",
17
+ "portability": {
18
+ "switchingCost": "drop-in",
19
+ "openStandard": "S3-compatible",
20
+ "whatYouLose": "Global distribution, zero egress, Tigris-specific storage classes"
21
+ },
22
+ "tiers": [
23
+ {
24
+ "name": "Pay as You Go",
25
+ "slug": "pay-as-you-go",
26
+ "pricingModel": "usage_based",
27
+ "basePrice": 0,
28
+ "billingPeriod": "monthly",
29
+ "annualDiscount": null,
30
+ "seatPrice": null,
31
+ "usageMetrics": [
32
+ {
33
+ "name": "Standard Storage",
34
+ "unit": "GB",
35
+ "pricePerUnit": 0.02,
36
+ "unitQuantity": 1,
37
+ "includedQuantity": 5
38
+ },
39
+ {
40
+ "name": "Class A Requests",
41
+ "unit": "requests",
42
+ "pricePerUnit": 0.005,
43
+ "unitQuantity": 1000,
44
+ "includedQuantity": 10000
45
+ },
46
+ {
47
+ "name": "Class B Requests",
48
+ "unit": "requests",
49
+ "pricePerUnit": 0.0005,
50
+ "unitQuantity": 1000,
51
+ "includedQuantity": 100000
52
+ }
53
+ ],
54
+ "features": [],
55
+ "limits": {}
56
+ },
57
+ {
58
+ "name": "Enterprise",
59
+ "slug": "enterprise",
60
+ "pricingModel": "custom",
61
+ "basePrice": null,
62
+ "billingPeriod": null,
63
+ "annualDiscount": null,
64
+ "seatPrice": null,
65
+ "usageMetrics": [],
66
+ "features": [],
67
+ "limits": {}
68
+ }
69
+ ]
70
+ }
@@ -0,0 +1,90 @@
1
+ {
2
+ "id": "trigger-dev",
3
+ "name": "Trigger.dev",
4
+ "description": "Background job orchestration platform with built-in retry, scheduling, and realtime connections",
5
+ "url": "https://trigger.dev",
6
+ "pricingUrl": "https://trigger.dev/pricing",
7
+ "category": "queues",
8
+ "tags": [],
9
+ "lastVerified": "2026-04-03",
10
+ "freshnessCategory": "volatile",
11
+ "currency": "USD",
12
+ "portability": {
13
+ "switchingCost": "moderate",
14
+ "openStandard": null,
15
+ "whatYouLose": "Trigger.dev task orchestration, built-in retry/scheduling, Realtime connections"
16
+ },
17
+ "tiers": [
18
+ {
19
+ "name": "Free",
20
+ "slug": "free",
21
+ "pricingModel": "free",
22
+ "basePrice": 0,
23
+ "billingPeriod": null,
24
+ "annualDiscount": null,
25
+ "seatPrice": null,
26
+ "usageMetrics": [],
27
+ "features": [],
28
+ "limits": {
29
+ "concurrentRuns": 20,
30
+ "teamMembers": 5,
31
+ "schedules": 10,
32
+ "logRetentionDays": 1,
33
+ "realtimeConnections": 10,
34
+ "usageCreditUsd": 5
35
+ }
36
+ },
37
+ {
38
+ "name": "Hobby",
39
+ "slug": "hobby",
40
+ "pricingModel": "flat_rate",
41
+ "basePrice": 10,
42
+ "billingPeriod": "monthly",
43
+ "annualDiscount": null,
44
+ "seatPrice": null,
45
+ "usageMetrics": [],
46
+ "features": [],
47
+ "limits": {
48
+ "concurrentRuns": 50,
49
+ "teamMembers": 5,
50
+ "environments": 3,
51
+ "schedules": 100,
52
+ "logRetentionDays": 7,
53
+ "alertDestinations": 3,
54
+ "realtimeConnections": 50,
55
+ "usageCreditUsd": 10
56
+ }
57
+ },
58
+ {
59
+ "name": "Pro",
60
+ "slug": "pro",
61
+ "pricingModel": "flat_rate",
62
+ "basePrice": 50,
63
+ "billingPeriod": "monthly",
64
+ "annualDiscount": null,
65
+ "seatPrice": null,
66
+ "usageMetrics": [],
67
+ "features": [],
68
+ "limits": {
69
+ "concurrentRuns": 200,
70
+ "teamMembers": 25,
71
+ "schedules": 1000,
72
+ "logRetentionDays": 30,
73
+ "realtimeConnections": 500,
74
+ "usageCreditUsd": 50
75
+ }
76
+ },
77
+ {
78
+ "name": "Enterprise",
79
+ "slug": "enterprise",
80
+ "pricingModel": "custom",
81
+ "basePrice": null,
82
+ "billingPeriod": null,
83
+ "annualDiscount": null,
84
+ "seatPrice": null,
85
+ "usageMetrics": [],
86
+ "features": [],
87
+ "limits": {}
88
+ }
89
+ ]
90
+ }
@@ -0,0 +1,226 @@
1
+ {
2
+ "id": "turso",
3
+ "name": "Turso",
4
+ "description": "Edge-hosted SQLite-compatible database with embedded replicas",
5
+ "url": "https://turso.tech",
6
+ "pricingUrl": "https://turso.tech/pricing.md",
7
+ "category": "database",
8
+ "tags": [
9
+ "database",
10
+ "sqlite",
11
+ "edge",
12
+ "embedded-replicas"
13
+ ],
14
+ "lastVerified": "2026-04-02",
15
+ "freshnessCategory": "volatile",
16
+ "currency": "USD",
17
+ "portability": {
18
+ "switchingCost": "moderate",
19
+ "openStandard": "SQLite wire protocol (libSQL)",
20
+ "whatYouLose": "Edge replication, embedded replicas, multi-region, Turso-specific extensions"
21
+ },
22
+ "tiers": [
23
+ {
24
+ "name": "Free",
25
+ "slug": "free",
26
+ "pricingModel": "free",
27
+ "basePrice": 0,
28
+ "billingPeriod": "monthly",
29
+ "annualDiscount": null,
30
+ "seatPrice": null,
31
+ "usageMetrics": [
32
+ {
33
+ "name": "rows-read",
34
+ "pricePerUnit": 0,
35
+ "unitQuantity": 1000000000,
36
+ "includedQuantity": 500000000,
37
+ "unit": "rows"
38
+ },
39
+ {
40
+ "name": "rows-written",
41
+ "pricePerUnit": 0,
42
+ "unitQuantity": 1000000,
43
+ "includedQuantity": 10000000,
44
+ "unit": "rows"
45
+ },
46
+ {
47
+ "name": "syncs",
48
+ "unit": "GB",
49
+ "pricePerUnit": 0,
50
+ "unitQuantity": 1,
51
+ "includedQuantity": 3
52
+ }
53
+ ],
54
+ "features": [],
55
+ "limits": {
56
+ "databases": 100,
57
+ "storageGb": 5,
58
+ "pointInTimeRestoreDays": 1
59
+ }
60
+ },
61
+ {
62
+ "name": "Developer",
63
+ "slug": "developer",
64
+ "pricingModel": "hybrid",
65
+ "basePrice": 5.99,
66
+ "billingPeriod": "monthly",
67
+ "annualDiscount": 17,
68
+ "seatPrice": null,
69
+ "usageMetrics": [
70
+ {
71
+ "name": "rows-read",
72
+ "pricePerUnit": 1,
73
+ "unitQuantity": 1000000000,
74
+ "includedQuantity": 2500000000,
75
+ "unit": "rows"
76
+ },
77
+ {
78
+ "name": "rows-written",
79
+ "pricePerUnit": 1,
80
+ "unitQuantity": 1000000,
81
+ "includedQuantity": 25000000,
82
+ "unit": "rows"
83
+ },
84
+ {
85
+ "name": "storage",
86
+ "pricePerUnit": 0.75,
87
+ "unitQuantity": 1,
88
+ "includedQuantity": 9,
89
+ "unit": "GB"
90
+ },
91
+ {
92
+ "name": "active-databases",
93
+ "pricePerUnit": 0.2,
94
+ "unitQuantity": 1,
95
+ "includedQuantity": 500,
96
+ "unit": "databases"
97
+ },
98
+ {
99
+ "name": "syncs",
100
+ "unit": "GB",
101
+ "pricePerUnit": 0.35,
102
+ "unitQuantity": 1,
103
+ "includedQuantity": 10
104
+ }
105
+ ],
106
+ "features": [],
107
+ "limits": {
108
+ "pointInTimeRestoreDays": 10
109
+ }
110
+ },
111
+ {
112
+ "name": "Scaler",
113
+ "slug": "scaler",
114
+ "pricingModel": "hybrid",
115
+ "basePrice": 29,
116
+ "billingPeriod": "monthly",
117
+ "annualDiscount": 14,
118
+ "seatPrice": null,
119
+ "usageMetrics": [
120
+ {
121
+ "name": "rows-read",
122
+ "pricePerUnit": 0.8,
123
+ "unitQuantity": 1000000000,
124
+ "includedQuantity": 100000000000,
125
+ "unit": "rows"
126
+ },
127
+ {
128
+ "name": "rows-written",
129
+ "pricePerUnit": 0.8,
130
+ "unitQuantity": 1000000,
131
+ "includedQuantity": 100000000,
132
+ "unit": "rows"
133
+ },
134
+ {
135
+ "name": "storage",
136
+ "pricePerUnit": 0.5,
137
+ "unitQuantity": 1,
138
+ "includedQuantity": 24,
139
+ "unit": "GB"
140
+ },
141
+ {
142
+ "name": "active-databases",
143
+ "pricePerUnit": 0.05,
144
+ "unitQuantity": 1,
145
+ "includedQuantity": 2500,
146
+ "unit": "databases"
147
+ },
148
+ {
149
+ "name": "syncs",
150
+ "unit": "GB",
151
+ "pricePerUnit": 0.25,
152
+ "unitQuantity": 1,
153
+ "includedQuantity": 24
154
+ }
155
+ ],
156
+ "features": [],
157
+ "limits": {
158
+ "storageGb": 24,
159
+ "pointInTimeRestoreDays": 30
160
+ }
161
+ },
162
+ {
163
+ "name": "Pro",
164
+ "slug": "pro",
165
+ "pricingModel": "hybrid",
166
+ "basePrice": 499,
167
+ "billingPeriod": "monthly",
168
+ "annualDiscount": 17,
169
+ "seatPrice": null,
170
+ "usageMetrics": [
171
+ {
172
+ "name": "rows-read",
173
+ "pricePerUnit": 0.75,
174
+ "unitQuantity": 1000000000,
175
+ "includedQuantity": 250000000000,
176
+ "unit": "rows"
177
+ },
178
+ {
179
+ "name": "rows-written",
180
+ "pricePerUnit": 0.75,
181
+ "unitQuantity": 1000000,
182
+ "includedQuantity": 250000000,
183
+ "unit": "rows"
184
+ },
185
+ {
186
+ "name": "storage",
187
+ "pricePerUnit": 0.45,
188
+ "unitQuantity": 1,
189
+ "includedQuantity": 50,
190
+ "unit": "GB"
191
+ },
192
+ {
193
+ "name": "active-databases",
194
+ "pricePerUnit": 0.025,
195
+ "unitQuantity": 1,
196
+ "includedQuantity": 10000,
197
+ "unit": "databases"
198
+ },
199
+ {
200
+ "name": "syncs",
201
+ "unit": "GB",
202
+ "pricePerUnit": 0.15,
203
+ "unitQuantity": 1,
204
+ "includedQuantity": 100
205
+ }
206
+ ],
207
+ "features": [],
208
+ "limits": {
209
+ "storageGb": 50,
210
+ "pointInTimeRestoreDays": 90
211
+ }
212
+ },
213
+ {
214
+ "name": "Enterprise",
215
+ "slug": "enterprise",
216
+ "pricingModel": "custom",
217
+ "basePrice": null,
218
+ "billingPeriod": null,
219
+ "annualDiscount": null,
220
+ "seatPrice": null,
221
+ "usageMetrics": [],
222
+ "features": [],
223
+ "limits": {}
224
+ }
225
+ ]
226
+ }
@@ -0,0 +1,88 @@
1
+ {
2
+ "id": "unosend",
3
+ "name": "Unosend",
4
+ "description": "Transactional and marketing email platform with simple volume-based pricing",
5
+ "url": "https://www.unosend.co",
6
+ "pricingUrl": "https://www.unosend.co/pricing",
7
+ "category": "email",
8
+ "tags": ["transactional-email", "marketing-email", "api"],
9
+ "lastVerified": "2026-04-03",
10
+ "freshnessCategory": "volatile",
11
+ "currency": "USD",
12
+ "portability": {
13
+ "switchingCost": "drop-in",
14
+ "openStandard": "SMTP",
15
+ "whatYouLose": "Unosend dashboard, analytics, contact management"
16
+ },
17
+ "tiers": [
18
+ {
19
+ "name": "Free",
20
+ "slug": "free",
21
+ "pricingModel": "free",
22
+ "basePrice": 0,
23
+ "billingPeriod": "monthly",
24
+ "annualDiscount": null,
25
+ "seatPrice": null,
26
+ "usageMetrics": [],
27
+ "features": [],
28
+ "limits": {
29
+ "emailsPerMonth": 5000,
30
+ "contacts": 1000
31
+ }
32
+ },
33
+ {
34
+ "name": "Pro",
35
+ "slug": "pro",
36
+ "pricingModel": "flat_rate",
37
+ "basePrice": 20,
38
+ "billingPeriod": "monthly",
39
+ "annualDiscount": null,
40
+ "seatPrice": null,
41
+ "usageMetrics": [],
42
+ "features": [],
43
+ "limits": {
44
+ "emailsPerMonth": 60000
45
+ }
46
+ },
47
+ {
48
+ "name": "Scale",
49
+ "slug": "scale",
50
+ "pricingModel": "flat_rate",
51
+ "basePrice": 100,
52
+ "billingPeriod": "monthly",
53
+ "annualDiscount": null,
54
+ "seatPrice": null,
55
+ "usageMetrics": [],
56
+ "features": [],
57
+ "limits": {
58
+ "emailsPerMonth": 200000
59
+ }
60
+ },
61
+ {
62
+ "name": "1M",
63
+ "slug": "1m",
64
+ "pricingModel": "flat_rate",
65
+ "basePrice": 600,
66
+ "billingPeriod": "monthly",
67
+ "annualDiscount": null,
68
+ "seatPrice": null,
69
+ "usageMetrics": [],
70
+ "features": [],
71
+ "limits": {
72
+ "emailsPerMonth": 1000000
73
+ }
74
+ },
75
+ {
76
+ "name": "Enterprise",
77
+ "slug": "enterprise",
78
+ "pricingModel": "custom",
79
+ "basePrice": null,
80
+ "billingPeriod": null,
81
+ "annualDiscount": null,
82
+ "seatPrice": null,
83
+ "usageMetrics": [],
84
+ "features": [],
85
+ "limits": {}
86
+ }
87
+ ]
88
+ }
@@ -0,0 +1,85 @@
1
+ {
2
+ "id": "upstash",
3
+ "name": "Upstash",
4
+ "description": "Serverless Redis and Kafka with per-request pricing and global replication",
5
+ "url": "https://upstash.com",
6
+ "pricingUrl": "https://upstash.com/pricing",
7
+ "category": "database",
8
+ "tags": [],
9
+ "lastVerified": "2026-04-03",
10
+ "freshnessCategory": "volatile",
11
+ "currency": "USD",
12
+ "portability": {
13
+ "switchingCost": "drop-in",
14
+ "openStandard": "Redis protocol",
15
+ "whatYouLose": "Serverless scaling, global replication, QStash messaging, per-request pricing"
16
+ },
17
+ "tiers": [
18
+ {
19
+ "name": "Free",
20
+ "slug": "free",
21
+ "pricingModel": "free",
22
+ "basePrice": 0,
23
+ "billingPeriod": null,
24
+ "annualDiscount": null,
25
+ "seatPrice": null,
26
+ "usageMetrics": [],
27
+ "features": [],
28
+ "limits": {
29
+ "maxDataSizeMb": 256,
30
+ "maxCommandsPerSec": 10000,
31
+ "monthlyBandwidthGb": 10
32
+ }
33
+ },
34
+ {
35
+ "name": "Pay as You Go",
36
+ "slug": "pay-as-you-go",
37
+ "pricingModel": "usage_based",
38
+ "basePrice": 0,
39
+ "billingPeriod": "monthly",
40
+ "annualDiscount": null,
41
+ "seatPrice": null,
42
+ "usageMetrics": [
43
+ {
44
+ "name": "commands",
45
+ "unit": "commands",
46
+ "pricePerUnit": 0.2,
47
+ "unitQuantity": 100000,
48
+ "includedQuantity": 0
49
+ }
50
+ ],
51
+ "features": [],
52
+ "limits": {
53
+ "maxDataSizeGb": 100,
54
+ "maxCommandsPerSec": 10000
55
+ }
56
+ },
57
+ {
58
+ "name": "Fixed 250MB",
59
+ "slug": "fixed-250mb",
60
+ "pricingModel": "flat_rate",
61
+ "basePrice": 10,
62
+ "billingPeriod": "monthly",
63
+ "annualDiscount": null,
64
+ "seatPrice": null,
65
+ "usageMetrics": [],
66
+ "features": [],
67
+ "limits": {
68
+ "maxDataSizeMb": 250,
69
+ "monthlyBandwidthGb": 50
70
+ }
71
+ },
72
+ {
73
+ "name": "Enterprise",
74
+ "slug": "enterprise",
75
+ "pricingModel": "custom",
76
+ "basePrice": null,
77
+ "billingPeriod": null,
78
+ "annualDiscount": null,
79
+ "seatPrice": null,
80
+ "usageMetrics": [],
81
+ "features": [],
82
+ "limits": {}
83
+ }
84
+ ]
85
+ }
@@ -0,0 +1,146 @@
1
+ {
2
+ "id": "vercel",
3
+ "name": "Vercel",
4
+ "description": "Frontend cloud platform for deploying and scaling web applications with serverless functions and edge network",
5
+ "url": "https://vercel.com",
6
+ "pricingUrl": "https://vercel.com/pricing.md",
7
+ "category": "hosting",
8
+ "tags": [
9
+ "hosting",
10
+ "deployment",
11
+ "serverless",
12
+ "edge",
13
+ "cdn",
14
+ "jamstack"
15
+ ],
16
+ "lastVerified": "2026-04-02",
17
+ "freshnessCategory": "volatile",
18
+ "currency": "USD",
19
+ "portability": {
20
+ "switchingCost": "moderate",
21
+ "openStandard": null,
22
+ "whatYouLose": "Vercel-specific edge functions, ISR caching, Fluid compute, image optimization pipeline, analytics integrations"
23
+ },
24
+ "tiers": [
25
+ {
26
+ "name": "Hobby",
27
+ "slug": "hobby",
28
+ "pricingModel": "usage_based",
29
+ "basePrice": 0,
30
+ "billingPeriod": "monthly",
31
+ "annualDiscount": null,
32
+ "seatPrice": null,
33
+ "usageMetrics": [
34
+ {
35
+ "name": "edge-requests",
36
+ "pricePerUnit": 0,
37
+ "unitQuantity": 1000000,
38
+ "includedQuantity": 1000000,
39
+ "unit": "requests"
40
+ },
41
+ {
42
+ "name": "fast-data-transfer",
43
+ "pricePerUnit": 0,
44
+ "unitQuantity": 1,
45
+ "includedQuantity": 100,
46
+ "unit": "GB"
47
+ }
48
+ ],
49
+ "features": [],
50
+ "limits": {
51
+ "developerSeats": 1,
52
+ "customFirewallRules": 3,
53
+ "concurrentSandboxes": 10,
54
+ "functionInvocations": 1000000,
55
+ "activeCpuHours": 4,
56
+ "imageTransformations": 5000
57
+ }
58
+ },
59
+ {
60
+ "name": "Pro",
61
+ "slug": "pro",
62
+ "pricingModel": "hybrid",
63
+ "basePrice": 20,
64
+ "billingPeriod": "monthly",
65
+ "annualDiscount": null,
66
+ "seatPrice": 20,
67
+ "usageMetrics": [
68
+ {
69
+ "name": "edge-requests",
70
+ "pricePerUnit": 2,
71
+ "unitQuantity": 1000000,
72
+ "includedQuantity": 10000000,
73
+ "unit": "requests"
74
+ },
75
+ {
76
+ "name": "fast-data-transfer",
77
+ "pricePerUnit": 0.15,
78
+ "unitQuantity": 1,
79
+ "includedQuantity": 1000,
80
+ "unit": "GB"
81
+ },
82
+ {
83
+ "name": "function-invocations",
84
+ "pricePerUnit": 0.6,
85
+ "unitQuantity": 1000000,
86
+ "includedQuantity": 0,
87
+ "unit": "invocations"
88
+ },
89
+ {
90
+ "name": "active-cpu",
91
+ "pricePerUnit": 0.128,
92
+ "unitQuantity": 1,
93
+ "includedQuantity": 0,
94
+ "unit": "hours"
95
+ },
96
+ {
97
+ "name": "image-transformations",
98
+ "pricePerUnit": 0.05,
99
+ "unitQuantity": 1000,
100
+ "includedQuantity": 0,
101
+ "unit": "transformations"
102
+ },
103
+ {
104
+ "name": "build-minutes-standard",
105
+ "pricePerUnit": 0.014,
106
+ "unitQuantity": 1,
107
+ "includedQuantity": 0,
108
+ "unit": "minutes"
109
+ },
110
+ {
111
+ "name": "web-analytics",
112
+ "pricePerUnit": 3,
113
+ "unitQuantity": 100000,
114
+ "includedQuantity": 0,
115
+ "unit": "events"
116
+ },
117
+ {
118
+ "name": "log-drains",
119
+ "pricePerUnit": 0.5,
120
+ "unitQuantity": 1,
121
+ "includedQuantity": 0,
122
+ "unit": "GB"
123
+ }
124
+ ],
125
+ "features": [],
126
+ "limits": {
127
+ "customFirewallRules": 40,
128
+ "concurrentSandboxes": 2000
129
+ }
130
+ },
131
+ {
132
+ "name": "Enterprise",
133
+ "slug": "enterprise",
134
+ "pricingModel": "custom",
135
+ "basePrice": null,
136
+ "billingPeriod": null,
137
+ "annualDiscount": null,
138
+ "seatPrice": null,
139
+ "usageMetrics": [],
140
+ "features": [],
141
+ "limits": {
142
+ "customFirewallRules": 1000
143
+ }
144
+ }
145
+ ]
146
+ }