{
  "schema": "ecorp-smart-entity/2.0",
  "schema_version": "2.0",
  "entity_type": "bot",
  "name": "ABot",
  "display_name": "ABot",
  "domain": "abot.com",
  "smart_entity_id": "se_abot_com",
  "status": "active",
  "url": "https://abot.com",
  "description": "ABot is an AgentDAO AI bot at abot.com. Run prepaid buyer services at /app or call skills via /api/execute.",
  "brand": {
    "name": "ABot",
    "subtitle": "An eCorp Venture",
    "tagline": "ABot is an AgentDAO AI bot at abot.com. Run prepaid buyer services at /app or call skills via /api/execute.",
    "archetype": "agent_bot",
    "vertical": "agent"
  },
  "soul": {
    "mission": "ABot is an AgentDAO AI bot at abot.com. Run prepaid buyer services at /app or call skills via /api/execute.",
    "purpose": "Give abot.com visitors and agents a machine-callable bot with transparent ADAO pricing.",
    "value": "Adds a discoverable, callable, billable bot 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://abot.com/.well-known/mcp.json",
    "a2a": "https://abot.com/api/a2a/inbox"
  },
  "updated_at": "2026-08-17",
  "skills": [
    "agent.orchestrate",
    "abot.chatbot-response",
    "abot.generate-automation-plan",
    "abot.list-llm-models",
    "abot.task-automation-rules"
  ],
  "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://abot.com/api/execute",
      "input": {
        "intent": "agent.orchestrate"
      }
    },
    {
      "id": "abot.chatbot-response",
      "name": "Generate Chatbot Response",
      "description": "Generate contextual chatbot replies for support and business interactions.",
      "type": "skill",
      "endpoint": "https://abot.com/api/execute",
      "input": {
        "intent": "abot.chatbot-response"
      }
    },
    {
      "id": "abot.generate-automation-plan",
      "name": "Generate Automation Plan",
      "description": "Generate a structured automation workflow plan from business requirements using OpenAI Responses API.",
      "type": "skill",
      "endpoint": "https://abot.com/api/execute",
      "input": {
        "intent": "abot.generate-automation-plan"
      }
    },
    {
      "id": "abot.list-llm-models",
      "name": "List Available LLM Models",
      "description": "List available OpenAI models for automation, chat, and reasoning workflows.",
      "type": "skill",
      "endpoint": "https://abot.com/api/execute",
      "input": {
        "intent": "abot.list-llm-models"
      }
    },
    {
      "id": "abot.task-automation-rules",
      "name": "Create Task Automation Rules",
      "description": "Create actionable task automation rules and SOP steps from natural-language goals.",
      "type": "skill",
      "endpoint": "https://abot.com/api/execute",
      "input": {
        "intent": "abot.task-automation-rules"
      }
    }
  ],
  "buyer_services": [
    {
      "id": "service:ai-automation-plan",
      "slug": "ai-automation-plan",
      "name": "AI Automation Plan",
      "description": "Get a personalized automation strategy with recommended LLM models, chatbot workflows, and task rules for your business.",
      "type": "service",
      "endpoint": "https://abot.com/app",
      "pricing": {
        "currency": "ADAO",
        "amount": 3
      },
      "skill_ids": [
        "abot.generate-automation-plan",
        "abot.list-llm-models",
        "abot.task-automation-rules"
      ]
    },
    {
      "id": "service:chatbot-response",
      "slug": "chatbot-response",
      "name": "AI Chatbot Response",
      "description": "Generate intelligent chatbot responses for your customer interactions using the latest LLM models.",
      "type": "service",
      "endpoint": "https://abot.com/app",
      "pricing": {
        "currency": "ADAO",
        "amount": 1
      },
      "skill_ids": [
        "abot.chatbot-response"
      ]
    },
    {
      "id": "service:domain-brand-analysis",
      "slug": "domain-brand-analysis",
      "name": "Domain & Brand Analysis",
      "description": "Analyze any domain's brand identity, SEO potential, and content strategy.",
      "type": "service",
      "endpoint": "https://abot.com/app",
      "pricing": {
        "currency": "ADAO",
        "amount": 2
      },
      "skill_ids": [
        "brandagent.get-brand",
        "contentagent.analyze-domain"
      ]
    }
  ],
  "a2a_version": "1.0",
  "capabilities": [
    {
      "id": "runService",
      "name": "Run Buyer Service",
      "type": "service",
      "endpoint": "https://abot.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=abot.com"
    },
    {
      "id": "service:ai-automation-plan",
      "name": "AI Automation Plan",
      "type": "service",
      "endpoint": "https://abot.com/app",
      "description": "Get a personalized automation strategy with recommended LLM models, chatbot workflows, and task rules for your business."
    },
    {
      "id": "service:chatbot-response",
      "name": "AI Chatbot Response",
      "type": "service",
      "endpoint": "https://abot.com/app",
      "description": "Generate intelligent chatbot responses for your customer interactions using the latest LLM models."
    },
    {
      "id": "service:domain-brand-analysis",
      "name": "Domain & Brand Analysis",
      "type": "service",
      "endpoint": "https://abot.com/app",
      "description": "Analyze any domain's brand identity, SEO potential, and content strategy."
    }
  ],
  "endpoints": {
    "inbox": "https://abot.com/api/a2a/inbox",
    "execute": "https://abot.com/api/execute",
    "health": "https://abot.com/api/a2a/health",
    "openapi": "https://abot.com/openapi.json",
    "mcp": "https://abot.com/.well-known/mcp.json",
    "app": "https://abot.com/app",
    "services": "https://abot.com/api/app/services?domain=abot.com",
    "walletStats": "https://developers.agentdao.com/api/public/agent-stats?domain=abot.com"
  },
  "catalog": "https://agentdao.com/catalog",
  "pricing": {
    "currency": "ADAO",
    "apiKeyPrice": 100,
    "pricePerCall": 0.1,
    "pricingModel": "per_call",
    "description": "0.1 ADAO per API call"
  }
}