{"openapi":"3.0.3","info":{"title":"Market Disruptors AI Visibility Discovery API","version":"1.0.0","description":"Structured discovery API for Market Disruptors AI Visibility Agency. Use it to inspect verified business facts, services, site content, prompts, author identity, and evidence resources."},"servers":[{"url":"https://ai.marketdisruptorsagency.com/api/v1/market-disruptors-agency","description":"MDA public AI discovery namespace"},{"url":"https://marketdisruptorsagency.com/api/v1/market-disruptors-agency","description":"Main-domain fallback discovery namespace"}],"tags":[{"name":"Business","description":"Business identity and local entity context."},{"name":"Services","description":"Structured service catalog."},{"name":"Content","description":"Site content and canonical pages."},{"name":"Prompts","description":"Prompt-aligned answer surfaces."},{"name":"Authors","description":"Author and founder identity."},{"name":"Evidence","description":"Evidence and source mapping."},{"name":"Discovery","description":"Machine-readable discovery files."}],"paths":{"/business":{"get":{"tags":["Business"],"summary":"Get business profile","operationId":"getMdaBusinessProfile","responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BusinessProfile"}}}}}}},"/services":{"get":{"tags":["Services"],"summary":"Get service catalog","operationId":"getMdaServices","responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceCatalog"}}}}}}},"/site-content":{"get":{"tags":["Content"],"summary":"Get site content index","operationId":"getMdaSiteContent","responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SiteContentIndex"}}}}}}},"/prompts":{"get":{"tags":["Prompts"],"summary":"Get prompt registry","operationId":"getMdaPrompts","responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PromptRegistry"}}}}}}},"/authors":{"get":{"tags":["Authors"],"summary":"Get author profile","operationId":"getMdaAuthors","responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuthorProfile"}}}}}}},"/evidence":{"get":{"tags":["Evidence"],"summary":"Get evidence registry","operationId":"getMdaEvidence","responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EvidenceRegistry"}}}}}}},"/openapi.json":{"get":{"tags":["Discovery"],"summary":"Get OpenAPI document","operationId":"getMdaOpenApi","responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpenApiDocument"}}}}}}},"/ai-plugin.json":{"get":{"tags":["Discovery"],"summary":"Get AI plugin compatibility manifest","operationId":"getMdaPluginManifest","responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AiPluginManifest"}}}}}}}},"components":{"schemas":{"TrustFields":{"type":"object","properties":{"source_of_truth":{"type":"string"},"evidence_url":{"type":"string","format":"uri"},"verified":{"type":"boolean"},"human_reviewed":{"type":"boolean"},"last_reviewed_at":{"type":"string"},"updated_at":{"type":"string"},"freshness_window":{"type":"string"},"confidence":{"type":"number"}}},"BusinessProfile":{"type":"object"},"ServiceCatalog":{"type":"object"},"SiteContentIndex":{"type":"object"},"PromptRegistry":{"type":"object"},"AuthorProfile":{"type":"object"},"EvidenceRegistry":{"type":"object"},"OpenApiDocument":{"type":"object"},"AiPluginManifest":{"type":"object"}}}}