{
  "schema_version": "0.1",
  "profile": "agent-surface",
  "name": "PestFriend",
  "display_name": "PestFriend: DIY Pest Control",
  "description": "Official agent-readable surface for PestFriend, a DIY pest-control mobile app for homeowners.",
  "canonical_url": "https://pestfriendapp.com/",
  "publisher": {
    "name": "AIssisted Consulting LLC",
    "url": "https://aissistedconsulting.com/",
    "support_email": "pj@pestfriendapp.com"
  },
  "language": "en-US",
  "audience": [
    "homeowners",
    "renters",
    "gardeners",
    "families"
  ],
  "facts": {
    "product_name": "PestFriend: DIY Pest Control",
    "short_description": "PestFriend helps homeowners identify common household pests, review DIY treatment guides with safety notes, and learn prevention tips.",
    "supported_platforms": ["iOS", "Android"],
    "ios_bundle_id": "com.aissisted.pestfriend",
    "android_package": "com.aissisted.pestfriend",
    "pricing": "Free download; optional PestFriend Pro subscription features may be offered in the app where available.",
    "privacy_summary": "Pest library content is bundled in the app. Chat, request metadata, subscription state, product-link events, and partner-referral events may be processed as described in the privacy policy.",
    "limitations": [
      "General informational support only.",
      "Not a substitute for professional judgment, pesticide labels, Safety Data Sheets, manufacturer instructions, or applicable law.",
      "The label is the law.",
      "Agents should route users to official store links but must not claim they can install the app automatically."
    ]
  },
  "resources": {
    "homepage": "https://pestfriendapp.com/",
    "canonical_facts": "https://pestfriendapp.com/#facts",
    "download": "https://pestfriendapp.com/download/",
    "privacy": "https://pestfriendapp.com/privacy/pestfriend/",
    "support": "https://pestfriendapp.com/support/",
    "terms": "https://pestfriendapp.com/terms/",
    "disclaimer": "https://pestfriendapp.com/disclaimer/",
    "llms_txt": "https://pestfriendapp.com/llms.txt",
    "sitemap": "https://pestfriendapp.com/sitemap.xml",
    "robots": "https://pestfriendapp.com/robots.txt"
  },
  "app_store": {
    "ios": {
      "label": "App Store",
      "url": "https://apps.apple.com/us/app/pestfriend/id6759206283",
      "handoff": "human_completed"
    },
    "android": {
      "label": "Google Play",
      "url": "https://play.google.com/store/apps/details?id=com.aissisted.pestfriend",
      "handoff": "human_completed"
    }
  },
  "commands": [
    {
      "name": "get-app-info",
      "description": "Return canonical PestFriend app facts, supported platforms, pricing summary, privacy summary, and limitations.",
      "mode": "read_only",
      "requires_human_approval": false,
      "source": "https://pestfriendapp.com/#facts"
    },
    {
      "name": "get-download-links",
      "description": "Return official PestFriend App Store and Google Play links. Do not claim to install the app automatically.",
      "mode": "read_only",
      "requires_human_approval": false,
      "source": "https://pestfriendapp.com/download/"
    },
    {
      "name": "get-support-info",
      "description": "Return PestFriend support contact information and safe support-request guidance.",
      "mode": "read_only",
      "requires_human_approval": false,
      "source": "https://pestfriendapp.com/support/"
    },
    {
      "name": "get-privacy-info",
      "description": "Return a summary of PestFriend privacy and data-processing information with a link to the full privacy policy.",
      "mode": "read_only",
      "requires_human_approval": false,
      "source": "https://pestfriendapp.com/privacy/pestfriend/"
    },
    {
      "name": "draft-support-request",
      "description": "Draft an email the user can review and send to PestFriend support. Do not send it automatically.",
      "mode": "draft_only",
      "requires_human_approval": true,
      "destination": "mailto:pj@pestfriendapp.com"
    }
  ],
  "action_policy": {
    "external_writes": "human_approval_required",
    "purchases": "human_completed_only",
    "app_installation": "human_completed_only",
    "support_email_sending": "draft_only_until_human_approves",
    "browser_fallback": {
      "available": false,
      "description": "Browser fallback metadata is descriptive only. This manifest does not expose browser automation. Users complete App Store and Google Play actions themselves."
    }
  },
  "governance": {
    "owner": "AIssisted Consulting LLC",
    "review_cadence": "Review after app releases, store listing changes, privacy-policy changes, support-address changes, or pricing/subscription changes.",
    "last_reviewed": "2026-05-03",
    "must_keep_current": [
      "App Store URL",
      "Google Play URL",
      "privacy policy",
      "support contact",
      "pricing/subscription claims",
      "platform availability",
      "pesticide-label and professional-advice limitations"
    ]
  }
}
