{"openapi":"3.1.0","info":{"title":"The Agent Visibility Directory API","version":"1.1.0","description":"Read-only index of AI search visibility tools. Every record carries the vendor URL it was read from and the date it was checked. Every HTML page also has a markdown twin at the same path plus index.md."},"servers":[{"url":"https://agentvisibilitytools.com"}],"paths":{"/api/tools":{"get":{"summary":"List tools","parameters":[{"name":"status","in":"query","schema":{"type":"string","enum":["live","acquired","defunct"]}},{"name":"engine","in":"query","schema":{"type":"string"}}],"responses":{"200":{"description":"Tool list"}}}},"/api/tools/{slug}":{"get":{"summary":"Get one tool","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Tool"},"404":{"description":"Not found"}}}}}}