{
  "specVersion": "1.0",
  "host": {
    "displayName": "بنباي",
    "identifier": "did:web:pinpaiss.net",
    "domain": "pinpaiss.net",
    "description": "Pinpaiss (بنباي) is an online store selling authentic Chinese and international branded goods to the Arab world, and the marketing site for its iOS and Android apps. Browsing, search and product detail are public; cart, checkout, orders and account require the customer's own signed-in session."
  },
  "entries": [
    {
      "identifier": "urn:air:pinpaiss.net:docs:llms-txt",
      "displayName": "Pinpaiss Site Guide for Language Models",
      "description": "Plain-language map of the site: what is public, what requires a session, how the catalogue query grammar works, and the rules agents are asked to follow.",
      "type": "text/plain",
      "url": "https://pinpaiss.net/llms.txt",
      "representativeQueries": [
        "what can an agent do on the Pinpaiss website",
        "which Pinpaiss pages are public and which need a login",
        "how do I read Pinpaiss content as an AI assistant"
      ]
    },
    {
      "identifier": "urn:air:pinpaiss.net:openapi:public",
      "displayName": "Pinpaiss Public Read-Only API",
      "description": "OpenAPI description of the public, unauthenticated endpoints this website serves, including the catalogue search-suggestion endpoint and the discovery documents.",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://pinpaiss.net/openapi.json",
      "representativeQueries": [
        "what API endpoints does Pinpaiss expose publicly",
        "get search suggestions from the Pinpaiss catalogue",
        "does Pinpaiss have a public API I can call"
      ]
    },
    {
      "identifier": "urn:air:pinpaiss.net:catalog:api",
      "displayName": "Pinpaiss API Catalog",
      "description": "RFC 9727 linkset listing every machine-readable description this origin publishes, with its media type.",
      "type": "application/linkset+json",
      "url": "https://pinpaiss.net/.well-known/api-catalog",
      "representativeQueries": [
        "list the machine-readable documents Pinpaiss publishes",
        "find the API catalog for Pinpaiss"
      ]
    },
    {
      "identifier": "urn:air:pinpaiss.net:skills:index",
      "displayName": "Pinpaiss Agent Skills",
      "description": "Five read-only procedures for working with this store: product discovery, purchase guidance, support navigation, content research and site navigation. None of them grants authority to buy or submit anything.",
      "type": "application/json",
      "url": "https://pinpaiss.net/.well-known/agent-skills/index.json",
      "representativeQueries": [
        "how do I search the Pinpaiss product catalogue",
        "how does checkout and shipping work at Pinpaiss",
        "where do I track a Pinpaiss order without signing in"
      ]
    },
    {
      "identifier": "urn:air:pinpaiss.net:mcp:card",
      "displayName": "Pinpaiss MCP Capability Card (no transport offered)",
      "description": "Capability card stating that this origin exposes no MCP transport and no remotely callable MCP tools. The site's agent tooling is browser-side WebMCP, available only inside a page the person already has open.",
      "type": "application/json",
      "url": "https://pinpaiss.net/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "does Pinpaiss have an MCP server I can connect to",
        "what agent tools does the Pinpaiss website expose"
      ]
    },
    {
      "identifier": "urn:air:pinpaiss.net:auth:agent",
      "displayName": "Pinpaiss Agent Authentication Notice",
      "description": "How authentication works here for an agent: it does not. There is no OAuth, no client registration and no agent-obtainable credential; everything an agent may read is public, and anything else is done by the person in their own session.",
      "type": "text/markdown",
      "url": "https://pinpaiss.net/auth.md",
      "representativeQueries": [
        "how does an AI agent authenticate with Pinpaiss",
        "can I register an agent client with Pinpaiss",
        "does Pinpaiss support OAuth for agents"
      ]
    }
  ]
}