{
  "schema_version": "2024-11-05",
  "name": "Silver Automobile Agent",
  "description": "Read-only agent surface for Silver Automobile's public auto parts catalog in Bangalore.",
  "vendor": "Silver Automobile",
  "version": "1.0.0",
  "homepage": "https://silverautomobile.com/",
  "documentation": "https://silverautomobile.com/llms.txt",
  "capabilities": {
    "tools": [
      {
        "name": "list_pages",
        "description": "List all public catalog and content pages.",
        "endpoint": "https://silverautomobile.com/feed.json",
        "method": "GET",
        "input_schema": { "type": "object", "properties": {} }
      },
      {
        "name": "find_part",
        "description": "Ask a natural-language question about a car part and get a recommendation plus a link to the relevant page.",
        "endpoint": "https://mulhdqdwnklyyggaolfi.supabase.co/functions/v1/ai-part-finder",
        "method": "POST",
        "input_schema": {
          "type": "object",
          "required": ["query"],
          "properties": {
            "query": { "type": "string", "description": "Natural-language part question, e.g. 'brake pads for Swift Dzire 2019'" },
            "make": { "type": "string" },
            "model": { "type": "string" }
          }
        }
      }
    ]
  },
  "resources": [
    { "name": "llms.txt", "url": "https://silverautomobile.com/llms.txt", "mimeType": "text/markdown" },
    { "name": "ai.txt", "url": "https://silverautomobile.com/ai.txt", "mimeType": "text/markdown" },
    { "name": "feed.json", "url": "https://silverautomobile.com/feed.json", "mimeType": "application/feed+json" },
    { "name": "sitemap.xml", "url": "https://silverautomobile.com/sitemap.xml", "mimeType": "application/xml" }
  ],
  "contact": { "email": "info@silverautomobile.com", "phone": "+919972358299" }
}
