OpenAPI Spec (preview)
{"openapi":"3.0.3","info":{"title":"Fabric API","version":"v1","description":"Fabric backend API (MVP)"},"servers":[{"url":"/"}],"paths":{"/v1/healthz":{"get":{"summary":"Health check","responses":{"200":{"description":"Service health","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean"}},"required":["ok"]}}}}}}},"/v1/meta":{"get":{"summary":"Service metadata","responses":{"200":{"description":"Meta payload","content":{"application/json":{"schema":{"type