INFRASTRUCTURE

API Gateway

A server that acts as the single entry point for all API requests, handling routing, authentication, rate limiting, and monitoring.

The BasaltHQ API Gateway is the front door to the entire enterprise ecosystem. Every request—whether from a mobile app, a BASALTSURGE kiosk, or an external integration—passes through this gateway. It validates the JWT token, checks rate limits, routes the request to the correct microservice, and logs the interaction for the audit trail. The gateway also handles API versioning, allowing legacy integrations to continue functioning while newer clients access updated endpoints. For enterprises with existing infrastructure, the gateway provides a clean integration surface.