{
  "name": "Liferetreat Academy Agent",
  "description": "Agent interface for Liferetreat Academy — wellness coaching certification academy. Provides discovery of programs, mentors, FAQ, and consultation booking. Founded by Viktor Alekseev. 90-day IFPC-accredited programs.",
  "url": "https://worldheritageacademy.com/",
  "version": "1.0.0",
  "documentationUrl": "https://worldheritageacademy.com/llms.txt",
  "provider": {
    "organization": "Liferetreat Academy",
    "url": "https://worldheritageacademy.com/"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "supportedInterfaces": [
    {
      "transport": "JSONRPC",
      "url": "https://worldheritageacademy.com/wp-json/",
      "description": "WordPress REST API — read-only access to public pages, posts, and metadata"
    },
    {
      "transport": "HTTP",
      "url": "https://worldheritageacademy.com/.well-known/api-catalog",
      "description": "API catalog (RFC 9727) for discovery"
    },
    {
      "transport": "WebMCP",
      "url": "https://worldheritageacademy.com/",
      "description": "Browser-side WebMCP tools (Chrome AI agents) — embedded via script tag in HTML responses"
    }
  ],
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "text/markdown",
    "application/json"
  ],
  "skills": [
    {
      "id": "get-course-info",
      "name": "Get Course Information",
      "description": "Returns program details for Foundation ($497), Practitioner ($1997), or Master ($4997) tiers — pricing, duration, certification, recommendedFor.",
      "tags": [
        "education",
        "wellness-coaching",
        "courses",
        "ifpc"
      ],
      "examples": [
        "What's in the Practitioner program?",
        "Tell me about Foundation course"
      ]
    },
    {
      "id": "list-mentors",
      "name": "List Academy Mentors",
      "description": "Returns the founder Viktor Alekseev and the 5 mentors with their expertise areas.",
      "tags": [
        "mentors",
        "team",
        "psychology",
        "hypnotherapy"
      ],
      "examples": [
        "Who teaches at Liferetreat?",
        "List the mentors"
      ]
    },
    {
      "id": "start-application",
      "name": "Start Application",
      "description": "Pre-fills the consultation booking form with user contact details. User must submit manually for GDPR consent.",
      "tags": [
        "lead",
        "application",
        "consultation",
        "gdpr"
      ],
      "examples": [
        "Apply for Practitioner program",
        "Book a consultation"
      ]
    },
    {
      "id": "get-faq",
      "name": "Get FAQ Answer",
      "description": "Returns answers to FAQ about wellness coaching, IFPC certification, programs, brand identity, and brand disambiguation from the unrelated Japanese World Heritage Academy organization.",
      "tags": [
        "faq",
        "support",
        "brand-disambiguation"
      ],
      "examples": [
        "What is IFPC?",
        "Is this the Japanese World Heritage Academy?"
      ]
    }
  ],
  "$comment": "A2A Agent Card per Google Agent2Agent protocol. Same skills exposed via WebMCP for Chrome AI agents. Contact: hello@liferetreat.academy"
}