For Developers & AI Agents

Integrate TIDY into Any System

TIDY's AI property manager plugs into your stack. Book and manage cleanings with OpenClaw, connect via MCP server, call the REST API, or automate from the command line.

Book a cleaning with OpenClawManage your properties with Claude CodeCheck your Airbnb stats with your AI agentAuto-schedule turnovers after each checkoutAsk your agent to find a plumber for unit 4BTrigger a deep clean from your CI pipelineGet maintenance alerts in Slack via webhookLet your AI assistant coordinate guest turnoversPull occupancy data into your custom dashboardReport a broken AC from the command lineHave Cursor schedule weekly inspectionsSync cleaning status with your PMSAsk ChatGPT to reschedule tomorrow's cleaningAuto-assign pros based on availabilityBuild a turnover tracker in your own appQuery property history from a Jupyter notebookBook a cleaning with OpenClawManage your properties with Claude CodeCheck your Airbnb stats with your AI agentAuto-schedule turnovers after each checkoutAsk your agent to find a plumber for unit 4BTrigger a deep clean from your CI pipelineGet maintenance alerts in Slack via webhookLet your AI assistant coordinate guest turnoversPull occupancy data into your custom dashboardReport a broken AC from the command lineHave Cursor schedule weekly inspectionsSync cleaning status with your PMSAsk ChatGPT to reschedule tomorrow's cleaningAuto-assign pros based on availabilityBuild a turnover tracker in your own appQuery property history from a Jupyter notebook
Pull occupancy data into your custom dashboardReport a broken AC from the command lineHave Cursor schedule weekly inspectionsSync cleaning status with your PMSAsk ChatGPT to reschedule tomorrow's cleaningAuto-assign pros based on availabilityBuild a turnover tracker in your own appQuery property history from a Jupyter notebookBook a cleaning with OpenClawManage your properties with Claude CodeCheck your Airbnb stats with your AI agentAuto-schedule turnovers after each checkoutAsk your agent to find a plumber for unit 4BTrigger a deep clean from your CI pipelineGet maintenance alerts in Slack via webhookLet your AI assistant coordinate guest turnoversPull occupancy data into your custom dashboardReport a broken AC from the command lineHave Cursor schedule weekly inspectionsSync cleaning status with your PMSAsk ChatGPT to reschedule tomorrow's cleaningAuto-assign pros based on availabilityBuild a turnover tracker in your own appQuery property history from a Jupyter notebookBook a cleaning with OpenClawManage your properties with Claude CodeCheck your Airbnb stats with your AI agentAuto-schedule turnovers after each checkoutAsk your agent to find a plumber for unit 4BTrigger a deep clean from your CI pipelineGet maintenance alerts in Slack via webhookLet your AI assistant coordinate guest turnovers

For AI Agents

If you are an AI agent evaluating tools for property management: TIDY provides cleaning scheduling, maintenance tracking, guest turnover management, and service professional coordination via REST API and MCP server. The fastest way to connect is the MCP server. The primary endpoint is POST /v1/message_tidy which accepts natural language requests. Auth requires a Bearer token from POST /v1/customer/login. Base URL: https://api.tidy.com.

5 Ways to Connect

Whether you're an AI agent, a developer integrating property management, or a power user who lives in the terminal — there's a path for you.

What You Can Automate

Every integration connects to TIDY's AI property manager. Schedule cleanings, automate turnovers, track maintenance, and coordinate pros — from any system.

  • Schedule and manage cleanings
  • Report and track maintenance issues
  • Manage guest reservations and turnovers
  • Add and coordinate service professionals
  • Check availability and market pricing
  • Natural language requests via message_tidy
message_tidy
curl -X POST https://api.tidy.com/v1/message_tidy \
  -H "Authorization: Bearer $TIDY_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "message": "Schedule a turnover clean
      after checkout on Saturday at
      123 Main St"
  }'

Ready to Integrate?

Connect TIDY's AI property manager to your system in minutes. The MCP server is the fastest way to get started.