What is Billing Action?
The structured paywall signal (insufficient credits, quota exceeded, plan required) with a checkout URL. Generated apps use the same pattern to gate their own premium features.
Related terms
AI Credits
The metered unit for AI work in BYOB: planning, generation, and agent runs draw down a balance tracked per project. Credits make heavy context work visible instead of hiding it in a flat fee.
Subscription Plans (Free / Pro / Max)
Quota-gated tiers bounding credits, projects, and features. Plans set the default budget; top-ups absorb spikes; pay-as-you-go covers the rest.
Payment Orchestration
The cross-provider setup order: products, prices, client tokens, notifications, checkout, webhooks — with clear env ownership per step. Orchestration prevents half-wired billing that charges nobody or everyone.
Guided Preflight
The multi-step setup wizard BYOB runs before generating code: refining the prompt, identifying features, proposing UX direction, and choosing data options. Planning first is what separates coherent apps from random screens.
Lucky Build (Autopilot)
The one-shot fast path that skips guided setup and generates directly from the prompt. Best for experiments and landing pages; guided preflight wins for anything with data or auth.
Pass-1 Build
The uninterruptible first generation surface: styles, layout, page, components, then validation. Letting pass one finish prevents half-built states that later edits have to repair.