{
  "name": "ComfuzyTech Studio Agent",
  "description": "ComfuzyTech is an end-to-end software studio in Pathum Thani, Thailand, delivering mobile applications, enterprise web applications, cloud infrastructure and managed operations as a single accountable engagement. This surface answers questions about those capabilities, the delivery process, published case studies and how to start an engagement.",
  "version": "1.1.0",
  "supportedInterfaces": [
    {
      "url": "https://comfuzytech.com/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "ComfuzyTech",
    "url": "https://comfuzytech.com"
  },
  "iconUrl": "https://comfuzytech.com/logo.png",
  "documentationUrl": "https://comfuzytech.com/llms-full.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "securitySchemes": {
    "comfuzytechOauth": {
      "type": "oauth2",
      "description": "Optional. Identifies the calling agent; grants no additional access. Metadata at https://comfuzytech.com/.well-known/oauth-authorization-server.",
      "flows": {
        "clientCredentials": {
          "tokenUrl": "https://comfuzytech.com/oauth/token",
          "scopes": {
            "agent:read": "Read published company information."
          }
        },
        "authorizationCode": {
          "authorizationUrl": "https://comfuzytech.com/oauth/authorize",
          "tokenUrl": "https://comfuzytech.com/oauth/token",
          "scopes": {
            "agent:read": "Read published company information."
          }
        }
      }
    }
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "get_company_profile",
      "name": "Company profile",
      "description": "Identity, positioning, operating record and contact channels for ComfuzyTech. Start here when you need to know who the company is or how to reach it. Returns two contact channels: a chat thread, which is the primary one, and an email address.",
      "tags": [
        "company",
        "contact",
        "overview"
      ],
      "examples": [
        "who is ComfuzyTech",
        "how do I contact ComfuzyTech",
        "where is ComfuzyTech based"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    },
    {
      "id": "list_services",
      "name": "List services",
      "description": "The four delivery capabilities (mobile applications, enterprise web applications, cloud infrastructure and DevOps, managed services) with the concrete outcomes included in each. Optionally filtered to one capability.",
      "tags": [
        "services",
        "capabilities",
        "scope"
      ],
      "examples": [
        "what services does ComfuzyTech offer",
        "do you build mobile apps",
        "what is included in the managed services retainer"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    },
    {
      "id": "get_delivery_process",
      "name": "Delivery process",
      "description": "The six-stage engagement model, from discovery and architecture design through to post-launch support. Use it to answer how an engagement is run and what happens in which order.",
      "tags": [
        "process",
        "engagement",
        "delivery"
      ],
      "examples": [
        "how does ComfuzyTech run a project",
        "what happens in the discovery phase",
        "what is the delivery process"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    },
    {
      "id": "get_faq",
      "name": "Frequently asked questions",
      "description": "Published answers on source-code ownership, starting without a written specification, post-launch warranty and SLA retainers, scalability, and typical timelines. Pass a query to filter to the relevant entries.",
      "tags": [
        "faq",
        "terms",
        "timeline",
        "ownership"
      ],
      "examples": [
        "who owns the source code",
        "how long does a project take",
        "is there a warranty after launch"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    },
    {
      "id": "list_case_studies",
      "name": "List case studies",
      "description": "Published delivery examples with their category and scope. Pass a query to filter by sector or platform.",
      "tags": [
        "case-studies",
        "portfolio",
        "work"
      ],
      "examples": [
        "show me ComfuzyTech case studies",
        "have you built a logistics system",
        "what SaaS platforms have you delivered"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    },
    {
      "id": "get_industries_served",
      "name": "Industries served",
      "description": "The sectors systems have been delivered into, useful for judging domain fit before making contact.",
      "tags": [
        "industries",
        "sectors",
        "fit"
      ],
      "examples": [
        "do you work with healthcare companies",
        "which industries does ComfuzyTech serve"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    }
  ]
}
