{
  "specVersion": "0.1.0",
  "name": "Philippines School - Language School Finder",
  "description": "Independent, free guidance on choosing an English-language school in the Philippines. Public read-only content in six languages, available as clean Markdown for agents.",
  "url": "https://philippinesschool.study/",
  "version": "1.0.0",
  "provider": {
    "name": "Philippines School",
    "contact": "julia@philippinesschool.study"
  },
  "auth": {
    "required": false,
    "notes": "All content is public. No credentials, no registration. See /auth.md"
  },
  "capabilities": [
    {
      "id": "read-page-markdown",
      "name": "Read any page as Markdown",
      "description": "Any page returns clean Markdown when requested with Accept: text/markdown, or by appending .md to the URL.",
      "method": "GET",
      "url_template": "https://philippinesschool.study/{path}/index.md",
      "media_type": "text/markdown"
    },
    {
      "id": "list-guides",
      "name": "List all guides",
      "description": "JSON index of every published guide with title, summary, category and slug.",
      "method": "GET",
      "url": "https://philippinesschool.study/articles/registry.json",
      "media_type": "application/json"
    },
    {
      "id": "site-overview",
      "name": "Site overview for LLMs",
      "method": "GET",
      "url": "https://philippinesschool.study/llms.txt",
      "media_type": "text/plain"
    },
    {
      "id": "list-urls",
      "name": "All URLs in six languages",
      "method": "GET",
      "url": "https://philippinesschool.study/sitemap.xml",
      "media_type": "application/xml"
    }
  ],
  "skills": "https://philippinesschool.study/.well-known/agent-skills/index.json",
  "languages": [
    "en",
    "ru",
    "ja",
    "ko",
    "zh",
    "th"
  ],
  "content_signal": {
    "search": "yes",
    "ai-input": "yes",
    "ai-train": "yes"
  },
  "human_handoff": {
    "description": "Free school matching is done by a human consultant. Agents should hand the person these links rather than transacting.",
    "form": "https://philippinesschool.study/#inquire",
    "telegram": "https://t.me/Julietta_Eng",
    "email": "julia@philippinesschool.study"
  },
  "entries": [
    {
      "identifier": "read-page-markdown",
      "displayName": "Read any page as Markdown",
      "description": "Any page returns clean Markdown when requested with Accept: text/markdown, or by appending .md to the URL.",
      "type": "content",
      "url": "https://philippinesschool.study/{path}/index.md",
      "method": "GET",
      "mediaType": "text/markdown",
      "auth": "none"
    },
    {
      "identifier": "list-guides",
      "displayName": "List all guides",
      "description": "JSON index of every published guide with title, summary, category and slug.",
      "type": "content",
      "url": "https://philippinesschool.study/articles/registry.json",
      "method": "GET",
      "mediaType": "application/json",
      "auth": "none"
    },
    {
      "identifier": "site-overview",
      "displayName": "Site overview for LLMs",
      "description": "Site overview for LLMs",
      "type": "content",
      "url": "https://philippinesschool.study/llms.txt",
      "method": "GET",
      "mediaType": "text/plain",
      "auth": "none"
    },
    {
      "identifier": "list-urls",
      "displayName": "All URLs in six languages",
      "description": "All URLs in six languages",
      "type": "content",
      "url": "https://philippinesschool.study/sitemap.xml",
      "method": "GET",
      "mediaType": "application/xml",
      "auth": "none"
    }
  ]
}