The three shipped components came from amazee.ai and have been renamed for
Token Factory (decision 2026-07). Old names appear in the running production
systems and their repos until migration:
| Component | Formerly | Current repo | Target repo |
|---|---|---|---|
| Control Plane (details) | amazee.ai backend | amazeeai/backend (local: ~/git/amazeeai/backend) |
Mirantis/tokenfactory-controlplane |
| Portal (details) | MOAD | amazeeio/moad (local: ~/git/amazeeio/moad) |
Mirantis/tokenfactory-portal |
| Identity (details) | moad-auth | amazeeio/moad-auth (local: ~/git/amazeeio/moad-auth) |
Mirantis/tokenfactory-identity |
All created ✅ (2026-07-21). Tracking issues live in the repo that owns the
work; the status board links them from src/data/capabilities.ts.
| Repo | Owns | Issue scope |
|---|---|---|
Mirantis/tokenfactory |
Product main repo: this site (engineering-hub/) + the umbrella Helm chart (future charts/) |
Packaging, chart, install profiles, CI |
Mirantis/tokenfactory-controlplane |
Control Plane — migration target for amazeeai/backend |
Control-plane features (pricing/margin config, …) |
Mirantis/tokenfactory-portal |
Portal — migration target for amazeeio/moad |
Portal features (the MVP reuses its shipped key self-service — ADR-005) |
Mirantis/tokenfactory-identity |
Identity — migration target for amazeeio/moad-auth |
IdP federation, multi-tenant brokering |
Mirantis/tokenfactory-gateway |
The Gateway: its Helm chart (charts/gateway) + multi-region routing work | Gateway chart, residency, routing, failover, federation |
Mirantis/tokenfactory-inference-runtime |
Serving engine | vLLM serving, weight caching, the ModelDeployment CRD + controller (ADR-009), llm-d/Dynamo evaluation |
Mirantis/tokenfactory-observability |
Telemetry & metering analytics | DCGM, runtime metrics, OTel export, SLOs, chargeback |
Mirantis/tokenfactory-librechat |
Chat surface | LibreChat deployment, SSO, governed model picker |
Model Registry has no repo on purpose — it's
future state; only LLMs and
tokens matter right now.
| Project | Where it fits | Link |
|---|---|---|
| vLLM | Serving engine | https://github.com/vllm-project/vllm |
| LiteLLM | Gateway data plane | https://github.com/BerriAI/litellm |
| llm-d | Distributed serving (eval) | https://github.com/llm-d/llm-d |
| NVIDIA Dynamo | Distributed serving (eval) | https://github.com/ai-dynamo/dynamo |
| LibreChat | Chat surface | https://github.com/danny-avila/LibreChat |
| Keycloak | Identity | https://github.com/keycloak/keycloak |
| NVIDIA GPU Operator | GPU enablement | https://github.com/NVIDIA/gpu-operator |
| Prometheus / Grafana | Telemetry | https://prometheus.io · https://grafana.com |