API Auction Local Engine Status
What Local Engine Routes Still Do
Auction local-engine routes are mounted from services/api/src/auctions/localEngineRoutes.ts.
Resolving locale, route permissions, and workspace projection.
Current scope: Guest
Category: 10_normative | Version: v1.0.0
Owner: DOCUMENT_CUSTODIAN | Review cycle: 90 days
Approval authority: GOVERNANCE_ADMIN
Documentation portal is read-only. Editing and mutation endpoints are disabled.
Kvary platform is originally created in Georgian. Where a Georgian version exists, Georgian is authoritative for platform UI, documentation, and legal interpretation.
Translations into other languages are provided for convenience. Some records may originate in other languages and carry their own source or legal locale for a specific flow, but where a Georgian version is available, the Georgian version prevails for platform-level wording and interpretation.
Metadata incomplete: Document ID, Version, Status, Owner Role, Last Review Date, Next Review Date, Change Log
Auction local-engine routes are mounted from services/api/src/auctions/localEngineRoutes.ts.
They currently handle:
POST /api/v1/auctions/createPOST /api/v1/auctions/:id/announcePOST /api/v1/auctions/:id/openPOST /api/v1/auctions/:id/bidsPOST /api/v1/auctions/:id/closePOST /api/v1/auctions/:id/awardPOST /api/v1/auctions/:id/settleThey execute against:
They still exist because the public API surface preserved historical auction actions even though a canonical durable upstream auction action backend has not been separated cleanly yet.
They therefore serve as:
They are not canonical durable backend because:
services/api, not a dedicated auction runtimeThe strongest evidence is in:
They block:
services/api is only acting as an auction gatewayThey do not block:
The next logical cleanup questions are:
services/api