Preview admission without reserving or consuming Gate resources
POST/gate/preflight
Evaluates the same current entitlement, funding, quota, rate, budget, feature-policy, and pricing constraints as a new authorization lifecycle, but does not create a lease, persist idempotency state, consume a rate counter, reserve funds, or auto-register feature configuration. The result is advisory because state may change before authorize. Unknown features remain a read-only configuration failure even when authorize auto-registry is enabled. The standard runtime identity resolution is shared with authorize and may idempotently provision a missing billing account or user; this is identity normalization, not an admission or billing-resource effect.
Request
Responses
- 200
- 401
- 402
- 403
- 422
- 429
Current admission preview passed. Hints remain advisory.
Unauthorized
The evaluated preflight decision was denied by funding, quota, or Budget. meta.as_of is the shared evaluation instant for the decision.
An evaluated entitlement denial includes meta.as_of. Authentication or scope rejection before admission evaluation may omit it.
An evaluated configuration denial includes meta.as_of. Request validation rejected before admission evaluation may omit it.
The evaluated preflight decision exceeded a rate window. meta.as_of is the shared evaluation instant for the decision.