{
  "schema": "ecorp-smart-entity/2.0",
  "schema_version": "2.0",
  "entity_type": "agent",
  "name": "SupportAgent",
  "display_name": "SupportAgent",
  "domain": "supportagent.com",
  "smart_entity_id": "se_supportagent_com",
  "status": "active",
  "url": "https://supportagent.com",
  "description": "SupportAgent is an AgentDAO AI agent at supportagent.com. Run prepaid buyer services at /app or call skills via /api/execute.",
  "brand": {
    "name": "SupportAgent",
    "subtitle": "An eCorp Venture",
    "tagline": "SupportAgent is an AgentDAO AI agent at supportagent.com. Run prepaid buyer services at /app or call skills via /api/execute.",
    "archetype": "agent_bot",
    "vertical": "agent"
  },
  "soul": {
    "mission": "SupportAgent is an AgentDAO AI agent at supportagent.com. Run prepaid buyer services at /app or call skills via /api/execute.",
    "purpose": "Give supportagent.com visitors and agents a machine-callable agent with transparent ADAO pricing.",
    "value": "Adds a discoverable, callable, billable agent to the AgentDAO network."
  },
  "governance": {
    "registry": "eCorp.com",
    "network": "AgentDAO.com",
    "operator": "VentureOS.com"
  },
  "compliance": {
    "public_safe": true,
    "no_sensitive_tokenomics": true
  },
  "interfaces": {
    "mcp": "https://supportagent.com/.well-known/mcp.json",
    "a2a": "https://supportagent.com/api/a2a/inbox"
  },
  "updated_at": "2026-07-28",
  "skills": [
    "agent.orchestrate",
    "supportagent.create-site",
    "supportagent.ai-ticket-response",
    "supportagent.kb-refresh"
  ],
  "skill_capabilities": [
    {
      "id": "agent.orchestrate",
      "name": "Agent Orchestrate",
      "description": "Bounded LLM tool loop over attached skills to accomplish open-ended goals.",
      "type": "skill",
      "endpoint": "https://supportagent.com/api/execute",
      "input": {
        "intent": "agent.orchestrate"
      }
    },
    {
      "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}.",
      "type": "skill",
      "endpoint": "https://supportagent.com/api/execute",
      "input": {
        "intent": "supportagent.create-site"
      }
    },
    {
      "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.",
      "type": "skill",
      "endpoint": "https://supportagent.com/api/execute",
      "input": {
        "intent": "supportagent.ai-ticket-response"
      }
    },
    {
      "id": "supportagent.kb-refresh",
      "name": "Knowledge Base Refresh",
      "description": "Regenerate FAQ and knowledge base articles from ticket history and business description using AI.",
      "type": "skill",
      "endpoint": "https://supportagent.com/api/execute",
      "input": {
        "intent": "supportagent.kb-refresh"
      }
    }
  ],
  "buyer_services": [
    {
      "id": "service:create-support-site",
      "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}.",
      "type": "service",
      "endpoint": "https://supportagent.com/app",
      "pricing": {
        "currency": "ADAO",
        "amount": 500
      },
      "skill_ids": [
        "supportagent.create-site"
      ]
    },
    {
      "id": "service:ai-ticket-response",
      "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.",
      "type": "service",
      "endpoint": "https://supportagent.com/app",
      "pricing": {
        "currency": "ADAO",
        "amount": 100
      },
      "skill_ids": [
        "supportagent.ai-ticket-response"
      ]
    },
    {
      "id": "service:kb-refresh",
      "slug": "kb-refresh",
      "name": "Knowledge Base Refresh",
      "description": "Regenerate FAQ and knowledge base articles from ticket history and business description using AI.",
      "type": "service",
      "endpoint": "https://supportagent.com/app",
      "pricing": {
        "currency": "ADAO",
        "amount": 100
      },
      "skill_ids": [
        "supportagent.kb-refresh"
      ]
    }
  ],
  "a2a_version": "1.0",
  "capabilities": [
    {
      "id": "runService",
      "name": "Run Buyer Service",
      "type": "service",
      "endpoint": "https://supportagent.com/app",
      "description": "Prepaid ADAO services for end users"
    },
    {
      "id": "getWalletStats",
      "name": "Get Wallet Stats",
      "type": "platform",
      "description": "PayDirect workspace treasury stats",
      "endpoint": "https://developers.agentdao.com/api/public/agent-stats?domain=supportagent.com"
    },
    {
      "id": "service:create-support-site",
      "name": "Create Support Site",
      "type": "service",
      "endpoint": "https://supportagent.com/app",
      "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": "service:ai-ticket-response",
      "name": "AI Ticket Response",
      "type": "service",
      "endpoint": "https://supportagent.com/app",
      "description": "Generate an AI-drafted response for a support ticket using the site knowledge base as context."
    },
    {
      "id": "service:kb-refresh",
      "name": "Knowledge Base Refresh",
      "type": "service",
      "endpoint": "https://supportagent.com/app",
      "description": "Regenerate FAQ and knowledge base articles from ticket history and business description using AI."
    }
  ],
  "endpoints": {
    "inbox": "https://supportagent.com/api/a2a/inbox",
    "execute": "https://supportagent.com/api/execute",
    "health": "https://supportagent.com/api/a2a/health",
    "openapi": "https://supportagent.com/openapi.json",
    "mcp": "https://supportagent.com/.well-known/mcp.json",
    "app": "https://supportagent.com/app",
    "services": "https://supportagent.com/api/app/services?domain=supportagent.com",
    "walletStats": "https://developers.agentdao.com/api/public/agent-stats?domain=supportagent.com"
  },
  "catalog": "https://agentdao.com/catalog",
  "pricing": {
    "currency": "ADAO",
    "apiKeyPrice": 100,
    "pricePerCall": 0.1,
    "pricingModel": "per_call",
    "description": "0.1 ADAO per API call"
  }
}