{"openapi":"3.1.0","info":{"title":"PlatPhorm Investigate API","version":"1.0.0","description":"Bounded security-incident orchestration over Correlate, Evidence, and pinned MITRE ATT&CK data."},"servers":[{"url":"https://investigate.platphormnews.com"}],"paths":{"/api/health":{"get":{"operationId":"getHealth","responses":{"200":{"description":"Liveness and dependency readiness"}}}},"/api/v1/health":{"get":{"operationId":"getHealthV1","responses":{"200":{"description":"Versioned health alias"}}}},"/api/v1/investigate":{"post":{"operationId":"runInvestigation","summary":"Stream a bounded investigation as NDJSON","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["question"],"properties":{"question":{"type":"string","minLength":1,"maxLength":500}}}}}},"responses":{"200":{"description":"NDJSON run stream"},"400":{"description":"Validation error"}}}},"/api/v1/tools":{"get":{"operationId":"listTools","responses":{"200":{"description":"Tool registry"}}}},"/api/v1/tools/{name}":{"post":{"operationId":"callTool","parameters":[{"name":"name","in":"path","required":true,"schema":{"type":"string","enum":["correlate","map_attack","lookup_technique","search_techniques","build_timeline","verify_claim"]}}],"responses":{"200":{"description":"Tool execution"},"422":{"description":"Tool validation or execution failure"}}}},"/api/mcp":{"get":{"operationId":"getMcpMetadata","responses":{"200":{"description":"MCP metadata"}}},"post":{"operationId":"callMcp","responses":{"200":{"description":"JSON-RPC response"},"204":{"description":"JSON-RPC notification"}}}}}}