{
  "version": "1.0",
  "name": "Tesla MR Institute",
  "description": "Agent discovery document for Tesla MR Institute public resources and admissions surfaces.",
  "url": "https://teslamr.com",
  "developerResources": {
    "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"
  ]
}