# Property Bot — API scope

> Agent brief for the public info API on https://property.bot. Keyless GET-only product facts.

## Endpoints

- [GET /api/health](https://property.bot/api/health) · [v1](https://property.bot/api/v1/health)
- [GET /api/info](https://property.bot/api/info) · [v1](https://property.bot/api/v1/info)
- Markdown twins: [/api/health.md](https://property.bot/api/health.md), [/api/info.md](https://property.bot/api/info.md)
- This brief: [/api/llms.txt](https://property.bot/api/llms.txt) · [/api/llms.txt.md](https://property.bot/api/llms.txt.md)
- [OpenAPI](https://property.bot/openapi.json)
- [Versioning / Deprecation](https://property.bot/docs/versioning.md)

## What this API is not

There is no public people-search API. These routes return product name, phone, docs, and MCP URL only. Private matching tools live only on OAuth-gated MCP at https://mcp.property.bot/mcp and are first-person only.

For scripting the same keyless facts, use the in-repo CLI at https://github.com/fourcolors/property-bot/tree/main/packages/property-bot (`node packages/property-bot/dist/cli.js info|health` after build). The CLI is not a REST path.

## More

- [Root llms.txt](https://property.bot/llms.txt)
- [Docs scope](https://property.bot/docs/llms.txt)
- [Agent mode](https://property.bot/?mode=agent)
- [Auth](https://property.bot/auth.md)
