{
  "name": "SmushChat Assistant",
  "version": "1.0.0",
  "description": "Public discovery metadata for SmushChat's agent-ready website, APIs, and read-only automation surfaces.",
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "supportedInterfaces": [
    {
      "url": "https://smushlabs.ai/a2a",
      "transport": "https+json",
      "protocol": "A2A"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "product-overview",
      "name": "Product overview",
      "description": "Explains SmushChat's positioning, key features, and public discovery endpoints."
    },
    {
      "id": "pricing-api",
      "name": "Pricing API",
      "description": "Retrieves public regional pricing data from the SmushChat pricing endpoint."
    },
    {
      "id": "embed-chatbot",
      "name": "Embed chatbot",
      "description": "Describes how to fetch public chatbot configuration for website embeds."
    },
    {
      "id": "api-discovery",
      "name": "API discovery",
      "description": "Locates the API catalog, OpenAPI document, service documentation, and health endpoint."
    }
  ]
}