{"api":"Praxis AI Decision Engine","version":"public-v1","description":"Enterprise AI stack advisor. Analyze needs, optimize stacks, assess vendor risk, plan migrations, and track compliance.","endpoints":[{"method":"POST","path":"/api/v1/analyze","description":"Describe your needs → get recommended AI stack","body":{"query":"str (required)","profile_id":"str?","stack_size":"int (default 3)","filters":"list?"}},{"method":"POST","path":"/api/v1/stack/optimize","description":"Upload current stack → get optimized stack + risks + savings","body":{"current_tools":"list[str] (required)","goal":"str?","profile_id":"str?"}},{"method":"POST","path":"/api/v1/compare","description":"Side-by-side tool comparison","body":{"tool_a":"str","tool_b":"str","profile_id":"str?"}},{"method":"POST","path":"/api/v1/migrate","description":"Migration plan between tools with risk assessment","body":{"from_tool":"str","to_tool":"str?","desired_outcome":"str?","profile_id":"str?"}},{"method":"GET","path":"/api/v1/vendor/{tool_name}","description":"Vendor risk report: risk score, compliance, lock-in"},{"method":"POST","path":"/api/v1/whatif","description":"Simulate constraint changes and preview recommendation shifts","body":{"query":"str","changes":"dict","profile_id":"str?"}},{"method":"GET","path":"/api/v1/compliance","description":"Regulatory compliance snapshot (EU AI Act, HIPAA, GDPR)"},{"method":"POST","path":"/api/v1/cost","description":"Estimate inference cost for a model/usage pattern","body":{"input_tokens":"int","output_tokens":"int","model":"str?"}},{"method":"GET","path":"/api/v1/economics","description":"Full AI economics dashboard: ROI, budget, waste"},{"method":"GET","path":"/api/v1/health","description":"System health check"},{"method":"GET","path":"/api/v1/docs","description":"This endpoint — API documentation"},{"method":"POST","path":"/api/v1/feedback","description":"Submit feedback on a tool recommendation","body":{"tool_name":"str","rating":"int (1-5)","comment":"str?"}}]}