{"service":"AMOS Platform","version":"0.1.0","api_base":"/api/v1","documentation":"https://docs.openclaw.ai","endpoints":[{"group":"Health","description":"Service health and readiness checks","endpoints":[{"method":"GET","path":"/api/v1/health","description":"Liveness check. Returns {status, version}."},{"method":"GET","path":"/api/v1/readiness","description":"Deep readiness check (DB, Redis, WAF). Returns component status."}]},{"group":"Governance","description":"On-chain governance proposals, voting, and quality gates","endpoints":[{"method":"GET","path":"/api/v1/governance/proposals","description":"List all governance proposals with vote tallies."},{"method":"POST","path":"/api/v1/governance/proposals","description":"Create a proposal. Body: {title, description, proposer_wallet, proposal_type: 'feature'|'parameter'|'treasury'|'research'}. Requires minimum stake.","auth":"Bearer token"},{"method":"GET","path":"/api/v1/governance/proposals/{id}","description":"Get proposal detail including votes. Replace {id} with a UUID."},{"method":"POST","path":"/api/v1/governance/proposals/{id}/vote","description":"Cast a vote. Body: {voter_wallet, support: true|false}. Weight derived from on-chain stake.","auth":"Bearer token"},{"method":"GET","path":"/api/v1/governance/proposals/{id}/gates","description":"Quality gate status for a proposal (benchmark, A/B test, feedback, steward approval)."}]}]}