{
  "specVersion": "1.0",
  "host": {
    "displayName": "Gamoshi",
    "identifier": "did:web:gamoshi.com",
    "description": "Programmatic advertising technology: an omni-channel DSP across display, video, audio and CTV, a supply marketplace, and a white-label platform for agencies and media owners.",
    "url": "https://gamoshi.com/"
  },
  "entries": [
    {
      "identifier": "urn:air:gamoshi.com:api:content",
      "displayName": "Gamoshi public content API",
      "description": "OpenAPI 3.1 description of the anonymous, read-only WordPress REST endpoints that expose gamoshi.com articles and pages: search, posts, pages, categories and tags.",
      "type": "application/openapi+json",
      "url": "https://gamoshi.com/.well-known/openapi/gamoshi-content.json",
      "representativeQueries": [
        "search Gamoshi's articles for real-time bidding",
        "fetch the Gamoshi technology page as structured data",
        "list the most recent posts published on gamoshi.com",
        "what categories does the Gamoshi blog use"
      ]
    },
    {
      "identifier": "urn:air:gamoshi.com:skill:index",
      "displayName": "Gamoshi agent skills",
      "description": "Discovery index of the SKILL.md documents Gamoshi publishes for agents, with SHA-256 digests: how to search site content, and how to make contact.",
      "type": "application/json",
      "url": "https://gamoshi.com/.well-known/agent-skills/index.json",
      "representativeQueries": [
        "what skills does gamoshi.com publish for AI agents",
        "how should an agent query the Gamoshi website",
        "get the Gamoshi contact skill"
      ]
    },
    {
      "identifier": "urn:air:gamoshi.com:doc:llms-txt",
      "displayName": "Gamoshi llms.txt",
      "description": "Curated index of gamoshi.com written for language models: the main pages, every published article, categories and tags, with one-line summaries.",
      "type": "text/plain",
      "url": "https://gamoshi.com/llms.txt",
      "representativeQueries": [
        "what is Gamoshi and what does the company do",
        "give me an overview of everything on gamoshi.com",
        "which pages exist on the Gamoshi website"
      ]
    },
    {
      "identifier": "urn:air:gamoshi.com:index:sitemap",
      "displayName": "Gamoshi sitemap index",
      "description": "XML sitemap index covering every indexable URL on gamoshi.com, with last-modified dates.",
      "type": "application/xml",
      "url": "https://gamoshi.com/sitemap_index.xml",
      "representativeQueries": [
        "list every public URL on gamoshi.com",
        "which Gamoshi pages changed most recently"
      ]
    },
    {
      "identifier": "urn:air:gamoshi.com:doc:auth",
      "displayName": "Gamoshi agent authentication policy",
      "description": "States that the Gamoshi public surface is anonymous and read-only: no agent registration, no credentials, no public write API, and where to go for commercial platform access.",
      "type": "text/markdown",
      "url": "https://gamoshi.com/auth.md",
      "representativeQueries": [
        "how does an agent authenticate with gamoshi.com",
        "does Gamoshi require an API key",
        "how do I get access to the Gamoshi DSP platform"
      ]
    }
  ]
}
