From a6f06897c20fbd3fa2817cbcce0cfae271d1c657 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Fri, 27 Jun 2025 15:12:01 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/publishing/config/pricing.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/publishing/config/pricing.mdx b/docs/publishing/config/pricing.mdx index 83140714..a468bedb 100644 --- a/docs/publishing/config/pricing.mdx +++ b/docs/publishing/config/pricing.mdx @@ -419,6 +419,18 @@ export default defineConfig({ +## Declarative Pricing + + + Agentic takes care of creating and managing all Stripe resources for you based + on your project's simple declarative JSON-based pricing config. + +Every time you make a chance to your project's pricing and create a new deployment, Agentic will lazily upsert any related Stripe resources (products, prices, meters, subscriptions, customers, etc). + +If a particular Stripe resource hasn't changed between deployments, Agentic will continue using the existing Stripe resources, which is important for customers who may have signed up for subscriptions before you made a change to your pricing. + + + ## Pricing Help