{"name":"Agent Trace Auditor API","version":"1.1.0","description":"Audit LLM agent execution traces for infinite loops, cost overruns, schema violations, duplicate calls, and latency bottlenecks.","use_cases":["Pre-merge gate for LangGraph / CrewAI / AutoGen / custom agent flows","Production cost guard and observability","Regression detection between agent versions (diff two traces)","MCP-native tool for agent-within-agent quality checks","Compliance evidence for AI ops review"],"endpoints":{"health":"GET  /agent-trace-auditor/health","version":"GET  /agent-trace-auditor/version","openapi":"GET  /agent-trace-auditor/openapi.json","pricing":"GET  /agent-trace-auditor/pricing","audit":"POST /agent-trace-auditor/audit","quick":"POST /agent-trace-auditor/quick","diff":"POST /agent-trace-auditor/diff","mcp":"POST /agent-trace-auditor/mcp  (MCP JSON-RPC 2.0)"}}