Full documentation available at https://docs.cobrowse.io/agent-side-integrations/agent-sdk.
Our Agent API can be used to build 100% customized agent-side integrations into your own products and services.
Our React example demonstrates custom widgets to show how you can completely customize your Cobrowse.io experience.
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.
git clone git@github.com:cobrowseio/cobrowse-agent-sdk-examples.git
cd cobrowse-agent-sdk-examples
cd react-example
npm install
npm start
Our custom agent demo allows you to view and interact with a completely replaced agent user interface.
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.
git clone git@github.com:cobrowseio/cobrowse-agent-sdk-examples.git
cd cobrowse-agent-sdk-examples
cd custom-agent-demo
npm install
npm start
Any questions at all? Please email us directly at hello@cobrowse.io.