{
  "title": "PowerMilk Supply Chain API",
  "version": "1.0.0",
  "description": "Production-ready API for order processing, inventory management, and logistics",
  "endpoints": {
    "GET /health": "System health check",
    "GET /docs": "API documentation",
    "GET /api/v1/orders": "List orders",
    "POST /api/v1/orders": "Create new order",
    "GET /api/v1/orders/{id}": "Get order by ID",
    "PUT /api/v1/orders/{id}": "Update order",
    "GET /api/v1/inventory": "Get inventory levels",
    "GET /api/v1/products": "List products"
  },
  "authentication": "Include X-API-Key header with your API key"
}