Platform

Built like infrastructure, not like a CMS.

An event-driven, multi-region core with read-through fare caches, idempotent booking workflows, and an API contract that’s been load-tested at 9,000 req/s.

Architecture

What runs underneath your booking engine.

Agent IBE / B2C / Corp Edge / CDN API Gateway authn · rate-limit Shopping Core aggregator · ranker · cache P95 < 480ms Booking Core PNR · payments · ticketing GDS · 1A 1S 1G NDC L4 LCC direct Mid & Back Office queues · BSP · refunds Data Lake / BI events · OLAP · ML
Security & Compliance

Boring in all the right ways.

PCI-DSS Level 1

Tokenized card storage, network segmentation, and quarterly ASV scans.

ISO 27001 + SOC 2

Documented controls, continuous evidence, and an annual SOC 2 Type II.

GDPR + DPDP

Data residency in EU and India, with DPA and SCCs available out of the box.

RBAC & SSO

SAML, OIDC, SCIM provisioning, and row-level entitlements down to PCC.

API

The same shape, every source.

POST /v1/shopping/search
{
  "origin": "DEL",
  "destination": "DXB",
  "depart": "2026-06-12",
  "passengers": { "adt": 1 },
  "sources": ["GDS","NDC","LCC"]
}
200 OK · 312ms
{
  "search_id": "shp_8u2j..",
  "offers": [
    { "id":"of_AI9151", "src":"GDS",
      "price":{"total":182,"ccy":"USD"},
      "fare_basis":"Y1RT", "baggage":"23kg" }
  ]
}