Server
Headless AlphaBase runtime API (`alphabase serve`).
alphabase serve starts the AlphaBase runtime as an HTTP API.
alphabase serve --hostname 127.0.0.1 --port 4096Core Endpoints
/runtime/health/runtime/capabilities
OpenAPI docs are exposed at:
http://127.0.0.1:4096/docClient Usage
Use official AlphaBase clients (Desktop, VS Code, CLI/TUI, SDK) for normal operation. Advanced server routes are available in OpenAPI documentation for authenticated operator use.
Runtime Clients
The same server contract is used by:
- TUI
- Desktop app
- VS Code extension
- SDK clients
Security
For non-loopback hosting, set password auth and apply network controls. See Network.