{
  "protocolVersion": "0.3.0",
  "name": "SiteGPT Support Agent",
  "description": "Answers questions about SiteGPT — features, pricing, setup, APIs, and agent integrations — from the same knowledge base as the sitegpt.ai support chatbot.",
  "url": "https://sitegpt.ai/a2a",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "SiteGPT",
    "url": "https://sitegpt.ai"
  },
  "version": "1.0.0",
  "documentationUrl": "https://sitegpt.ai/agents",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "sitegpt-support-qa",
      "name": "SiteGPT product Q&A",
      "description": "Ask anything about SiteGPT: plans and pricing, chatbot training, integrations, the CLI, the MCP server, or agent onboarding. Follow-up messages in the same contextId continue the conversation.",
      "tags": [
        "customer-support",
        "chatbots",
        "sitegpt",
        "q-and-a"
      ],
      "examples": [
        "What does the Growth plan include?",
        "How do I train a chatbot on my sitemap?",
        "Can an agent create a chatbot without a human account?"
      ]
    }
  ]
}