{
  "schema_version": "v1",
  "name_for_model": "AxionLifeOS",
  "name_for_human": "Axion LifeOS",
  "description_for_model": "Axion LifeOS is an AI-powered personal Life Operating System that unifies goals, habits, projects, knowledge, and daily execution into one connected system with persistent contextual memory and pgvector semantic search. Exposes an MCP server for direct AI agent integration.",
  "description_for_human": "AI-powered personal Life Operating System. Turn your goals and habits into an intelligent daily execution rhythm. Connect your AI agent via MCP.",
  "canonical_url": "https://axionlifeos.com",
  "contact_email": "support@axionlifeos.com",
  "logo_url": "https://axionlifeos.com/logo.png",
  "pricing": {
    "free_tier": true,
    "pro_monthly_usd": 19,
    "pro_annual_monthly_usd": 14,
    "elite_monthly_usd": 49,
    "elite_annual_monthly_usd": 36,
    "currency": "USD",
    "pricing_url": "https://axionlifeos.com/pricing",
    "public_api_pricing": "https://axionlifeos.com/api/public/pricing"
  },
  "mcp": {
    "server_url": "https://axionlifeos.com/api/mcp",
    "transport": "streamable-http",
    "spec_version": "2025-11-05",
    "auth_required": false,
    "auth_type": "bearer",
    "auth_docs": "https://axionlifeos.com/mcp#connect",
    "oauth_protected_resource": "https://axionlifeos.com/.well-known/oauth-protected-resource",
    "public_tools": [
      "get_product_info",
      "get_pricing",
      "get_templates",
      "get_template",
      "search_content"
    ],
    "authenticated_tools": [
      "get_life_graph",
      "get_goals",
      "get_habits",
      "get_today",
      "get_projects",
      "add_capture",
      "add_goal",
      "log_habit",
      "search_memories"
    ]
  },
  "platforms": {
    "ios": {
      "available": true,
      "url": "https://apps.apple.com/app/axion-lifeos/id6400000000",
      "version": "2.1.0",
      "note": "TODO: replace App Store ID with real ID when published"
    },
    "web": {
      "available": true,
      "url": "https://app.axionlifeos.com"
    },
    "android": {
      "available": false,
      "status": "in_development",
      "waitlist_url": "https://axionlifeos.com/download#android"
    }
  },
  "endpoints": {
    "mcp_server": "https://axionlifeos.com/api/mcp",
    "mcp_docs": "https://axionlifeos.com/mcp",
    "product_info": "https://axionlifeos.com/api/public/product",
    "pricing_info": "https://axionlifeos.com/api/public/pricing",
    "plans_info": "https://axionlifeos.com/api/public/plans",
    "llms_brief": "https://axionlifeos.com/llms.txt",
    "llms_full": "https://axionlifeos.com/llms-full.txt",
    "oauth_protected_resource": "https://axionlifeos.com/.well-known/oauth-protected-resource"
  },
  "capabilities": [
    "intention_to_execution_decomposition",
    "multi_modal_capture_voice_ocr_text",
    "persistent_contextual_memory_graph_pgvector",
    "proactive_anticipatory_intelligence",
    "multi_pillar_life_map_visualization",
    "mcp_agent_integration"
  ]
}
