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.

CodeServicePriceDuration
PLM-101Drain Clearing (Single Fixture)$15045 min
PLM-201Faucet Repair / Replace$16560 min
PLM-301Toilet Repair$15545 min
PLM-401Water Heater Diagnostic$19575 min
PLM-501Garbage Disposal Install$22560 min
PLM-601Pipe Leak Repair (Accessible)$24590 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
Pulkit Walia

Pulkit Walia

Founding team at Urban Company — spent a decade scaling it from seed to $3B IPO and Asia's largest home services marketplace. Invested in agentic and consumer AI at Bessemer Venture Partners. Now at HBS, building the rails for home services in the agentic era.