DevPortal (SS-51)
Golden paths, scaffolds, catalog and scorecards — the developer's front door.
API Gateway · Service Catalog · Cost Explorer
An internal developer portal, the API gateway, docs, value-ops and FinOps.
What it is
The developer plane: a DevPortal with golden paths, scorecards and a service catalog; the API gateway that admits and routes external traffic with entitlements; a docs plane that keeps API references fresh and drift-checked; ValueOps for product bets, OKRs and prioritization; and FinOps for budgets, cost anomalies, allocation and unit economics.
Auth is one model across every service here — an SS-01 bearer token plus X-Tenant-Id on every /api/v1 route. Public base https://api.nexocloud.io/api/v1.
Services & endpoints
Every path below is a real route from services/<svc>/openapi.json. Each service lists a representative slice of its full contract.
Internal developer portal — golden paths, blueprints/scaffolds, a service catalog, scorecards and SDKs.
/api/v1/golden-paths/{id}/adoptAdopt a golden path for a new service./api/v1/blueprints/{id}/scaffoldsScaffold a service from a blueprint./api/v1/scorecards/{component}/evaluateEvaluate a component scorecard./api/v1/catalog/componentsBrowse the service catalog.API gateway — external route admission, weighted routing, entitlements and webhook providers.
/api/v1/admitAdmit an external request against policy./api/v1/routesRegister an external route./api/v1/routes/weightsSet weighted traffic split across route versions./api/v1/entitlementsCheck a caller's entitlements.Docs plane — authored docs, review/approve, drift detection, freshness and search.
/api/v1/docsAuthor a documentation page./api/v1/docs/{id}/approveApprove a doc for publish./api/v1/docs/{id}/driftCheck a doc for drift against its source./api/v1/searchSearch the docs corpus.Value operations — product bets, OKRs with check-ins, RICE/WSJF prioritization and ROI.
/api/v1/betsCreate a product bet./api/v1/okrs/{id}/checkinRecord an OKR check-in as immutable evidence./api/v1/prioritization/scoreScore an item with RICE or WSJF./api/v1/roi/calculateCalculate platform ROI (net benefit, payback).FinOps — budgets, cost anomalies, allocation rules, waste findings and unit economics.
/api/v1/budgetsCreate a budget./api/v1/anomaliesRaise a cost anomaly./api/v1/allocation/simulateSimulate a cost-allocation rule./api/v1/unit-economics/calculateCalculate unit economics for a segment.Worked example
Adopt a golden path to scaffold a compliant service, admit its external route through the gateway, and let FinOps watch its cost against a budget.
/api/v1/golden-paths/{id}/adoptDevPortal scaffolds a service that inherits the platform's guardrails.
/api/v1/routesThe gateway admits and routes external traffic with entitlements.
/api/v1/budgetsFinOps sets a budget and watches for anomalies.
/api/v1/scorecards/{component}/evaluateA scorecard tracks the service's operational maturity.
Architecture placement
Developer Platform & Marketplace does not reimplement the platform — it composes it. These are the services it leans on and the seams between them.
Golden paths, scaffolds, catalog and scorecards — the developer's front door.
The external admission and routing plane with entitlements.
Keeps API references fresh, reviewed and drift-checked.
Product prioritization and cost governance close the loop.