{
  "schema": "ecorp-smart-entity/2.0",
  "schema_version": "2.0",
  "entity_type": "bot",
  "name": "VentureBot",
  "display_name": "VentureBot",
  "domain": "venturebot.com",
  "smart_entity_id": "se_venturebot_com",
  "status": "active",
  "url": "https://venturebot.com",
  "description": "VentureBot is an AgentDAO AI bot at venturebot.com. Run prepaid buyer services at /app or call skills via /api/execute.",
  "brand": {
    "name": "VentureBot",
    "subtitle": "An eCorp Venture",
    "tagline": "VentureBot is an AgentDAO AI bot at venturebot.com. Run prepaid buyer services at /app or call skills via /api/execute.",
    "archetype": "agent_bot",
    "vertical": "agent"
  },
  "soul": {
    "mission": "VentureBot is an AgentDAO AI bot at venturebot.com. Run prepaid buyer services at /app or call skills via /api/execute.",
    "purpose": "Give venturebot.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://venturebot.com/.well-known/mcp.json",
    "a2a": "https://venturebot.com/api/a2a/inbox"
  },
  "updated_at": "2026-06-12",
  "skills": [
    "venturebot.analyze-domain",
    "venturebot.subscribe-newsletter",
    "venturebot.list-top-ventures",
    "venturebot.send-email",
    "venturebot.get-domain-scorecard",
    "venturebot.get-domain-status",
    "venturebot.search-portfolio"
  ],
  "skill_capabilities": [
    {
      "id": "venturebot.analyze-domain",
      "name": "Analyze Domain Potential",
      "description": "You are a venture analyst. Provide domain venture analysis: estimated positioning, market trends narrative, development potential, risk factors, comparable domain archetypes, and scorecard-style summary (qualitative scores 1–100 with justification). Markdown; comprehensive report for investors/founders.",
      "type": "skill",
      "endpoint": "https://venturebot.com/api/execute",
      "input": {
        "intent": "venturebot.analyze-domain"
      }
    },
    {
      "id": "venturebot.subscribe-newsletter",
      "name": "Subscribe to Venture Updates",
      "description": "Subscribe users to VentureScore updates and onboarding communications.",
      "type": "skill",
      "endpoint": "https://venturebot.com/api/execute",
      "input": {
        "intent": "venturebot.subscribe-newsletter"
      }
    },
    {
      "id": "venturebot.list-top-ventures",
      "name": "List Top Ventures",
      "description": "Get top ventures and portfolio domains ranked by venture score.",
      "type": "skill",
      "endpoint": "https://venturebot.com/api/execute",
      "input": {
        "intent": "venturebot.list-top-ventures"
      }
    },
    {
      "id": "venturebot.send-email",
      "name": "Send Venture Outreach Email",
      "description": "Send venture-related outreach emails using VentureScore email service.",
      "type": "skill",
      "endpoint": "https://venturebot.com/api/execute",
      "input": {
        "intent": "venturebot.send-email"
      }
    },
    {
      "id": "venturebot.get-domain-scorecard",
      "name": "Get Domain Scorecard",
      "description": "Retrieve the full VentureScore scorecard for a domain — valuation, comparables, sub-scores, and market trends.",
      "type": "skill",
      "endpoint": "https://venturebot.com/api/execute",
      "input": {
        "intent": "venturebot.get-domain-scorecard"
      }
    },
    {
      "id": "venturebot.get-domain-status",
      "name": "Get Domain Analysis Status",
      "description": "Check whether VentureScore analysis for a domain is pending or complete.",
      "type": "skill",
      "endpoint": "https://venturebot.com/api/execute",
      "input": {
        "intent": "venturebot.get-domain-status"
      }
    },
    {
      "id": "venturebot.search-portfolio",
      "name": "Search Portfolio Domains",
      "description": "Search and filter scored venture domains by keyword, minimum score, and sort order.",
      "type": "skill",
      "endpoint": "https://venturebot.com/api/execute",
      "input": {
        "intent": "venturebot.search-portfolio"
      }
    }
  ],
  "buyer_services": [
    {
      "id": "service:domain-analysis-bundle",
      "slug": "domain-analysis-bundle",
      "name": "Domain Analysis Bundle",
      "description": "Full domain analysis with scorecard, brand identity review, and venture potential assessment.",
      "type": "service",
      "endpoint": "https://venturebot.com/app",
      "pricing": {
        "currency": "ADAO",
        "amount": 4
      },
      "skill_ids": [
        "venturebot.analyze-domain",
        "venturebot.get-domain-scorecard",
        "brandagent.get-brand"
      ]
    },
    {
      "id": "service:portfolio-research",
      "slug": "portfolio-research",
      "name": "Portfolio Research",
      "description": "Search and explore the portfolio with top ventures listing and domain status checks.",
      "type": "service",
      "endpoint": "https://venturebot.com/app",
      "pricing": {
        "currency": "ADAO",
        "amount": 2
      },
      "skill_ids": [
        "venturebot.search-portfolio",
        "venturebot.list-top-ventures",
        "venturebot.get-domain-status"
      ]
    },
    {
      "id": "service:venture-outreach",
      "slug": "venture-outreach",
      "name": "Venture Outreach",
      "description": "Send targeted outreach emails and newsletter subscriptions to potential venture partners.",
      "type": "service",
      "endpoint": "https://venturebot.com/app",
      "pricing": {
        "currency": "ADAO",
        "amount": 2
      },
      "skill_ids": [
        "venturebot.send-email",
        "venturebot.subscribe-newsletter"
      ]
    }
  ],
  "a2a_version": "1.0",
  "capabilities": [
    {
      "id": "runService",
      "name": "Run Buyer Service",
      "type": "service",
      "endpoint": "https://venturebot.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=venturebot.com"
    },
    {
      "id": "service:domain-analysis-bundle",
      "name": "Domain Analysis Bundle",
      "type": "service",
      "endpoint": "https://venturebot.com/app",
      "description": "Full domain analysis with scorecard, brand identity review, and venture potential assessment."
    },
    {
      "id": "service:portfolio-research",
      "name": "Portfolio Research",
      "type": "service",
      "endpoint": "https://venturebot.com/app",
      "description": "Search and explore the portfolio with top ventures listing and domain status checks."
    },
    {
      "id": "service:venture-outreach",
      "name": "Venture Outreach",
      "type": "service",
      "endpoint": "https://venturebot.com/app",
      "description": "Send targeted outreach emails and newsletter subscriptions to potential venture partners."
    }
  ],
  "endpoints": {
    "inbox": "https://venturebot.com/api/a2a/inbox",
    "execute": "https://venturebot.com/api/execute",
    "health": "https://venturebot.com/api/a2a/health",
    "openapi": "https://venturebot.com/openapi.json",
    "mcp": "https://venturebot.com/.well-known/mcp.json",
    "app": "https://venturebot.com/app",
    "services": "https://venturebot.com/api/app/services?domain=venturebot.com",
    "walletStats": "https://developers.agentdao.com/api/public/agent-stats?domain=venturebot.com"
  },
  "catalog": "https://agentdao.com/catalog",
  "pricing": {
    "currency": "ADAO",
    "apiKeyPrice": 100,
    "pricePerCall": 25,
    "pricingModel": "per_call",
    "description": "25 ADAO per API call"
  }
}