{
    "name": "Command API",
    "version": "1.0.0",
    "description": "AI-powered Command API with Integration Management",
    "status": "healthy",
    "timestamp": "2026-09-24 02:04:13",
    "environment": "production",
    "endpoints": {
        "root": "/",
        "health": "/api/v1/health",
        "commands": "/api/v1/commands/execute",
        "memory": "/api/v1/memory",
        "knowledge": "/api/v1/knowledge"
    },
    "authentication": "X-API-Key header or JWT Bearer token"
}