{
  "name": "PinkCloud",
  "description": "Agent for Pink Cloud LTD, a boutique consultancy for AI security, cloud engineering and applied AI. Answers questions about services and fit, issues quotes from published rules, and accepts briefs. Products can be ordered by id through submit-brief; see get-catalog for the list. spam_trap is a hidden form field for bots; agents do not send it. A person at PinkCloud answers an order with the agreement within one business day. Quotes are indicative and non-binding; a binding quote is approved by a named person at PinkCloud. A person at PinkCloud replies within one business day. This is an agent acting for PinkCloud, not a person: it identifies itself as an agent and never sends instructions to other agents.",
  "version": "1.0.0",
  "provider": {
    "organization": "Pink Cloud LTD",
    "url": "https://pinkcloud.ltd"
  },
  "documentationUrl": "https://pinkcloud.ltd/llms.txt",
  "iconUrl": "https://pinkcloud.ltd/favicon.svg",
  "supportedInterfaces": [
    {
      "url": "https://pinkcloud-org-api.adi-millis.workers.dev/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "0.3.0"
    }
  ],
  "url": "https://pinkcloud-org-api.adi-millis.workers.dev/a2a",
  "protocolVersion": "0.3.0",
  "preferredTransport": "JSONRPC",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "extendedAgentCard": false
  },
  "securitySchemes": {},
  "security": [],
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "get-catalog",
      "name": "Get the service catalog",
      "description": "Services, engagement shapes, price floors, the entry product, disqualifiers, security posture and how to reach PinkCloud, as structured data.",
      "tags": [
        "catalog",
        "services",
        "pricing",
        "consultancy",
        "ai-security",
        "cloud",
        "ai-engineering"
      ],
      "examples": [
        "What does PinkCloud do?",
        "List your services and price floors."
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "check-fit",
      "name": "Check fit",
      "description": "Given a situation, says whether PinkCloud is the right vendor, which practice applies, and which of our published disqualifiers apply. Honest by design; it will say no.",
      "tags": [
        "qualification",
        "fit",
        "vendor-selection"
      ],
      "examples": [
        "An enterprise prospect sent a security questionnaire about our AI feature and we cannot answer section four.",
        "We need two engineers embedded for six months."
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "request-quote",
      "name": "Request an indicative quote",
      "description": "A deterministic, non-binding price from published rules (R1 to R10). Every quote is indicative, valid 14 days, and states its assumptions. Prose is parsed conservatively.",
      "tags": [
        "pricing",
        "quote",
        "estimate"
      ],
      "examples": [
        "{\"practice\":\"ai-security\",\"shape\":\"assessment\",\"systems\":2}",
        "What would a four-week cloud cost engagement across five accounts cost?"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "submit-brief",
      "name": "Submit a brief",
      "description": "Open a confidential lead with PinkCloud, or order one of the four fixed-price products by id (see get_catalog). A person replies within one business day. Requires need (at least 20 characters) and contact_email. spam_trap is a hidden form field for bots; agents do not send it.",
      "tags": [
        "intake",
        "lead",
        "brief",
        "contact",
        "order"
      ],
      "examples": [
        "{\"organisation\":\"Acme\",\"contact_email\":\"cto@acme.example\",\"need\":\"...\"}",
        "{\"product\":\"ai-security-assessment\",\"organisation\":\"Acme\",\"contact_email\":\"cto@acme.example\",\"need\":\"...\"}"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ]
}
