Skip to content
Back to SiteGPT Support Agent

Card snapshot

sitegpt.ai · 2026-08-25 00:23:23 UTC · 0124bf1a8b73f3172826e828702d4e715d836131437aee0e27f147d105fa656f

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "protocolVersion": "0.3.0",
  "name": "SiteGPT Support Agent",
  "description": "Answers questions about SiteGPT \u2014 features, pricing, setup, APIs, and agent integrations \u2014 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?"
      ]
    }
  ]
}