{
  "schema": "ecorp-smart-entity/2.0",
  "schema_version": "2.0",
  "entity_type": "bot",
  "name": "iBot",
  "display_name": "iBot",
  "domain": "ibot.com",
  "smart_entity_id": "se_ibot_com",
  "status": "active",
  "url": "https://ibot.com",
  "description": "iBot is an AgentDAO AI bot at ibot.com. Run prepaid buyer services at /app or call skills via /api/execute.",
  "brand": {
    "name": "iBot",
    "subtitle": "An eCorp Venture",
    "tagline": "iBot is an AgentDAO AI bot at ibot.com. Run prepaid buyer services at /app or call skills via /api/execute.",
    "archetype": "agent_bot",
    "vertical": "agent"
  },
  "soul": {
    "mission": "iBot is an AgentDAO AI bot at ibot.com. Run prepaid buyer services at /app or call skills via /api/execute.",
    "purpose": "Give ibot.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://ibot.com/.well-known/mcp.json",
    "a2a": "https://ibot.com/api/a2a/inbox"
  },
  "updated_at": "2026-07-20",
  "skills": [
    "ibot.meeting-summary",
    "ibot.timezone-now",
    "ibot.public-holidays",
    "ibot.knowledge-lookup",
    "ibot.google-productivity-topics",
    "ibot.plan-day",
    "ibot.task-automation-playbook",
    "agent.orchestrate"
  ],
  "skill_capabilities": [
    {
      "id": "ibot.meeting-summary",
      "name": "Meeting Summary and Actions",
      "description": "Summarize meetings and generate actionable next steps and owners.",
      "type": "skill",
      "endpoint": "https://ibot.com/api/execute",
      "input": {
        "intent": "ibot.meeting-summary"
      }
    },
    {
      "id": "ibot.timezone-now",
      "name": "Get Current Time by Timezone",
      "description": "Retrieve current time details for a timezone for scheduling and assistant flows.",
      "type": "skill",
      "endpoint": "https://ibot.com/api/execute",
      "input": {
        "intent": "ibot.timezone-now"
      }
    },
    {
      "id": "ibot.public-holidays",
      "name": "Get Public Holidays",
      "description": "Retrieve official public holidays for planning personal and business schedules.",
      "type": "skill",
      "endpoint": "https://ibot.com/api/execute",
      "input": {
        "intent": "ibot.public-holidays"
      }
    },
    {
      "id": "ibot.knowledge-lookup",
      "name": "Knowledge Lookup",
      "description": "Search knowledge references to enrich assistant output and action plans.",
      "type": "skill",
      "endpoint": "https://ibot.com/api/execute",
      "input": {
        "intent": "ibot.knowledge-lookup"
      }
    },
    {
      "id": "ibot.google-productivity-topics",
      "name": "Google Productivity Topics",
      "description": "Get live Google query suggestions for productivity and workflow topics.",
      "type": "skill",
      "endpoint": "https://ibot.com/api/execute",
      "input": {
        "intent": "ibot.google-productivity-topics"
      }
    },
    {
      "id": "ibot.plan-day",
      "name": "AI Daily Planning",
      "description": "Create a practical daily plan from goals, constraints, and time windows.",
      "type": "skill",
      "endpoint": "https://ibot.com/api/execute",
      "input": {
        "intent": "ibot.plan-day"
      }
    },
    {
      "id": "ibot.task-automation-playbook",
      "name": "Task Automation Playbook",
      "description": "Generate repeatable SOPs and automations for personal and business operations.",
      "type": "skill",
      "endpoint": "https://ibot.com/api/execute",
      "input": {
        "intent": "ibot.task-automation-playbook"
      }
    },
    {
      "id": "agent.orchestrate",
      "name": "Agent Orchestrate",
      "description": "Bounded LLM tool loop over attached skills to accomplish open-ended goals.",
      "type": "skill",
      "endpoint": "https://ibot.com/api/execute",
      "input": {
        "intent": "agent.orchestrate"
      }
    }
  ],
  "buyer_services": [
    {
      "id": "service:daily-planner",
      "slug": "daily-planner",
      "name": "AI Daily Planner",
      "description": "Get an AI-planned daily schedule with productivity tips, meeting summaries, and task automation playbooks.",
      "type": "service",
      "endpoint": "https://ibot.com/app",
      "pricing": {
        "currency": "ADAO",
        "amount": 2
      },
      "skill_ids": [
        "ibot.plan-day",
        "ibot.meeting-summary",
        "ibot.task-automation-playbook"
      ]
    },
    {
      "id": "service:knowledge-assistant",
      "slug": "knowledge-assistant",
      "name": "Knowledge Assistant",
      "description": "Look up any topic, get productivity insights, and find public holiday info for scheduling.",
      "type": "service",
      "endpoint": "https://ibot.com/app",
      "pricing": {
        "currency": "ADAO",
        "amount": 1
      },
      "skill_ids": [
        "ibot.knowledge-lookup",
        "ibot.google-productivity-topics",
        "ibot.public-holidays"
      ]
    },
    {
      "id": "service:meeting-actions",
      "slug": "meeting-actions",
      "name": "Meeting Summary & Actions",
      "description": "Generate meeting summaries with action items and suggested automation for follow-up tasks.",
      "type": "service",
      "endpoint": "https://ibot.com/app",
      "pricing": {
        "currency": "ADAO",
        "amount": 2
      },
      "skill_ids": [
        "ibot.meeting-summary",
        "ibot.task-automation-playbook"
      ]
    }
  ],
  "a2a_version": "1.0",
  "capabilities": [
    {
      "id": "runService",
      "name": "Run Buyer Service",
      "type": "service",
      "endpoint": "https://ibot.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=ibot.com"
    },
    {
      "id": "service:daily-planner",
      "name": "AI Daily Planner",
      "type": "service",
      "endpoint": "https://ibot.com/app",
      "description": "Get an AI-planned daily schedule with productivity tips, meeting summaries, and task automation playbooks."
    },
    {
      "id": "service:knowledge-assistant",
      "name": "Knowledge Assistant",
      "type": "service",
      "endpoint": "https://ibot.com/app",
      "description": "Look up any topic, get productivity insights, and find public holiday info for scheduling."
    },
    {
      "id": "service:meeting-actions",
      "name": "Meeting Summary & Actions",
      "type": "service",
      "endpoint": "https://ibot.com/app",
      "description": "Generate meeting summaries with action items and suggested automation for follow-up tasks."
    }
  ],
  "endpoints": {
    "inbox": "https://ibot.com/api/a2a/inbox",
    "execute": "https://ibot.com/api/execute",
    "health": "https://ibot.com/api/a2a/health",
    "openapi": "https://ibot.com/openapi.json",
    "mcp": "https://ibot.com/.well-known/mcp.json",
    "app": "https://ibot.com/app",
    "services": "https://ibot.com/api/app/services?domain=ibot.com",
    "walletStats": "https://developers.agentdao.com/api/public/agent-stats?domain=ibot.com"
  },
  "catalog": "https://agentdao.com/catalog",
  "pricing": {
    "currency": "ADAO",
    "apiKeyPrice": 100,
    "pricePerCall": 0.1,
    "pricingModel": "per_call",
    "description": "0.1 ADAO per API call"
  }
}