Get Creation Allowance
2026 custom-processor CREATION allowance preview for the current team (§5).
The frontend reads this BEFORE creating a NEW processor to show the at-cap block (Free / developer hard cap) or the one-time $5 confirmation (Team). While ENABLE_2026_PRICING is off the feature is inert: the response reflects an unlimited, fee-free default so the UI never blocks or warns.
NOTE: the path is registered BEFORE /custom_pipelines/ so the literal “creation-allowance” segment is matched by this route, not captured as a lookup_key.
Authorizations
Response
Successful Response
2026 custom-processor CREATION allowance preview for the current team (§5).
The frontend uses this BEFORE creating a NEW processor to show the at-cap block (Free / developer hard cap) or the one-time $5 confirmation (Team). All fields are 0/false while ENABLE_2026_PRICING is off (the feature is inert in production).
Successful NEW-processor creations counted this billing month
Included creations per month for the team's plan (or per-team override)
True when a hard-cap plan has used all its included creations (next creation is blocked with 402)
True when the next creation would incur the one-time overage fee (Team)
The one-time fee in cents the next creation would incur (0 when within the allowance or hard-capped)
ISO timestamp when the monthly creation count resets
The plan's per-extra-creation fee in cents regardless of current count (0 for hard-cap plans) — lets the UI state the overage policy up front
The plan whose limits apply (the team's active API plan, else 'free')