{
  "specVersion": "1.0",
  "host": {
    "displayName": "Screenery",
    "identifier": "did:web:app.screenery.dev",
    "documentationUrl": "https://app.screenery.dev/llms-full.txt"
  },
  "entries": [
    {
      "identifier": "urn:air:app.screenery.dev:mcp:screenery",
      "displayName": "Screenery MCP server",
      "description": "A package registry for product screenshots. CI pushes screenshots on every build; each one gets a stable public URL that updates itself on release. The MCP server onboards a repository end to end: create a project, write screenshot tests, push, and wire CI.",
      "type": "application/mcp-server-card+json",
      "url": "https://app.screenery.dev/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "publish product screenshots from CI",
        "keep README screenshots up to date automatically",
        "set up screenshot tests for this repository",
        "compare screenshots between two builds"
      ]
    },
    {
      "identifier": "urn:air:app.screenery.dev:skills:index",
      "displayName": "Screenery agent skills",
      "description": "Skills for Screenery jobs: screenshot tests, embedding screenshots in docs, Play Store listings, demo clips, and baseline comparison.",
      "type": "application/json",
      "url": "https://app.screenery.dev/.well-known/agent-skills/index.json",
      "representativeQueries": [
        "write Playwright screenshot tests that publish themselves",
        "embed self-updating screenshots in documentation",
        "generate Google Play listing screenshots"
      ]
    },
    {
      "identifier": "urn:air:app.screenery.dev:api:control",
      "displayName": "Screenery control API",
      "description": "The HTTP API behind the console, the CLI and the MCP server.",
      "type": "application/linkset+json",
      "url": "https://app.screenery.dev/.well-known/api-catalog",
      "representativeQueries": [
        "list builds for a Screenery project",
        "mint a Screenery publish token"
      ]
    },
    {
      "identifier": "urn:air:app.screenery.dev:docs:guide",
      "displayName": "Screenery guide for agents",
      "description": "Install commands, onboarding, the delivery URL grammar and the MCP runbook, in one Markdown file.",
      "type": "text/markdown",
      "url": "https://app.screenery.dev/llms-full.txt",
      "representativeQueries": [
        "how do I install the Screenery MCP server",
        "Screenery screenshot URL format"
      ]
    }
  ]
}
