{
  "name": "Abate Technology Services",
  "description": "Managed IT and Microsoft 365 for nonprofits and small businesses in Greater Hartford, Connecticut. Flat-rate support, layered security, AI strategy and automation. This agent surface exposes the public marketing content and a single intake skill for prospective clients to send a contact request.",
  "url": "https://abatetechnology.com",
  "iconUrl": "https://abatetechnology.com/brand/ATS.svg",
  "documentationUrl": "https://abatetechnology.com/llms.txt",
  "provider": {
    "organization": "Abate Technology Services LLC",
    "url": "https://abatetechnology.com",
    "contact": "alerts@abatetechnology.com",
    "address": "35 E Main St #107, Avon CT 06001, US"
  },
  "version": "1.0.0",
  "protocolVersion": "0.2.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "text/markdown", "application/json"],
  "skills": [
    {
      "id": "contact-intake",
      "name": "Contact intake",
      "description": "Forward a new contact request (name, email, organization, message, organization type) to Abate Technology Services. Returns a confirmation that the message was received.",
      "tags": ["contact", "intake", "lead", "sales", "support"],
      "examples": [
        "Send a contact request from a nonprofit interested in M365 Business Premium licensing.",
        "Tell Abate Technology Services that a 12-person nonprofit in West Hartford needs help with Intune onboarding.",
        "Request a callback to discuss flat-rate managed support."
      ],
      "inputModes": ["application/json", "text/plain"],
      "outputModes": ["application/json", "text/plain"]
    },
    {
      "id": "site-content",
      "name": "Read site content as markdown",
      "description": "Fetch any of the site's primary pages as clean markdown for grounding or summarization. Append .md to any of: /, /about, /services, /ai-services, /nonprofits, /pricing, /get-started — or send Accept: text/markdown to the same URL.",
      "tags": ["read", "content", "markdown", "grounding"],
      "examples": [
        "Fetch https://abatetechnology.com/services.md to learn what's offered.",
        "Get the company's nonprofit positioning from https://abatetechnology.com/nonprofits.md."
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/markdown"]
    }
  ],
  "supportsAuthenticatedExtendedCard": false
}
