cobrowse-agent-sdk-examples

Cobrowse.io Agent SDK Examples

Full documentation available at https://docs.cobrowse.io/agent-side-integrations/agent-sdk.

Overview

Our Agent API can be used to build 100% customized agent-side integrations into your own products and services.

React Example

Our React example demonstrates custom widgets to show how you can completely customize your Cobrowse.io experience.

Quick start

Navigate to our Agent JS API Demo Page and open up our Cobrowse.io Online Demo in another browser tab to generate your Demo ID.

This Demo Page uses our Agent UI component library, our Agent JS API (JavaScript SDK), and ties it together into this example project which you can run locally.

Run locally

git clone git@github.com:cobrowseio/cobrowse-agent-sdk-examples.git
cd cobrowse-agent-sdk-examples
cd react-example
npm install
npm start

Custom Agent Demo

Our custom agent demo allows you to view and interact with a completely replaced agent user interface.

Quick start

Navigate to our Custom Agent Demo Page to automatically start an agent session and simulate the agent and customer experience.

This Demo Page uses our Agent JS API (JavaScript SDK) in this example project which you can run locally.

Run locally

git clone git@github.com:cobrowseio/cobrowse-agent-sdk-examples.git
cd cobrowse-agent-sdk-examples
cd custom-agent-demo
npm install
npm start

Questions?

Any questions at all? Please email us directly at hello@cobrowse.io.