{
    "name": "ZEUS Agents API",
    "status": "online",
    "version": "1.0.0",
    "endpoints": {
        "POST /api/analyze": "Analyze a JSON/CSV/XML/YAML file (multipart \"file\" or JSON file_path)",
        "POST /api/orchestrate": "Run the full pipeline: analyze -> generate app -> security scan -> polish",
        "POST /api/polish": "Polish HTML/CSS/JSX files with design tokens",
        "POST /api/auto-polish": "Polish with automatic quality improvement",
        "POST /api/smart-style": "LLM-powered styling suggestions",
        "GET /api/components": "List available UI components",
        "GET /api/components/{name}": "Get a specific component",
        "POST /api/suggest-components": "Suggest components for given HTML",
        "POST /api/generate-dark-mode": "Generate a dark theme",
        "POST /api/optimize-performance": "Minify and optimize files"
    },
    "docs": "https://github.com/Z3US-AI-TEAM/Z3us-agents"
}