{"name": "ManOverMachine MasterAPI", "version": "0.1.0", "status": "ok", "docs": "/docs", "openapi": "/openapi.yaml", "description": "Credit-gated API. Authenticate with the X-Api-Key header; buy credits via Stripe; spend them on services.", "endpoints": {"users": ["POST /users", "GET /users", "PUT /users"], "credits": ["GET /credits", "POST /credits"], "services": ["GET /weather", "POST /chatgpt", "POST /image", "POST /scrape"], "billing": ["POST /billing/checkout", "POST /billing/webhook"], "admin": ["GET /admin/users", "GET /admin/pricing", "..."]}}