{
  "name": "Agentic School",
  "description": "Free, read-only JSON API of the Agentic School for AI agents. All responses are pre-generated from a static catalog and served from a CDN.",
  "version": "1.0.0",
  "apiVersion": "v1",
  "locale": "de-CH",
  "locales": [
    "en",
    "de-CH"
  ],
  "documentation": "https://agenticschool.dev/de/api-docs",
  "openapi": "/api/v1/openapi.json",
  "llmsTxt": "/de/llms.txt",
  "llmsFull": "/de/llms-full.txt",
  "markdownPattern": "<page-url>.md",
  "fairUse": {
    "policy": "fair-use",
    "note": "This is a free, fully static, read-only surface served from a CDN. There are no authentication or hard rate limits. Please cache responses, prefer the JSON or .md endpoints over scraping HTML, and identify your agent with a descriptive User-Agent. Use /llms-full.txt for a one-shot full corpus instead of crawling every page.",
    "requestsPerMinuteSuggested": 60
  },
  "endpoints": {
    "discovery": "/api/v1/de/index.json",
    "openapi": "/api/v1/openapi.json",
    "courses": "/api/v1/de/courses.json",
    "course": "/api/v1/de/courses/{slug}.json",
    "lessons": "/api/v1/de/lessons.json",
    "lesson": "/api/v1/de/lessons/{slug}.json",
    "resources": "/api/v1/de/resources.json",
    "resource": "/api/v1/de/resources/{slug}.json",
    "articles": "/api/v1/de/articles.json",
    "article": "/api/v1/de/articles/{slug}.json",
    "fundamentals": "/api/v1/de/fundamentals.json",
    "fundamental": "/api/v1/de/fundamentals/{slug}.json",
    "builds": "/api/v1/de/builds.json",
    "build": "/api/v1/de/builds/{slug}.json",
    "glossary": "/api/v1/de/glossary.json",
    "glossaryTerm": "/api/v1/de/glossary/{slug}.json",
    "comparisons": "/api/v1/de/comparisons.json",
    "comparison": "/api/v1/de/comparisons/{slug}.json",
    "guides": "/api/v1/de/guides.json",
    "guide": "/api/v1/de/guides/{slug}.json",
    "tools": "/api/v1/de/tools.json",
    "tool": "/api/v1/de/tools/{slug}.json",
    "changelog": "/api/v1/de/changelog.json",
    "searchIndex": "/api/v1/de/search-index.json"
  },
  "license": "free",
  "generatedFrom": "catalog"
}
