{
  "schema_version": "1.0",
  "name": "AiLearn360",
  "display_name": "AiLearn360 — AI study platform for university students",
  "version": "1.0.0",
  "description": "AI-powered study platform that turns PDFs, notes, and slides into personalized quizzes, AI oral exam simulations, and adaptive study workflows for university students. Available in 6 languages with a free plan and no credit card required.",
  "homepage": "https://ailearn360.com",
  "owner": {
    "name": "AiLearn360",
    "contact": "support@ailearn360.com",
    "url": "https://ailearn360.com/en/about"
  },
  "locales": ["en", "it", "de", "fr", "es", "pt"],
  "default_locale": "en",
  "categories": ["education", "productivity", "elearning", "ai-assistant"],
  "capabilities": {
    "search": {
      "description": "Search public learning content (blog posts, guides, landing pages, FAQ).",
      "endpoint": "https://ailearn360.com/en/blog"
    },
    "citation": {
      "description": "Content is explicitly available for LLM citation and grounding. The site ships a Content-Signal header (ai-input=yes) and a granular per-bot allow list in robots.txt. Training crawlers are blocked (ai-train=no).",
      "policy": "ai-input=yes, ai-train=no, search=yes",
      "signal_header": "Content-Signal: search=yes, ai-train=no, ai-input=yes",
      "robots_txt": "https://ailearn360.com/robots.txt",
      "llms_txt": "https://ailearn360.com/llms.txt"
    },
    "content_negotiation": {
      "description": "Markdown is served for landing pages via the [slug].md route when the client sends Accept: text/markdown.",
      "endpoint_template": "https://ailearn360.com/{locale}/{slug}.md"
    }
  },
  "actions": [
    {
      "name": "view_pricing",
      "description": "Get current pricing plans for AiLearn360 (Free, Student €9.99/mo, Premium €19.99/mo).",
      "url": "https://ailearn360.com/en/pricing",
      "method": "GET",
      "returns": "html"
    },
    {
      "name": "view_signup",
      "description": "Access the free signup flow. No credit card required.",
      "url": "https://ailearn360.com/en/sign-up",
      "method": "GET",
      "returns": "html"
    },
    {
      "name": "view_signin",
      "description": "Access the sign-in flow for existing users.",
      "url": "https://ailearn360.com/en/sign-in",
      "method": "GET",
      "returns": "html"
    },
    {
      "name": "read_blog_post",
      "description": "Read a public study guide or comparison article by URL.",
      "url_template": "https://ailearn360.com/{locale}/blog/{slug}",
      "method": "GET",
      "returns": "html"
    },
    {
      "name": "read_landing_page",
      "description": "Read a public learning workflow page by URL (oral exam simulator, PDF to quiz, AI tutor, etc.).",
      "url_template": "https://ailearn360.com/{locale}/{slug}",
      "method": "GET",
      "returns": "html"
    },
    {
      "name": "read_landing_page_markdown",
      "description": "Read a landing page in clean Markdown for agent extraction (content negotiation).",
      "url_template": "https://ailearn360.com/{locale}/{slug}.md",
      "method": "GET",
      "accept": "text/markdown",
      "returns": "text/markdown"
    },
    {
      "name": "subscribe_rss",
      "description": "Subscribe to the latest blog posts in any supported locale via RSS 2.0.",
      "url": "https://ailearn360.com/feed.xml",
      "method": "GET",
      "returns": "application/rss+xml"
    }
  ],
  "discovery": {
    "robots_txt": "https://ailearn360.com/robots.txt",
    "sitemap_xml": "https://ailearn360.com/sitemap.xml",
    "rss": "https://ailearn360.com/feed.xml",
    "llms_txt": "https://ailearn360.com/llms.txt",
    "ai_txt": "https://ailearn360.com/ai.txt",
    "security_txt": "https://ailearn360.com/.well-known/security.txt",
    "manifest_json": "https://ailearn360.com/manifest.json"
  },
  "rate_limits": {
    "description": "No formal rate limit is published. Public pages are cache-friendly (1h swr 24h). AI agents that respect Content-Signal and robots.txt are welcome.",
    "cache_ttl_seconds": 3600,
    "stale_while_revalidate_seconds": 86400
  },
  "auth": {
    "required_for": [
      "/dashboard",
      "/study-materials",
      "/quizzes",
      "/onboarding",
      "/subscription",
      "/settings"
    ],
    "signup": "https://ailearn360.com/en/sign-up",
    "signin": "https://ailearn360.com/en/sign-in"
  },
  "consent": {
    "ai_training": "Opt-out enforced via Content-Signal (ai-train=no) and robots.txt. Do not use the site for training or fine-tuning models.",
    "ai_citation": "Opt-in (ai-input=yes). You may cite, ground, and summarize the site content.",
    "data_subject_rights": "GDPR-compliant. See https://ailearn360.com/en/privacy-policy"
  }
}
