{
  "schemaVersion": "1.0",
  "name": "Tesla Daily",
  "description": "A weekly podcast about Tesla - Curated & Generated by AI",
  "url": "https://tesla-daily.pages.dev",
  "contentType": "podcast",
  "author": "Michael Lugassy",
  "language": "en",
  "updateFrequency": "weekly",
  "capabilities": [
    "browse_episodes",
    "search_transcripts",
    "get_latest_episode",
    "get_episode_by_topic",
    "subscribe_via_rss",
    "read_transcripts"
  ],
  "endpoints": {
    "search": "https://tesla-daily.pages.dev/api/search?q={query}",
    "ask": "https://tesla-daily.pages.dev/ask",
    "askGet": "https://tesla-daily.pages.dev/ask?q={query}",
    "status": "https://tesla-daily.pages.dev/status",
    "mcp": "https://tesla-daily.pages.dev/mcp",
    "mcpDiscovery": [
      "https://tesla-daily.pages.dev/.well-known/mcp",
      "https://tesla-daily.pages.dev/.well-known/mcp.json",
      "https://tesla-daily.pages.dev/.well-known/mcp-configuration",
      "https://tesla-daily.pages.dev/.well-known/mcp/server.json"
    ],
    "mcpServerCard": "https://tesla-daily.pages.dev/.well-known/mcp/server-card.json",
    "openapi": "https://tesla-daily.pages.dev/.well-known/openapi.json",
    "agentCard": "https://tesla-daily.pages.dev/.well-known/agent-card.json",
    "agentSkillsIndex": "https://tesla-daily.pages.dev/.well-known/agent-skills/index.json",
    "schemaMap": "https://tesla-daily.pages.dev/.well-known/schema-map.xml",
    "rss": "https://tesla-daily.pages.dev/rss.xml",
    "episodes": "https://tesla-daily.pages.dev/episodes.json",
    "searchIndex": "https://tesla-daily.pages.dev/search-index.json",
    "sitemap": "https://tesla-daily.pages.dev/sitemap.xml",
    "llms": "https://tesla-daily.pages.dev/llms.txt",
    "episodesLlms": "https://tesla-daily.pages.dev/episodes/llms.txt",
    "apiLlms": "https://tesla-daily.pages.dev/api/llms.txt",
    "wellKnownLlms": "https://tesla-daily.pages.dev/.well-known/llms.txt",
    "indexMarkdown": "https://tesla-daily.pages.dev/index.md",
    "agentMode": "https://tesla-daily.pages.dev/?mode=agent",
    "agents": "https://tesla-daily.pages.dev/AGENTS.md"
  },
  "rateLimits": {
    "perMinute": 60,
    "scope": "per IP",
    "headers": [
      "X-RateLimit-Limit",
      "X-RateLimit-Remaining",
      "X-RateLimit-Reset",
      "Retry-After"
    ],
    "docs": "https://tesla-daily.pages.dev/api/llms.txt"
  },
  "errorEnvelope": {
    "schema": "{ error: { code, message, hint, docs_url } }",
    "statusCodes": [
      400,
      404,
      405,
      429,
      500
    ]
  },
  "latestEpisode": {
    "id": 1,
    "title": "Tesla Semi Production Ignites Amid FSD and Sales Gains",
    "url": "https://tesla-daily.pages.dev/1",
    "datePublished": "2026-05-04",
    "duration": "06:44",
    "description": "This episode covers the start of high-volume Tesla Semi production, FSD v14.3.2 rollout to HW4 vehicles, Tesla Insurance expansion to Florida and Maryland, strong April sales rebound in Europe, and progress on Optimus factory and AI5 chip."
  }
}
