What it serves
One service over the whole pipeline — the same logic, conducted, verified, ledgered (Emerald §1.1a–c).
- alembic — extract a repo's physics to L++ blueprints.
- cyber-alchemist frame — bind a blueprint + config, preflight it (config reachable + TLC executability) before it runs.
- draw.io / SVG — render a blueprint for visual review & in-repo display.
Endpoints
GET
/health — tools probeGET
/api/logs — recent operationsPOST
/api/validate 🔒 {blueprint}POST
/api/preflight 🔒 {blueprint, config} → ledgerPOST
/api/drawio 🔒 {blueprint} → .drawioPOST
/api/svg 🔒 {blueprint} → .svgPOST
/api/extract 🔒 {path} → synthesisGET
/api/skills — list the registryGET
/api/skills/:id — blueprint + config + diagram🔒 = Clerk-authenticated (open in dev mode when no key is set).
Skills — the registry, served via /api/skills
loading…
Your API access
Sign in (top-right) to generate your access token, then send it as
Authorization: Bearer <token> on every route except /health.
— sign in to generate your API token —
—