57 operations lack operationId
Add stable operationId values for client and MCP correlation.
GET https://jules.platphormnews.com/api/docs
HTTP 200
Content-Type: application/json
83 ms
Digest: sha256:031c81acfe9aefccdef92e4f00e1951b49a6b8a6eb99a90317a611b0af08f514
Preview: {"openapi":"3.0.3","info":{"title":"Jules PlatPhormNews API","version":"0.1.0","description":"Canonical AI coding-session workspace, repo-assistance, issue triage, onboarding-to-code handoff, prompt-to-task, MCP/API tool execution, and developer workflow assistant for the PlatPhormNews web mesh."},"servers":[{"url":"https://jules.platphormnews.com","description":"Production"}],"tags":[{"name":"Sessions","description":"Coding-session workspace APIs"},{"name":"Onboard","description":"Onboard-to-implementation handoff APIs"},{"name":"Integrations","description":"Cross-site coding workflow integrations"},{"name":"MCP","description":"MCP JSON-RPC and discovery"},{"name":"Discovery","description":"Public discovery files"}],"paths":{"/api/health":{"get":{"summary":"Platform health payload.","security":[],"responses":{"200":{"description":"Successful response using { ok: true, data } where applicable."}}}},"/api/v1/health":{"get":{"summary":"Versioned platform health payload.","security":[],"responses":{"200":{"description":"Successful response using { ok: true, data } where applicable."}}}},"/api/docs":{"get":{"summary":"OpenAPI JSON specification.","security":[],"responses":{"200":{"description":"Successful response using { ok: true, data } where applicable."}}}},"/openapi.yaml":{"get":{"summary":"OpenAPI YAML specification.","security":[],"responses":{"200":{"description":"Successful response using { ok: true, data } where applicable."}}}},"/.well-known/mcp.json":{"get":{"summary":"MCP discovery manifest.","security":[],"responses":{"200":{"description":"Successful response using { ok: true, data } where applicable."}}}},"/.well-known/agents.json":{"get":{"summary":"Agent discovery manifest.","security":[],"responses":{"200":{"description":"Successful response using { ok: true, data } where applicable."}}}},"/.well-known/ai-plugin.json":{"get":{"summary":"AI plugin manifest.","security":[],"responses":{"200":{"description":"Successful response using { ok: true, data } where applicable."}}}},"/.well-known/security.txt"