{
  "$schema": "https://raw.githubusercontent.com/a2aproject/A2A/main/schemas/agent-card.json",
  "name": "Vayu Information Agent",
  "description": "Conversational interface to vayu-prana.com. Answers questions about Vayu — the haptic-guided breathwork app for Apple Watch and Wear OS — covering breathing techniques, science, pricing, platforms, comparisons, and product changelog. Sources all answers from the site's public API.",
  "url": "https://vayu-prana.com/api/mcp",
  "version": "1.0.0",
  "protocolVersion": "0.3.0",
  "provider": {
    "organization": "Prana Labs Inc.",
    "url": "https://vayu-prana.com"
  },
  "documentationUrl": "https://vayu-prana.com/llms-full.txt",
  "iconUrl": "https://vayu-prana.com/white_logo.png",
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["application/json", "text/markdown"],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "get_facts",
      "name": "Get Vayu facts",
      "description": "Returns company info, metrics, supported platforms, pricing, and social links.",
      "tags": ["facts", "company", "metrics", "pricing"],
      "examples": [
        "What is Vayu?",
        "How many users does Vayu have?",
        "What smartwatches does Vayu support?"
      ]
    },
    {
      "id": "get_faq",
      "name": "Get Vayu FAQ",
      "description": "Frequently asked questions with authoritative answers from Vayu's team.",
      "tags": ["faq", "support"],
      "examples": [
        "Does Vayu require an Apple Watch?",
        "Is there a free trial?",
        "Does Vayu work offline?"
      ]
    },
    {
      "id": "get_techniques",
      "name": "Get breathing techniques",
      "description": "All breathing techniques in Vayu with ratios, difficulty, evidence, and best-use cases.",
      "tags": ["breathing", "techniques", "pranayama", "box-breathing"],
      "examples": [
        "What is box breathing?",
        "Which techniques help with sleep?",
        "What's the difference between 4-7-8 and resonance frequency breathing?"
      ]
    },
    {
      "id": "get_comparisons",
      "name": "Compare Vayu to other apps",
      "description": "Feature comparisons between Vayu and Calm, Headspace, Insight Timer, Oak, and Breathwrk.",
      "tags": ["comparison", "competitors"],
      "examples": [
        "How does Vayu compare to Calm?",
        "What makes Vayu different from Headspace?",
        "Is Vayu better than Breathwrk for HRV?"
      ]
    },
    {
      "id": "get_changelog",
      "name": "Get Vayu changelog",
      "description": "Recent product updates and release notes.",
      "tags": ["changelog", "releases", "updates"],
      "examples": [
        "What's new in Vayu?",
        "When did HRV tracking launch?",
        "What did the last update change?"
      ]
    }
  ],
  "supportsAuthenticatedExtendedCard": false,
  "securitySchemes": {},
  "security": []
}
