{
  "schemaVersion": "1.0",
  "manifestType": "product-discovery",
  "name": "123MyBot Agent",
  "description": "Public discovery metadata for 123MyBot. This manifest describes the product and its Big Monk registry listing; it does not provide authenticated agent execution.",
  "url": "https://123mybot.com/",
  "provider": {
    "organization": "Big Monk Games",
    "url": "https://bigmonkgames.com/"
  },
  "product": {
    "slug": "123mybot",
    "name": "123MyBot",
    "category": "business-tools",
    "primaryUrl": "https://123mybot.com/",
    "docsUrl": "https://123mybot.com/help",
    "pricingUrl": "https://123mybot.com/#pricing",
    "logoUrl": "https://123mybot.com/android-chrome-512x512.png",
    "shortDescription": "Simple AI chatbot platform for small businesses: website chat, lead capture, FAQs, booking support, and customer assistance.",
    "longDescription": "123MyBot lets small businesses stand up an AI chatbot without technical skills. It covers website chat, lead capture, FAQ answering, booking support, and general customer assistance. Business owners describe their business, and 123MyBot builds a bot plan around their FAQs, services, and capture goals. Direct bot provisioning through agent protocols is not enabled."
  },
  "discovery": {
    "llmsTxt": "https://123mybot.com/llms.txt",
    "sitemap": "https://123mybot.com/sitemap.xml",
    "humanDocs": "https://123mybot.com/help",
    "registryEntry": "https://big-monk-platform.replit.app/products/123mybot",
    "registryApi": "https://big-monk-platform.replit.app/api/registry",
    "registryAgentCard": "https://big-monk-platform.replit.app/agent.json",
    "registryLlmsTxt": "https://big-monk-platform.replit.app/llms.txt",
    "executionEnabled": false,
    "registrySyncStatus": "registered",
    "automatedSyncEnabled": false,
    "supportedProtocols": [
      "llms_txt",
      "human_docs"
    ]
  },
  "capabilities": [
    {
      "slug": "explain-smb-chatbot-setup",
      "name": "Explain SMB Chatbot Setup",
      "type": "knowledge",
      "executionStatus": "disabled",
      "url": "https://big-monk-platform.replit.app/capabilities/123mybot/explain-smb-chatbot-setup",
      "description": "Explain how a small business sets up a chatbot with 123MyBot."
    },
    {
      "slug": "suggest-chatbot-use-case",
      "name": "Suggest Chatbot Use Case",
      "type": "knowledge",
      "executionStatus": "disabled",
      "url": "https://big-monk-platform.replit.app/capabilities/123mybot/suggest-chatbot-use-case",
      "description": "Suggest the highest-value chatbot use case for a given business type."
    },
    {
      "slug": "generate-faq-bot-plan",
      "name": "Generate FAQ Bot Plan",
      "type": "execution_planned",
      "executionStatus": "planned",
      "url": "https://big-monk-platform.replit.app/capabilities/123mybot/generate-faq-bot-plan",
      "description": "Generate a structured FAQ bot plan from a business description."
    },
    {
      "slug": "generate-lead-capture-plan",
      "name": "Generate Lead Capture Bot Plan",
      "type": "execution_planned",
      "executionStatus": "planned",
      "url": "https://big-monk-platform.replit.app/capabilities/123mybot/generate-lead-capture-plan",
      "description": "Generate a lead capture bot plan with qualification questions."
    },
    {
      "slug": "explain-chatbot-benefits",
      "name": "Explain Website Chatbot Benefits",
      "type": "knowledge",
      "executionStatus": "disabled",
      "url": "https://big-monk-platform.replit.app/capabilities/123mybot/explain-chatbot-benefits",
      "description": "Explain the concrete benefits of website chatbots for small businesses."
    }
  ],
  "useCases": [
    {
      "title": "Local business missing after-hours leads",
      "description": "A service business loses inquiries that arrive outside business hours.",
      "exampleQuery": "Customers message my site at night and I lose them by morning"
    },
    {
      "title": "Business answers the same questions daily",
      "description": "An owner spends hours answering repetitive pricing and availability questions.",
      "exampleQuery": "I answer the same 10 questions every day on my website"
    }
  ],
  "knowledge": [
    {
      "title": "Does 123MyBot require coding?",
      "answer": "No coding is required. Owners describe their business, review the generated bot plan, and embed the chat widget with a single copy-paste snippet.",
      "keywords": [
        "no-code",
        "setup",
        "embed widget"
      ]
    },
    {
      "title": "What websites can use 123MyBot?",
      "answer": "The embeddable widget works on Shopify, WordPress, Squarespace, Wix, Hostinger, and custom HTML websites.",
      "keywords": [
        "Shopify",
        "WordPress",
        "Squarespace",
        "Wix",
        "website compatibility"
      ]
    },
    {
      "title": "Does 123MyBot support after-hours questions?",
      "answer": "Yes. The website widget can answer a business's FAQs outside business hours and capture contact information when it cannot answer a visitor's question.",
      "keywords": [
        "after-hours",
        "FAQ",
        "lead capture"
      ]
    }
  ]
}