{
  "protocolVersion": "0.3.0",
  "name": "Synera Systems assistant",
  "description": "Answers questions on behalf of Synera Systems, a business process automation consultancy for US B2B service firms of 5-50 people (Enrique Lemus, principal consultant): what the three stages are and what each one delivers, how pricing works, how long a first system takes, which tools get used, what Synera refuses to do, and how to start with the free 30-minute operations review. Answers come from the firm's own published pages, not from speculation, and every answer cites the page it came from.",
  "url": "https://synerasystems.cloud/api/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://synerasystems.cloud/api/a2a",
      "transport": "JSONRPC"
    }
  ],
  "additionalInterfaces": [
    {
      "url": "https://synerasystems.cloud/api/a2a",
      "transport": "JSONRPC"
    }
  ],
  "version": "1.0.0",
  "documentationUrl": "https://synerasystems.cloud/llms.txt",
  "provider": {
    "organization": "Synera Systems",
    "url": "https://synerasystems.cloud"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "securitySchemes": {},
  "security": [],
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "services-and-stages",
      "name": "Services and stages",
      "description": "The three stages - operations diagnostic, process redesign and standards, systems implementation - what each one delivers and why the order is fixed.",
      "tags": [
        "consulting",
        "automation",
        "process",
        "diagnostic"
      ],
      "examples": [
        "What do you actually do?",
        "Can we skip the diagnostic and just build?",
        "What do we get out of week one?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    },
    {
      "id": "pricing",
      "name": "Pricing and payback",
      "description": "How implementation is priced, what is included in the number, and the payback arithmetic against the cost of the manual work being replaced.",
      "tags": [
        "pricing",
        "roi",
        "payback",
        "cost"
      ],
      "examples": [
        "How much does this cost?",
        "Is there a monthly fee?",
        "How fast does it pay for itself?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    },
    {
      "id": "engagement-process",
      "name": "How an engagement runs",
      "description": "Week by week, from the free 30-minute review to a live system, and what the client owns at the end.",
      "tags": [
        "process",
        "timeline",
        "onboarding"
      ],
      "examples": [
        "How long until something is running?",
        "Who owns the systems you build?",
        "What happens after handover?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    },
    {
      "id": "fit-and-limits",
      "name": "Fit and limits",
      "description": "Who this is for, and the four things Synera refuses to do - including taking a project whose volume does not justify the build.",
      "tags": [
        "fit",
        "qualification",
        "limits"
      ],
      "examples": [
        "Are we too small for this?",
        "Do we have to replace our current tools?",
        "Do you resell software?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    },
    {
      "id": "search-site",
      "name": "Search the site",
      "description": "Full-text search over every published page, returning the URL and the markdown twin of each match.",
      "tags": [
        "search",
        "pages"
      ],
      "examples": [
        "What have you published about dental practices?",
        "Find the page about what manual work costs."
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    }
  ],
  "supportsAuthenticatedExtendedCard": false
}