Underbot Chat API
Runtime online

Production runtime

Underbot Chat API

Runtime service for embedded chat widgets, CORS preflight, and streamed tenant conversations.

/api/chat/messages/widget/v1.js:21420
RuntimeOnline

Node runtime

The Next.js app shell is responding on the chat API service.

MessagesMounted

Chat route

Tenant chat requests stream through the mounted messages route.

WidgetMounted

Browser script

Customer sites can load the embeddable widget runtime.

Mounted endpoints

Public routes exposed by this runtime surface.

Next.js 16
POST/api/chat/messagesStreams a tenant-aware assistant response for a visitor message.
OPTIONS/api/chat/messagesHandles browser preflight checks for embedded chat clients.
GET/widget/v1.jsServes the installable JavaScript widget for customer sites.

This page confirms the app shell is serving. Downstream provider and database checks still belong to the API request path.