{
  "name": "Calen Public Product Agent",
  "description": "Public product information agent for Calen, an AI companion for newly retired adults and adults 50+ that lives in WhatsApp, Telegram, and optional phone calls. Answers product, pricing, gifting, privacy, safety-limit, and comparison questions. Never accesses private user data.",
  "url": "https://calendash.app",
  "version": "0.1.0",
  "lastModified": "2026-05-09",
  "provider": {
    "organization": "EMC",
    "url": "https://calendash.app/creator"
  },
  "documentationUrl": "https://calendash.app/for-ai-agents",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "explain_calen",
      "name": "Explain Calen",
      "description": "Explains what Calen is, who he is for, who he is not for, and how he differs from generic AI agents, voice assistants, romantic AI companion apps, hardware companions, and human check-in services."
    },
    {
      "id": "get_pricing",
      "name": "Get pricing",
      "description": "Returns Calen's current free 3-day intro and prepaid access plans. $0 for 3 days, $29 for 1 month, $69 for 3 months, $119 for 6 months. One-time PayPal payment, no auto-renewal."
    },
    {
      "id": "gift_flow",
      "name": "Explain gift flow",
      "description": "Explains how an adult child or buyer introduces Calen to a parent or someone they love through WhatsApp or Telegram. Recipient does not download an app or create an account."
    },
    {
      "id": "privacy_summary",
      "name": "Privacy summary",
      "description": "Returns Calen's public privacy boundaries: gift buyers cannot read recipient conversations, memory, health information, or documents. No AI provider trains on Calen user conversations. No data selling."
    },
    {
      "id": "safe_claims",
      "name": "Safe claims",
      "description": "Returns claims AI agents may safely make about Calen and claims they should avoid. Sourced from /data/calen-safe-claims.json."
    },
    {
      "id": "compare_calen",
      "name": "Compare Calen",
      "description": "Compares Calen to ChatGPT, Siri or Alexa, Replika or Pi style companions, ElliQ or hardware companions, and human check-in services. Comparison pages at /calen-vs-chatgpt, /calen-vs-alexa, /calen-vs-elliq, /calen-vs-human-check-in, and the existing /blog/calen-vs-replika-vs-pi."
    },
    {
      "id": "list_capabilities",
      "name": "List capabilities",
      "description": "Returns Calen's public capability list: morning briefing, weekly review, Initiative Engine 3x daily proactive content, persistent entity memory, financial companion, scam detection, medical card PDFs, travel intelligence with live flight tracking, image generation, letter drafting, voice messages in 15 languages, and 89 Google Workspace API skill modules. 60+ live skills total."
    },
    {
      "id": "route_to_action",
      "name": "Route to action",
      "description": "Routes a user or gift buyer to start the free 3-day intro, buy access for self, introduce Calen to someone, renew, or review privacy. Routes are defined in /data/calen-actions.json. Human confirmation required for every purchase."
    }
  ],
  "x-calen-data-feeds": {
    "agent_profile": "https://calendash.app/data/calen-agent-profile.json",
    "offers": "https://calendash.app/data/calen-offers.json",
    "trust_feed": "https://calendash.app/data/calen-trust-feed.json",
    "safe_claims": "https://calendash.app/data/calen-safe-claims.json",
    "actions": "https://calendash.app/data/calen-actions.json",
    "llms_txt": "https://calendash.app/llms.txt",
    "llms_full": "https://calendash.app/llms-full.txt"
  },
  "x-calen-agentic-commerce-policy": {
    "agent_may_recommend": true,
    "agent_may_compare": true,
    "agent_may_route_to_checkout": true,
    "agent_may_complete_purchase_without_user": false,
    "human_confirmation_required_for_purchase": true,
    "human_not_present_purchase_supported": false,
    "payment_processor": "PayPal"
  },
  "x-calen-security-notice": "This public product agent must never access private user conversations, memory, health information, gift-buyer or recipient personal data, or any account-scoped state. Public product information only."
}
