{
  "agent_manifest_version": "1.0",
  "site": {
    "name": "Merlin AI",
    "canonical_url": "https://merlintheai.com/",
    "description": "An all-in-one AI assistant for chat, voice, images, translation, investing tools, memory, and supported messaging apps."
  },
  "discovery": {
    "llms": "https://merlintheai.com/llms.txt",
    "sitemap": "https://merlintheai.com/sitemap.xml",
    "robots": "https://merlintheai.com/robots.txt"
  },
  "interaction_model": "browser",
  "actions": [
    {
      "id": "compare_plans",
      "intents": ["compare plans", "check pricing", "check chat trial"],
      "title": "Compare Merlin plans",
      "entrypoint": "https://merlintheai.com/pricing",
      "method": "GET",
      "authentication": "none",
      "requires_user_confirmation": false,
      "confirmation_moment": "before starting a paid subscription",
      "completion_signal": "The current plans, prices, limits, and primary plan buttons are visible."
    },
    {
      "id": "use_ai_chat",
      "intents": ["ask Merlin", "use AI chat", "use a persona"],
      "title": "Use Merlin AI chat",
      "entrypoint": "https://merlintheai.com/",
      "method": "GET",
      "authentication": "optional",
      "requires_user_confirmation": true,
      "confirmation_moment": "before sending a prompt, uploading a file, enabling a microphone, or sharing private content",
      "completion_signal": "The requested response is visible in the chat and any requested output can be reviewed by the user."
    },
    {
      "id": "generate_media",
      "intents": ["generate an image", "generate a video", "use Aria"],
      "title": "Create media with Merlin",
      "entrypoint": "https://merlintheai.com/aria",
      "method": "GET",
      "authentication": "optional",
      "requires_user_confirmation": true,
      "confirmation_moment": "before submitting a generation that may use plan credits or include private content",
      "completion_signal": "The generated media is visible and can be reviewed or downloaded by the user."
    },
    {
      "id": "connect_merlinbot",
      "intents": ["use Merlin on WhatsApp", "use Merlin on Telegram"],
      "title": "Connect MerlinBot",
      "entrypoint": "https://merlintheai.com/bot",
      "method": "GET",
      "authentication": "required",
      "requires_user_confirmation": true,
      "confirmation_moment": "before linking an account, joining a chat, granting permissions, or sending a message",
      "completion_signal": "The selected messaging account is visibly linked and the user can review its approved chat scope."
    },
    {
      "id": "review_market_tools",
      "intents": ["review markets", "research an investment", "use market analysis"],
      "title": "Open Merlin market tools",
      "entrypoint": "https://merlintheai.com/invest",
      "method": "GET",
      "authentication": "optional",
      "requires_user_confirmation": false,
      "confirmation_moment": "before any external trade, transfer, account connection, or financial commitment",
      "completion_signal": "The requested public market information or analysis is visible for user review."
    },
    {
      "id": "learn_about_merlin",
      "intents": ["learn how Merlin works", "find a guide", "understand a feature"],
      "title": "Read Merlin guides",
      "entrypoint": "https://merlintheai.com/learn",
      "method": "GET",
      "authentication": "none",
      "requires_user_confirmation": false,
      "confirmation_moment": "not required for public reading",
      "completion_signal": "The relevant guide or explanation is visible."
    }
  ],
  "safety": {
    "read_only_navigation_without_confirmation": true,
    "confirm_before": [
      "sending a prompt or message",
      "uploading a file or sharing private content",
      "enabling microphone or camera access",
      "connecting an external account or chat",
      "starting a paid subscription or using paid credits",
      "taking any financial action"
    ],
    "never": [
      "submit a payment or subscription without explicit current user confirmation",
      "place a trade, transfer money, or connect a financial account",
      "claim an action succeeded without a visible receipt or completion state"
    ]
  },
  "last_updated": "2026-08-20"
}
