{
  "name": "850 Work Product Guide",
  "description": "A public, read-only agent that answers questions using verified 850 Work product facts, pricing, and official page links. It cannot access customer accounts or private workspace data.",
  "supportedInterfaces": [
    {
      "url": "https://www.850work.com/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "850 Work",
    "url": "https://www.850work.com/"
  },
  "version": "1.0.0",
  "documentationUrl": "https://www.850work.com/docs/api.md",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "product-facts",
      "name": "850 Work product facts",
      "description": "Explain verified public capabilities and product boundaries for 850 Work.",
      "tags": ["field service", "small business", "product information"],
      "examples": ["What can 850 Work do?", "Does 850 Work support invoices and scheduling?"]
    },
    {
      "id": "pricing",
      "name": "850 Work pricing",
      "description": "Return current public workspace pricing and demo information without starting checkout.",
      "tags": ["pricing", "demo", "subscription"],
      "examples": ["How much does 850 Work cost?"]
    },
    {
      "id": "official-pages",
      "name": "Find official 850 Work pages",
      "description": "Find the canonical public 850 Work page for a supported feature or support topic.",
      "tags": ["documentation", "features", "support"],
      "examples": ["Where is the scheduling page?", "Show me 850 Work security information."]
    }
  ]
}
