The FUSION Gateway
Who may call your NDC API, on what limits, and where the calls go
fusion issues and validates the API keys agencies use to reach your NDC API, holds the partner registry and plans behind them, applies per-agency limits, and forwards each request to your own NDC services unchanged. It replaces the Azure API Management subscription-key store most carriers run in front of NDC today - and because the channel is then authenticated, everything else fusion reports is about a known agency rather than whatever a log column happened to carry.
Agencies & aggregators
Send the same subscription-key header they send to APIM today. Nothing changes on their side.
→
FUSION Gateway - run by you, inside your estate
Every request passes the same six steps. The key is stripped, your backend credential attached, the body streamed byte for byte. No SQL on the request path.
- context
- route
- key
- agency
- admission
- forward
→
Your NDC services
AirShopping, OfferPrice, OrderCreate and the rest receive exactly the bytes the agency sent.
Partners, agencies, keys, plans, overrides, routes and the audit trail are managed from the fusion control plane at Admin > Gateway. Every gateway node reads that registry as one in-memory snapshot and reloads only when it changes, so a database outage degrades freshness, never availability.

Carrier-operated, by design
Webcore builds, ships and supports the gateway. You run it in front of your own services, on your availability terms. Webcore does not sit on your revenue path, and the gateway is optional: the assessment side of fusion works without it.
Fail-safe, not fail-open
A node that loses the database keeps serving on the last registry it loaded. A backend credential that does not resolve is a 503, never a request forwarded naked. Two nodes minimum, a readiness probe for the load balancer, and shadow mode as the incident switch.
Refusals an NDC client understands
A refused request gets an NDC Errors element with a GW- code, the owner FUSION, a correlation id and, for a throttle, a Retry-After. No bespoke error format for an aggregator to learn.
Gateway status
Key issuance and validation, the partner registry, plans and overrides, routes, forwarding, agency resolution from the NDC message, shadow mode and the admin pages are built. Rate and quota limits, the look-to-book evaluator, the decisions view and the APIM subscription importer are in development. Nothing here is reported as enforcing before it is.