Primary API Surfaces

API Reference

Forge HTTP API as implemented in the Forge server. Default port SKIA_PORT = 4173. For the full route index see docs/API_REFERENCE.md in the repository.

Browser & Static
MethodPathNotes
GET/Redirect to /platform-downloads (static public/platform-downloads.html)
GET/forgeSame redirect (legacy path)
GET/forge/appWeb IDE (build the SKIA Forge IDE bundle first)
GET/resources, /security, /contactStatic pages
GET/docs/*Branded HTML then markdown fallback
Auth Proxy
MethodPath
POST/api/auth/login
POST/api/auth/register
GET/api/auth/session

Proxied to SKIA_BACKEND_URL. Marketing pages omit web sign-in UI; use the SKIA Forge IDE.

App Distribution
MethodPath
GET/api/app/version-check
GET/api/app/release-assets
GET/api/app/download
GET/api/app/download/:platform
Health & Status
MethodPathDescription
GET/healthService health check
GET/liveLiveness probe
GET/readyReadiness probe
GET/versionService version
Integration
MethodPathDescription
GET/integration/skia-fullAdapter status and contract map
GET/integration/skia-full/probeLive contract probe summary
GET/integration/skia-full/probe/reportDetailed probe report
POST/integration/skia-full/chatChat via SKIA brain
POST/integration/skia-full/routeReasoning router
POST/integration/skia-full/routing-estimateRouting estimate
Forge Module Surfaces
PrefixDomain
/api/forge/context/*Context engine, embeddings, semantic chunking
/api/forge/agent/*Agent planner and executor
POST /api/forge/sdlcSDLC intelligence
/api/forge/production/*Production adapter
/api/forge/healing/*Healing executor
/api/forge/architecture/*Architecture diagnostics
/api/forge/orchestrateFull orchestration flow
/api/forge/control-planeControl plane snapshot
/api/forge/governanceGovernance mode and policy
RPC
POST /rpc — SKIA-backed operations with local fallbacks for unavailable upstream paths
Error Model
Schema validation errors return structured request feedback with field-level detail
Upstream unavailability returns explicit SKIA unavailable errors
Governance blocks return mode and policy-based decision context with remediation guidance