{"openapi":"3.1.0","info":{"title":"MCP Trace Observatory API","version":"1.0.0","description":"Real-time observability monitor for the PlatPhorm agent network: live traces, spans, tool calls, lifecycle states, and system health."},"servers":[{"url":"https://mind-processing-monitor.platphormnews.com"}],"paths":{"/api/health":{"get":{"summary":"Service health probe","responses":{"200":{"description":"Healthy"},"503":{"description":"Upstream degraded"}}}},"/api/monitor":{"get":{"summary":"Combined live snapshot","responses":{"200":{"description":"MonitorSnapshot"}}}},"/api/events":{"get":{"summary":"Event outbox derived from recent traces","parameters":[{"name":"since","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"limit","in":"query","schema":{"type":"integer","default":50}}],"responses":{"200":{"description":"Event list with cursor"}}}},"/api/webhooks":{"post":{"summary":"Signed, idempotent, retryable webhook receiver","parameters":[{"name":"X-Signature","in":"header","required":true,"schema":{"type":"string"}},{"name":"X-Idempotency-Key","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"202":{"description":"Accepted"},"401":{"description":"Invalid signature"},"409":{"description":"Replayed (idempotent hit)"}}}}}}