{
  "name": "SupportAgent",
  "domain": "supportagent.com",
  "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
      }
    }
  ]
}