Custom Pipelines (Deprecated)
Check Pipeline Access
Check if the current user’s team has access to custom processors.
Custom processors are generally available: every team has access and can create/iterate. Kept (always-true) for backwards compatibility with deployed frontends and API integrations that still poll this endpoint; creation volume is governed by the per-plan creation allowance, not by an access gate.
GET
Check Pipeline Access
Authorizations
Response
Successful Response
Response for processor access check.
Previous
Get Creation Allowance2026 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).
NOTE: the path is registered BEFORE /custom_pipelines/{lookup_key} so the literal
"creation-allowance" segment is matched by this route, not captured as a lookup_key.
Next
Check Pipeline Access