property.bot API, OpenAPI, and MCP
Developer and coding-agent entry for property.bot. Conversation stays the product for humans (WhatsApp first; voice/SMS last-4 …1919). This page is the HTML map for the public API, OpenAPI document, auth contract, and MCP surfaces.
property.bot API (public, keyless GET)
- GET /api/v1/health · alias /api/health
- GET /api/v1/info · alias /api/info
Product facts only. There is no public people-search API and no public write surface.
OpenAPI
Machine-readable OpenAPI 3: /openapi.json.
Describes the GET-only health/info surface and ErrorResponse.
Auth
Contract: /auth.md. Public REST needs no key. Product MCP requires WorkOS OAuth + linked phone (Bearer). Do not ungate product MCP tools.
MCP
- Product brain (OAuth): https://mcp.property.bot/mcp · server card
- Docs MCP (public): /mcp/docs · docs server card
CLI
In-repo package property-bot at
packages/property-bot
(private application source; secondary to plugin discovery).
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 for Ora/agent probes (read AGENTS.md and plugin.json here first):
https://github.com/fourcolors/property-bot-grok-plugin
- Agent rules: AGENTS.md · site mirror /AGENTS.md
- Agent Plugins manifest: plugin.json · site mirror /plugin.json · package tree /agent-plugins/
- Also in-repo:
mcp.json,skills/ - Application source (
fourcolors/property-bot) remains private
More discovery
Agent mode · agent.json · llms.txt · docs · ARD