REST API Integration

The chat front end runs in the visitor’s browser. It communicates with your WordPress site over HTTP using endpoints provided by the Limb Chatbot plugin—the same general pattern as many modern web apps that exchange data with the server without reloading the full page.

Those requests are handled by a REST-oriented HTTP API that belongs to Limb Chatbot. It is implemented for this product’s UI and server logic, not as a reusable public integration layer. We therefore do not document or support calling it from other plugins, themes, or custom code. Opening it to third-party developers would require a separately maintained surface with clear contracts, versioning, and support—not something we offer today.

We continue to gauge customer demand for a future, officially documented public API (for scenarios such as mobile clients or a headless WordPress front end). If that becomes a priority, we can introduce it deliberately, while the endpoints that power the shipped chat experience remain scoped to the product.

For now, treat the plugin’s REST routes as internal implementation details of Limb Chatbot: they may change from release to release, and they are not covered by integration guides or backward-compatibility commitments for external callers.