{
  "specVersion": "1.0",
  "host": {
    "displayName": "Apatero",
    "identifier": "did:web:apatero.com",
    "url": "https://apatero.com",
    "description": "Apatero: the marketing site and creator blog for Apatero Studio, the AI image and video studio."
  },
  "entries": [
    {
      "identifier": "urn:air:apatero.com:mcp:studio",
      "displayName": "Apatero Studio MCP server",
      "description": "Remote MCP server (streamable HTTP) with 20 generation, character and story tools.",
      "type": "application/mcp-server-card+json",
      "url": "https://apatero.com/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "generate a product photo of my water bottle on a marble counter",
        "make a 5 second video of a foggy forest at sunrise",
        "create a consistent AI character and put her in three new scenes",
        "animate this portrait so it reads my script"
      ]
    },
    {
      "identifier": "urn:air:apatero.com:a2a:studio",
      "displayName": "Apatero Studio A2A agent",
      "description": "A2A JSON-RPC endpoint that turns a prompt into a rendered image or video task.",
      "type": "application/json",
      "url": "https://apatero.com/.well-known/agent-card.json",
      "representativeQueries": [
        "send this prompt to an image generation agent and return the file",
        "render a short video from a text description"
      ]
    },
    {
      "identifier": "urn:air:apatero.com:openapi:studio-api",
      "displayName": "Apatero Studio REST API",
      "description": "OpenAPI 3 description of the generation, gallery, billing and account endpoints.",
      "type": "application/vnd.oai.openapi",
      "url": "https://api.apatero.ai/api/schema/",
      "representativeQueries": [
        "what models can I generate with and what do they cost",
        "check the status of my generation job",
        "how many credits are left on my account"
      ]
    },
    {
      "identifier": "urn:air:apatero.com:skills:index",
      "displayName": "Apatero agent skills",
      "description": "SKILL.md documents for generating with Apatero and for authenticating as an agent.",
      "type": "application/json",
      "url": "https://apatero.com/.well-known/agent-skills/index.json",
      "representativeQueries": [
        "how do I authenticate an agent to Apatero",
        "which Apatero transport should my agent use"
      ]
    },
    {
      "identifier": "urn:air:apatero.com:doc:blog-search-index",
      "displayName": "Apatero blog search index",
      "description": "JSON index of every published article (title, description, tags, opening text, URL). Articles answer Accept: text/markdown.",
      "type": "application/json",
      "url": "https://apatero.com/api/search-index.json",
      "representativeQueries": [
        "find Apatero articles about ComfyUI workflows",
        "best AI image generator comparisons",
        "how to make consistent AI influencer photos"
      ]
    },
    {
      "identifier": "urn:air:apatero.com:doc:llms-txt",
      "displayName": "Apatero.com summary for language models",
      "description": "llms.txt overview of apatero.com with the key pages as markdown links.",
      "type": "text/markdown",
      "url": "https://apatero.com/llms.txt",
      "representativeQueries": [
        "what is Apatero",
        "where is the Apatero blog"
      ]
    }
  ]
}