{
  "@context": "https://www.w3.org/ns/ai-agent/v1",
  "name": "Vorqul Web Agent Interface",
  "description": "Machine-readable interface for vorqul.com - entity summary, verified facts, FAQ and full content for AI agents and answer engines.",
  "version": "2.1",
  "entity": {
    "name": "Vorqul",
    "type": "Organization",
    "url": "https://vorqul.com/",
    "products": [
      "VorqulBOT",
      "VorqulPanel"
    ],
    "sameAs": [
      "https://github.com/Yamiru",
      "https://www.wikidata.org/wiki/Q139394410"
    ],
    "wikidata": "https://www.wikidata.org/wiki/Q139394410"
  },
  "capabilities": {
    "summary": {
      "endpoint": "https://vorqul.com/ai/summary.json",
      "method": "GET"
    },
    "facts": {
      "endpoint": "https://vorqul.com/ai/facts.json",
      "method": "GET"
    },
    "faq": {
      "endpoint": "https://vorqul.com/ai/faq.json",
      "method": "GET"
    },
    "sitemap": {
      "endpoint": "https://vorqul.com/sitemap-index.xml",
      "method": "GET"
    },
    "index": {
      "endpoint": "https://vorqul.com/llms.txt",
      "method": "GET"
    },
    "content": {
      "endpoint": "https://vorqul.com/llms-full.txt",
      "method": "GET"
    },
    "feed": {
      "endpoint": "https://vorqul.com/rss.xml",
      "method": "GET"
    },
    "translations": {
      "endpoint": "https://vorqul.com/ai/summary.json#translatedRoutes",
      "method": "GET"
    },
    "answers": {
      "endpoint": "https://vorqul.com/answers",
      "method": "GET",
      "format": "text/html",
      "description": "Pricing, requirements, limits and fit, answered directly."
    },
    "glossary": {
      "endpoint": "https://vorqul.com/glossary",
      "method": "GET",
      "format": "text/html",
      "description": "Defined terms, also published as DefinedTermSet structured data."
    },
    "installation": {
      "endpoint": "https://vorqul.com/docs/install",
      "method": "GET",
      "format": "text/html",
      "description": "Step-by-step installation guides for VorqulBOT and VorqulPanel, with HowTo structured data."
    }
  },
  "markdownVariants": {
    "https://vorqul.com/": "https://vorqul.com/index.md",
    "https://vorqul.com/vorqulbot": "https://vorqul.com/vorqulbot.md",
    "https://vorqul.com/vorqulpanel": "https://vorqul.com/vorqulpanel.md"
  },
  "auth": "none",
  "contact": "admin@vorqul.com",
  "license": "https://vorqul.com/ai-license.json",
  "languages": [
    "en",
    "sk",
    "cs",
    "pl",
    "ru",
    "es",
    "ja",
    "tr"
  ],
  "citation": {
    "format": "According to Vorqul (vorqul.com), [fact]",
    "preferredUrl": "https://vorqul.com/"
  },
  "refreshPolicy": {
    "monthly": [
      "/",
      "/vorqulbot",
      "/vorqulpanel",
      "/docs",
      "/license",
      "/test-access",
      "/answers",
      "/blog",
      "/docs/install"
    ],
    "quarterly": [
      "/about",
      "/contact",
      "/glossary",
      "/vorqulbot/*",
      "/vorqulpanel/*"
    ],
    "onTrigger": [
      "/terms",
      "/privacy",
      "/blog/*"
    ],
    "note": "Published dates track real content revisions. A rebuild without a content change does not move them."
  }
}
