---
title: property.bot API, OpenAPI, and MCP
description: Developer map for the property.bot public API, OpenAPI, auth, MCP, CLI, AGENTS.md, and Agent Plugins plugin.json.
canonical: https://property.bot/developers.md
last-updated: 2026-09-06
---

# property.bot API, OpenAPI, and MCP

Developer and coding-agent entry for property.bot. Humans stay on WhatsApp first (last-4 …0663); voice/SMS is secondary (last-4 …1919). This page maps the public **API**, **OpenAPI** document, auth contract, and **MCP** surfaces.

## property.bot API (public, keyless GET)

- [GET /api/v1/health](https://property.bot/api/v1/health) · alias [/api/health](https://property.bot/api/health)
- [GET /api/v1/info](https://property.bot/api/v1/info) · alias [/api/info](https://property.bot/api/info)

Product facts only. No public people-search API. No public writes.

## OpenAPI

- Spec: [https://property.bot/openapi.json](https://property.bot/openapi.json)

## Auth

- Contract: [https://property.bot/auth.md](https://property.bot/auth.md)
- Public REST: no API key
- Product MCP: WorkOS OAuth + linked phone (Bearer). Do not ungate.

## MCP

- Product brain: [https://mcp.property.bot/mcp](https://mcp.property.bot/mcp) · [server card](https://property.bot/.well-known/mcp/server-card.json)
- Docs MCP (public): [https://property.bot/mcp/docs](https://property.bot/mcp/docs) · [docs server card](https://property.bot/.well-known/mcp/docs-server-card.json)

## CLI

Source (private application repo): [https://github.com/fourcolors/property-bot/tree/main/packages/property-bot](https://github.com/fourcolors/property-bot/tree/main/packages/property-bot)

```bash
npm run build --prefix packages/property-bot
node packages/property-bot/dist/cli.js info
node packages/property-bot/dist/cli.js health
```

## GitHub · AGENTS.md · plugin.json

Public plugin repo (Ora probes first): [https://github.com/fourcolors/property-bot-grok-plugin](https://github.com/fourcolors/property-bot-grok-plugin)

- Agent rules: [AGENTS.md](https://github.com/fourcolors/property-bot-grok-plugin/blob/main/AGENTS.md) · site mirror [/AGENTS.md](https://property.bot/AGENTS.md)
- Agent Plugins: [plugin.json](https://github.com/fourcolors/property-bot-grok-plugin/blob/main/plugin.json) · site mirror [/plugin.json](https://property.bot/plugin.json) · [/agent-plugins/](https://property.bot/agent-plugins/)
- Also: `mcp.json`, `skills/`
- Application source (`fourcolors/property-bot`) remains private; discovery does not require it.

## More

- [Agent mode](https://property.bot/?mode=agent) · [agent.json](https://property.bot/agent.json) · [llms.txt](https://property.bot/llms.txt) · [docs](https://property.bot/docs)
