{
  "name": "Property Bot",
  "spoken_name": "Grahm from Property Bot",
  "summary": "Phone-first roommate and housing matching. Call or text Grahm to find a place to live, find a roommate, or list a room. Conversation is the product.",
  "phone": "+13854429768",
  "phone_display": "+1 (385) 442-9768",
  "voice_locks": [
    "Spoken name is Grahm from Property Bot (two words).",
    "Never Graham.",
    "Never say property.bot on the phone."
  ],
  "urls": {
    "home": "https://property.bot/",
    "docs": "https://property.bot/docs",
    "llms_txt": "https://property.bot/llms.txt",
    "docs_llms_txt": "https://property.bot/docs/llms.txt",
    "api_llms_txt": "https://property.bot/api/llms.txt",
    "auth": "https://property.bot/auth.md",
    "openapi": "https://property.bot/openapi.json",
    "agent_mode": "https://property.bot/?mode=agent",
    "agent_json": "https://property.bot/agent.json",
    "agent_md": "https://property.bot/agent.md"
  },
  "public_api": {
    "health": "https://property.bot/api/health",
    "info": "https://property.bot/api/info",
    "v1_health": "https://property.bot/api/v1/health",
    "v1_info": "https://property.bot/api/v1/info",
    "note": "Keyless GET-only product facts. No people, needs, or phones belonging to users."
  },
  "mcp": {
    "url": "https://mcp.property.bot/mcp",
    "auth": "Bearer token required",
    "scope": "First-person only for the authenticated caller",
    "tools": [
      "lookup_person",
      "remember_person",
      "find_matches",
      "send_text",
      "delete_person"
    ],
    "note": "Matching MCP stays Bearer-gated. Tools are first-person only. Not a public people-search API."
  },
  "privacy": {
    "no_public_people_search_api": true,
    "match_cards_redacted": true,
    "redacted_fields_never_in_public_cards": [
      "phone",
      "last_name",
      "street_address"
    ],
    "match_card_may_include": [
      "city",
      "budget_band",
      "side",
      "first_name"
    ]
  }
}
