[AVAILABLE].
packages/api. Not a library other packages import, it’s the running server. No public exports (src/index.ts is empty).Purpose
Composes every other package into one running Express process: policy loading, the gateway, credential isolation, caller authentication, and 14 HTTP routes. For the routes themselves, request/response shapes, and verified error codes, see REST API Introduction, this page covers the server’s internal structure.Install
Not installed as a dependency, this package is the deployable server itself. See Deploy patterns.Structure
Minimal example
Next
REST API Introduction
Every route’s request, response, and verified error codes.
Deploy patterns
Storage, keys, and the full environment checklist for running this server.