{
  "product": {
    "name": "Tesla MR Institute",
    "website": "https://teslamr.com",
    "category": "MRI technologist training program",
    "summary": "Tesla MR Institute trains MRI technologists through ARMRIT-accredited online education plus local clinical training.",
    "differentiators": [
      "ARMRIT-accredited pathway",
      "334+ clinical partner sites across 38 states",
      "No X-ray prerequisite",
      "Flexible pacing for working adults"
    ]
  },
  "publicResources": {
    "developerHub": "https://teslamr.com/developers",
    "apiDocs": "https://teslamr.com/docs/api",
    "apiCatalog": "https://teslamr.com/.well-known/api-catalog",
    "openApi": "https://teslamr.com/openapi/site-interest.json",
    "studentInterestDocs": "https://teslamr.com/docs/api#student-interest",
    "pricing": "https://teslamr.com/pricing",
    "pricingMarkdown": "https://teslamr.com/pricing.md",
    "llms": "https://teslamr.com/llms.txt",
    "sectionLlms": "https://teslamr.com/developers/llms.txt",
    "agentDiscovery": "https://teslamr.com/.well-known/agent.json",
    "agentCard": "https://teslamr.com/.well-known/agent-card.json"
  },
  "capabilities": [
    {
      "name": "Submit site interest",
      "endpoint": "POST https://teslamr.com/api/site-interest",
      "auth": "none",
      "description": "Submit employer, partnership, or clinical-site interest and notify the Tesla MR partnerships team."
    },
    {
      "name": "Submit student interest",
      "endpoint": "POST https://learn.teslamr.com/api/admissions/interest",
      "auth": "none",
      "description": "Submit a prospective student inquiry to Tesla MR Learn and start the admissions follow-up flow."
    }
  ],
  "limitations": [
    "No public OAuth flow",
    "No public student account API",
    "No public MCP server yet",
    "No payment or enrollment API"
  ]
}