{
  "name": "ALYA",
  "url": "https://www.alya.ai/",
  "description": "SaaS platform for Customer Experience driven by Artificial Intelligence. The #1 solution for digital marketers to grow their online revenues by applying AI to marketing data.",
  "contact": {
    "telephone": "+1-514-521-6106",
    "page": "https://www.alya.ai/contact-us/"
  },
  "endpoints": {
    "catalog": "https://www.alya.ai/agents/catalog.json",
    "llms": "https://www.alya.ai/llms.txt",
    "api_catalog": "https://www.alya.ai/.well-known/api-catalog",
    "ask": "https://www.alya.ai/ask",
    "deliverables": "https://www.alya.ai/agents/deliverables.json",
    "forms": "https://www.alya.ai/agents/forms.json",
    "mcp": "https://www.alya.ai/mcp"
  },
  "content_negotiation": {
    "markdown": "Send 'Accept: text/markdown' on any page URL"
  },
  "actions": [
    {
      "name": "ask",
      "method": "GET|POST",
      "href": "https://www.alya.ai/ask",
      "input": "q (question)",
      "desc": "Ask a question answered from this site's own content."
    },
    {
      "name": "list_deliverables",
      "method": "GET",
      "href": "https://www.alya.ai/agents/deliverables.json",
      "desc": "Documents and resources this business publishes."
    },
    {
      "name": "list_forms",
      "method": "GET",
      "href": "https://www.alya.ai/agents/forms.json",
      "desc": "Forms on this site, described so an agent can fill them."
    },
    {
      "name": "mcp",
      "method": "POST",
      "href": "https://www.alya.ai/mcp",
      "desc": "Model Context Protocol endpoint (tools: search_catalog, ask, get_contact, list_deliverables, list_forms)."
    }
  ],
  "policy": "AI agents welcome. See /robots.txt for crawler directives.",
  "generator": "alya agentic-layer v3 (multi-tenant)"
}