{
  "specVersion": "1.0",
  "host": {
    "identifier": "did:web:synerasystems.cloud",
    "displayName": "Synera Systems",
    "description": "Business process automation consulting for B2B service firms in the United States (5-50 people: medical and dental practices, accounting and legal firms, agencies). Operations diagnostic, then process redesign and standards, then the custom systems that hold it. Strategy first - the tool is the last decision.",
    "url": "https://synerasystems.cloud",
    "contact": "enrique@synerasystems.cloud"
  },
  "entries": [
    {
      "identifier": "urn:air:synerasystems.cloud:server:mcp",
      "displayName": "Synera Systems MCP server",
      "description": "Model Context Protocol server exposing services, pricing, process, FAQ and full-text search over the site.",
      "type": "application/mcp-server-card+json",
      "url": "https://synerasystems.cloud/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "how much does business process automation cost",
        "what does an operations diagnostic include",
        "how long until an automated system is live",
        "should I automate my process or fix it first",
        "consultant for a dental practice front desk workflow"
      ]
    },
    {
      "identifier": "urn:air:synerasystems.cloud:agent:a2a",
      "displayName": "Synera Systems assistant (A2A)",
      "description": "Agent-to-Agent endpoint answering from the company's own published pages.",
      "type": "application/json",
      "url": "https://synerasystems.cloud/.well-known/agent-card.json",
      "representativeQueries": [
        "what does Synera Systems do",
        "how do we start with a free operations review",
        "do we have to replace our current software"
      ]
    },
    {
      "identifier": "urn:air:synerasystems.cloud:api:public",
      "displayName": "Synera Systems public REST API",
      "description": "Read-only JSON API for facts, services, process, FAQ, pages and search.",
      "type": "application/vnd.oai.openapi+json;version=3.1",
      "url": "https://synerasystems.cloud/openapi.json",
      "representativeQueries": [
        "list the stages Synera Systems sells",
        "get the pricing policy for an implementation",
        "search the site for the dental vertical"
      ]
    },
    {
      "identifier": "urn:air:synerasystems.cloud:corpus:llms",
      "displayName": "Site guide for language models",
      "description": "llms.txt index of every page, with the markdown twin of each one.",
      "type": "text/markdown",
      "url": "https://synerasystems.cloud/llms.txt",
      "representativeQueries": [
        "what is Synera Systems",
        "list the pages on synerasystems.cloud",
        "read the method page as markdown"
      ]
    },
    {
      "identifier": "urn:air:synerasystems.cloud:corpus:llms-full",
      "displayName": "Full site corpus",
      "description": "Every routed page concatenated as markdown.",
      "type": "text/markdown",
      "url": "https://synerasystems.cloud/llms-full.txt",
      "representativeQueries": [
        "everything Synera Systems has published",
        "full text of the Synera Systems site"
      ]
    },
    {
      "identifier": "urn:air:synerasystems.cloud:doc:auth",
      "displayName": "Agent authentication policy",
      "description": "States that every agent surface here is public and read-only, and what is expected of agents instead of credentials.",
      "type": "text/markdown",
      "url": "https://synerasystems.cloud/auth.md",
      "representativeQueries": [
        "does synerasystems.cloud need an API key",
        "how do I authenticate with this API",
        "can I train a model on this site"
      ]
    },
    {
      "identifier": "urn:air:synerasystems.cloud:data:kb",
      "displayName": "Synera Systems knowledge base",
      "description": "Services, pricing, process, guarantees and FAQ as structured JSON.",
      "type": "application/json",
      "url": "https://synerasystems.cloud/agent/kb.json",
      "representativeQueries": [
        "Synera Systems pricing policy",
        "what Synera Systems refuses to do",
        "what tools does Synera Systems use"
      ]
    },
    {
      "identifier": "urn:air:synerasystems.cloud:skills:index",
      "displayName": "Synera Systems agent skills",
      "description": "Installable skills published by Synera Systems.",
      "type": "application/json",
      "url": "https://synerasystems.cloud/.well-known/agent-skills/index.json",
      "representativeQueries": [
        "how much does business process automation cost",
        "what does an operations diagnostic include"
      ]
    }
  ]
}