Skip to Content
APIOverview

API Reference

The Mukoko Architecture API is a unified, versioned, resource-oriented API. All endpoints live under /api/v1/.

Base URL

EnvironmentURL
Productionhttps://registry.mukoko.com/api/v1
Developmenthttp://localhost:3000/api/v1

Common Headers

All responses include the following headers:

HeaderValue
Content-Typeapplication/json
Cache-Controlpublic, max-age=3600, s-maxage=86400
Access-Control-Allow-Origin*

Authentication

No authentication required. All endpoints are public.

Endpoints

MethodPathDescription
GET/api/v1API discovery document
GET/api/v1/brandBrand system (minerals, typography, colors)
GET/api/v1/uiComponent registry index
GET/api/v1/ui/{name}Individual component with source
GET/api/v1/ecosystemArchitecture principles and framework decision
GET/api/v1/data-layerLocal-first and cloud data layer specification
GET/api/v1/pipelineOpen data pipeline stages
GET/api/v1/sovereigntyTechnology sovereignty assessments
GET/api/v1/healthService health check

JSON-LD

All responses include schema.org @context and @type fields for semantic web compatibility.

OpenAPI Specification

Full specification available in openapi.yaml at the repository root.

Last updated on