Home services finally have an API.
AI agents scope, price, and book trusted home service professionals — starting with plumbing in Boston.
How It Works
Scope. Price. Book.
Scope
Describe the issue. Our AI diagnoses it, classifies it to a standard job code, and asks smart follow-ups. Works via chat, API, or voice.
Price
Get a guaranteed price from our validated taxonomy. No surprise bills. No haggling. Same price for humans and agents.
Book
Matched to a licensed, vetted, available pro. Real-time tracking. Scope change mediation. Structured feedback.
Service Taxonomy
Every job is a standard SKU.
Healthcare has ICD-10. Payments has MCC codes. Home services had nothing. Until now.
| Code | Service | Price | Duration |
|---|---|---|---|
| PLM-101 | Drain Clearing (Single Fixture) | $150 | 45 min |
| PLM-201 | Faucet Repair / Replace | $165 | 60 min |
| PLM-301 | Toilet Repair | $155 | 45 min |
| PLM-401 | Water Heater Diagnostic | $195 | 75 min |
| PLM-501 | Garbage Disposal Install | $225 | 60 min |
| PLM-601 | Pipe Leak Repair (Accessible) | $245 | 90 min |
For Developers
Build with the home services API
Three API calls from problem to confirmed booking.
homebase-quickstart
from homebase import HomeBase
client = HomeBase(api_key="hb_sk_...")
# Scope a plumbing issue
session = client.scoping.start(
description="Kitchen faucet leaking from base",
photos=["https://..."],
address="123 Main St, Boston, MA 02101"
)
# Get the quote
quote = client.quotes.generate(session_id=session.id)
# → PLM-201 | Faucet Repair | $165 | Tier 1
# Book it
booking = client.bookings.create(
session_id=session.id,
customer={"name": "Alex", "phone": "+1..."},
window="2026-03-15T10:00/12:00"
)
# → Confirmed. Pro: Mike R. (4.8★, 12yr exp)Get Started
Join the waitlist.
🏠
Homeowners & Property Managers
- ✓Guaranteed pricing before you book
- ✓Booked in under 2 minutes — no calls, no back-and-forth
- ✓No surprises. Ever.
🔧
Pros & Home Service Businesses
- ✓Pre-paid jobs, not leads
- ✓1/10th the CAC of Google Ads
- ✓1/5th the cost of Thumbtack & Angi
🤖
Developers & Platforms
- ✓Scope, price, and book in one API call
- ✓10x fewer tokens than DIY chains
- ✓Sub-second classification, 95%+ accuracy
