OpenAPI for GPT Actions
Connect agents to widgets, live visitors, analytics, messages, calls, account usage, and webhook setup with bearer-token authentication.
Developers and AI agents
Laleo exposes live visitors, channel numbers, analytics, chat history, call records, signed webhooks, and MCP-compatible tools so human teams and AI agents can react before the visitor leaves.
Connect agents to widgets, live visitors, analytics, messages, calls, account usage, and webhook setup with bearer-token authentication.
Register https://laleo.chat/mcp as a remote MCP connector. Claude-compatible clients use Laleo OAuth; direct automation can still use a personal access token.
Send visitor, chat, call, missed-call, callback, and usage events to customer systems with HMAC signatures and retry logging.
Agents can retrieve the exact script tag for a widget and place it in a site-wide layout, footer, tag manager, CMS theme, or WordPress plugin setting.
Authentication
Claude custom connectors authenticate through the Laleo OAuth flow. For scripts, GPT Actions, and internal jobs, create a dashboard personal access token with read or automation scopes.
export LALEO_TOKEN="laleo_pat_xxx" curl -H "Authorization: Bearer $LALEO_TOKEN" https://laleo.chat/api/v1/widgets
MCP
The MCP endpoint supports OAuth discovery, dynamic client registration, initialize, tools/list, and tools/call. Tools return JSON text so assistants can answer questions like "who is on my site right now?", "message this visitor", or "create a secure handoff link for this call."
curl -s https://laleo.chat/mcp \
-H "Authorization: Bearer $LALEO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'
Webhooks
Subscribe to visitor.connected, call.requested, call.missed, callback.submitted, chat.message.created, and usage.updated. Each delivery includes an event type, delivery ID, and HMAC signature header.
View webhook examples
Start with the free widget, then connect agents, PBX middleware, reporting jobs, webhooks, and internal dashboards.
Create free account