Billing

Choose a monthly plan and receive a fixed credit allowance that resets each billing cycle. These credits are used by the Anthropic AI backend for tasks.

Setup notes

  • Use three Stripe monthly prices for Starter, Growth, and Pro plans.
  • Set `STRIPE_PRICE_ID_STARTER`, `STRIPE_PRICE_ID_GROWTH`, and `STRIPE_PRICE_ID_PRO` in your environment.
  • Set your Stripe webhook endpoint to `https://your-site.com/api/stripe-webhook`.
  • Use the resulting webhook secret in `STRIPE_WEBHOOK_SECRET`.