{
  "spec": "webmcp/0.1",
  "site": {
    "name": "AI-Automation-Engineers.de",
    "version": "2026.04",
    "description": "Community-Portal für KI-Automation-Engineers. Reiseberichte, News und Schulungen rund um KI-Entwicklung und Automatisierung.",
    "lang": "de",
    "pages": [
      {
        "url": "/",
        "intents": ["navigate_to_page", "search_news"]
      },
      {
        "url": "/news",
        "intents": ["search_articles", "subscribe_newsletter_news"]
      },
      {
        "url": "/lernpfade",
        "intents": ["browse_learning_paths"]
      },
      {
        "url": "/community",
        "intents": ["browse_videos", "login"]
      }
    ],
    "flows": [
      {
        "id": "newsletter_signup",
        "description": "Subscribe to the AI automation newsletter on the news page.",
        "steps": [
          { "intent": "subscribe_newsletter_news", "page": "/news" }
        ]
      },
      {
        "id": "browse_news",
        "description": "Browse and search AI news articles and updates.",
        "steps": [
          { "intent": "search_articles", "page": "/news" }
        ]
      }
    ]
  }
}
