From 5e4cc53a0fca7353b6164741817ac693d535e2a3 Mon Sep 17 00:00:00 2001 From: Rhys Sullivan <39114868+RhysSullivan@users.noreply.github.com> Date: Wed, 26 Aug 2026 11:54:32 -0700 Subject: [PATCH] Bump free tier to 100k executions per month --- apps/cloud/src/routes/app/billing_.plans.tsx | 2 +- apps/marketing/src/pages/index.astro | 2 +- autumn.config.ts | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/cloud/src/routes/app/billing_.plans.tsx b/apps/cloud/src/routes/app/billing_.plans.tsx index 820020e84a..51e958f7a6 100644 --- a/apps/cloud/src/routes/app/billing_.plans.tsx +++ b/apps/cloud/src/routes/app/billing_.plans.tsx @@ -122,7 +122,7 @@ const PLAN_META: Record {[ "Up to 3 members", - "10,000 included executions per month", + "100,000 included executions per month", "$0.20 per 1,000 additional executions", "Unlimited integrations", ].map((f) => ( diff --git a/autumn.config.ts b/autumn.config.ts index 279dc40fa1..091ad237c7 100644 --- a/autumn.config.ts +++ b/autumn.config.ts @@ -31,7 +31,7 @@ export const free = plan({ items: [ item({ featureId: executions.id, - included: 10000, + included: 100000, reset: { interval: "month", }, @@ -47,7 +47,7 @@ export const freePayAsYouGo = plan({ items: [ item({ featureId: executions.id, - included: 10000, + included: 100000, price: { amount: 0.2, billingUnits: 1000,