For developers + partners

The communication infrastructure layer for service businesses.

Morthn handles the conversation: AI voice agents, real-time booking, dispatch routing, customer follow-up. The API exposes the primitives — agents, calls, bookings, webhooks — so other tools can build on top of the layer that already handles thousands of service-business calls.

API: api.morthn.com · launching in stages with design-partner integrators

Primitives, not features.

Stripe gave you Charges, Customers, Subscriptions. Morthn gives you Agents, Calls, Bookings, Dispatch — the moments that matter in a service-business conversation.

v1/agents

Agents

Spin up an AI voice + chat agent trained on any business in seconds. Configure escalation rules, business hours, calendars, custom vocabularies.

v1/calls

Calls

Every inbound call — direction, duration, outcome, transcript, recording URL — as an immutable event you can query or subscribe to.

v1/bookings

Bookings

Real appointments on real calendars (Google, Cal.com, webhook). Each booking is a structured event with customer, service, address, and time.

v1/dispatch

Dispatch

Routing layer for emergencies, escalations, and human-required calls. Route to a phone, SMS, Slack, or your own webhook.

v1/messages

Messages

Same agent that answers the phone replies on SMS and web chat — unified conversation memory across every channel.

v1/webhooks

Webhooks

Subscribe to event-type prefixes — call.*, booking.*, dispatch.routed. HMAC-signed, retried with exponential backoff, ordered per subject.

Subscribe to every event.

Every customer interaction emits an immutable event. Subscribe to them by prefix — get the ones you care about, ignore the rest. HMAC-signed so you can verify they came from us.

# Subscribe to every call + booking event
POST /v1/webhook_endpoints
{
"url": "https://your-app.com/morthn/hook",
"event_filters": ["call.*", "booking.*"]
}
# Receive events like:
{
"type": "booking.created",
"version": 1,
"subject": { "type": "booking", "id": "bk_1AaB2C..." },
"payload": { "service_type": "AC Repair", "starts_at": "...", ...}
}

Field service software

Jobber, Housecall Pro, ServiceTitan, Workiz, Service Fusion — embed Morthn voice + booking inside your product. Your customers stop missing calls; you keep them in your platform.

Vertical platforms

Dental practice software, salon booking platforms, contractor CRMs — Morthn is the conversation layer underneath. White-label-friendly, multi-tenant from day one.

Internal tools + agencies

Building an internal AI agent for a service business client? Skip the voice + booking infrastructure. Subscribe to the events you need, ignore the rest.

Want early access?

We’re launching the API in stages with design-partner integrators. If you build software for service businesses — field service, scheduling, CRM, dispatch — and want voice + booking infrastructure baked in, email us. Single-line subject is fine.

hello@morthn.com