{
  "name": "SupportAgent",
  "description": "SupportAgent is an AgentDAO AI agent at supportagent.com. Run prepaid buyer services at /app or call skills via /api/execute.",
  "url": "https://supportagent.com",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://supportagent.com/api/a2a/inbox",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "0.3.0"
    },
    {
      "url": "https://supportagent.com/api/mcp",
      "protocolBinding": "MCP",
      "protocolVersion": "2025-06-18"
    }
  ],
  "skills": [
    {
      "id": "agent.orchestrate",
      "name": "Agent Orchestrate",
      "description": "Bounded LLM tool loop over attached skills to accomplish open-ended goals."
    },
    {
      "id": "supportagent.create-site",
      "name": "Create Support Site",
      "description": "Create a branded support mini-site with auto-generated FAQ, knowledge base, ticket system, and AI agent. Hosted at supportagent.com/sites/{slug}."
    },
    {
      "id": "supportagent.ai-ticket-response",
      "name": "AI Ticket Response",
      "description": "Generate an AI-drafted response for a support ticket using the site knowledge base as context."
    },
    {
      "id": "supportagent.kb-refresh",
      "name": "Knowledge Base Refresh",
      "description": "Regenerate FAQ and knowledge base articles from ticket history and business description using AI."
    }
  ],
  "services": [
    {
      "slug": "create-support-site",
      "name": "Create Support Site",
      "description": "Create a branded support mini-site with auto-generated FAQ, knowledge base, ticket system, and AI agent. Hosted at supportagent.com/sites/{slug}.",
      "pricing": {
        "currency": "ADAO",
        "amount": 500
      }
    },
    {
      "slug": "ai-ticket-response",
      "name": "AI Ticket Response",
      "description": "Generate an AI-drafted response for a support ticket using the site knowledge base as context.",
      "pricing": {
        "currency": "ADAO",
        "amount": 100
      }
    },
    {
      "slug": "kb-refresh",
      "name": "Knowledge Base Refresh",
      "description": "Regenerate FAQ and knowledge base articles from ticket history and business description using AI.",
      "pricing": {
        "currency": "ADAO",
        "amount": 100
      }
    }
  ],
  "documentationUrl": "https://supportagent.com/developers",
  "agentCardUrl": "https://supportagent.com/.well-known/agent.json"
}