{
    "schema_version": "1.1",
    "name": "Tint Las Vegas",
    "description": "Mobile automotive, residential, and commercial window tinting across the Las Vegas valley. Instant AI pricing, a hand-picked local installer at your door, lifetime warranty. Powered by TintButler.",
    "provider": "TintButler AI",
    "api": {
        "base_url": "https://butler-production-2c91.up.railway.app",
        "tenant_id": "01KTG15JDBD6ER9TF3T07M4KM2",
        "capability_manifest": "https://butler-production-2c91.up.railway.app/api/v1/capabilities",
        "openapi": "https://butler-production-2c91.up.railway.app/openapi.json",
        "auth": "none \u2014 public endpoints"
    },
    "capabilities": [
        {
            "name": "chat",
            "method": "POST",
            "path": "/api/v1/public/chat",
            "summary": "Converse with the AI front desk to get tiered pricing and book a mobile install.",
            "body": {
                "tenant_id": "01KTG15JDBD6ER9TF3T07M4KM2",
                "session": "<stable id>",
                "text": "<customer message>"
            }
        },
        {
            "name": "estimate",
            "method": "POST",
            "path": "/api/v1/estimate",
            "summary": "Flat-glass (home/commercial) tiered pricing by square footage.",
            "body": {
                "vertical": "tintbutler",
                "sqft": 0
            }
        },
        {
            "name": "quote",
            "method": "POST",
            "path": "/api/v1/public/quote",
            "summary": "Create a written quote for a customer.",
            "body": {
                "tenant_id": "01KTG15JDBD6ER9TF3T07M4KM2",
                "name": "",
                "email": "",
                "phone": ""
            }
        },
        {
            "name": "capabilities",
            "method": "GET",
            "path": "/api/v1/capabilities",
            "summary": "The full canonical capability manifest \u2014 start here."
        }
    ]
}