Platform

Built like infrastructure, not like a CMS.

An event-driven core with read-through fare caches, idempotent booking workflows, and a clean, well-documented API contract.

Architecture

What runs underneath your booking engine.

Agent IBE / B2C / Corp Edge / CDN API Gateway authn · rate-limit Shopping Core aggregator · ranker · cache 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

Boring in all the right ways.

Tokenized payments

Card data tokenized at the gateway. PAN never touches our servers.

Encrypted everywhere

TLS 1.2+ in transit, AES-256 at rest. Key rotation built in.

DPDP-aligned

Designed to meet India’s Digital Personal Data Protection Act 2023 from day one.

RBAC & SSO

SAML, OIDC, and row-level entitlements down to PCC on the roadmap.

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
{
  "search_id": "shp_8u2j..",
  "offers": [
    { "id":"of_AI9151", "src":"GDS",
      "price":{"total":182,"ccy":"USD"},
      "fare_basis":"Y1RT", "baggage":"23kg" }
  ]
}