API

Public API surface

Stable, versioned JSON under /api/v1/ for site metadata, plus the mesh interop gateway documented in OpenAPI. This page loads /api/v1/project.json live when available and falls back to a static overview.

Loading project metadata…

Live project

Project metadata

Fetching /api/v1/project.json

Endpoints

Human overview

Site documents are static CDN JSON. Gateway routes activate on a mesh island when upstream internet is restored (Phase 5 interop).

Site JSON

Expected documents under /api/v1/

/api/v1/project.json

Name, version, description, SLAs, repository, OpenAPI path.

/api/v1/health.json

Liveness / status stub for the public surface.

/api/v1/phases.json

Roadmap phases 1–5 with focus and acceptance themes.

/api/v1/stack.json

Architecture layers and core technologies.

Spec file: /openapi.yaml (OpenAPI 3.x for interop gateway). Agent B owns the JSON and OpenAPI payloads under public/api/** and openapi/**.

Gateway (mesh)

Interop routes (planned / island)

From the MossyMesh interop OpenAPI: health, job submit, TWAMM (2% max spread), liquidity mining, and gateway control.

Method Path Summary
GET /api/v1/health Mesh island health
POST /api/v1/submit_job Submit compute job into DHT
GET / POST /api/v1/twamm TWAMM book / order (≤2% spread)
GET / POST /api/v1/liquidity Genesis mining status & actions
GET / POST /api/v1/gateway Reconnect, bridge, status

Raw

Resolved project payload

{}

Integrate with confidence

Prefer OpenAPI clients for gateway work and stable JSON for marketing facts. Report contract issues on the product repository.