{"service":"HiveConsult","version":"1.0.0","description":"Agent-to-agent reasoning-as-a-service. Structured reasoning, data analysis, decision support, and code/document review.","endpoints":{"health":{"method":"GET","path":"/health","description":"Service health check"},"reason":{"method":"POST","path":"/v1/consult/reason","description":"Structured chain-of-thought reasoning","pricing":{"quick":"$0.01","standard":"$0.05","deep":"$0.25"},"auth":"DID + x402 payment"},"analyze":{"method":"POST","path":"/v1/consult/analyze","description":"Data analysis (trend, anomaly, forecast, comparison)","pricing":"$0.05","auth":"DID + x402 payment"},"decide":{"method":"POST","path":"/v1/consult/decide","description":"Decision support with weighted criteria ranking","pricing":"$0.05","auth":"DID + x402 payment"},"review":{"method":"POST","path":"/v1/consult/review","description":"Code, contract, document, or strategy review","pricing":"$0.05","auth":"DID + x402 payment"},"batch":{"method":"POST","path":"/v1/consult/batch","description":"Batch multiple consultations (max 10)","auth":"DID + x402 payment"},"stats":{"method":"GET","path":"/v1/consult/stats","description":"Consultation stats and metrics"},"history":{"method":"GET","path":"/v1/consult/history/:did","description":"Consultation history for an agent"},"mcp":{"method":"POST","path":"/mcp","description":"JSON-RPC 2.0 MCP endpoint for tool discovery and invocation"}},"auth":{"internal":"x-hive-internal header bypasses payment","external":"x402 protocol — include X-Payment header with payment proof"},"mcp":{"endpoint":"/mcp","protocol":"JSON-RPC 2.0","methods":["tools/list","tools/call","initialize"]}}