API Gateway

Product Requirements

The API Gateway module handles API routing, OpenAPI 3.1 generation, and Scalar interactive documentation. It is the entry point for all /v1 requests.

Architecture & Security

  • All routes must be registered via OpenAPIHono with Zod validation.
  • Validates requests before reaching business logic.