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. Read more about how to run this example.
Our custom agent demo allows you to view and interact with a completely replaced agent user interface. Read more about how to run this example.
Our Agent Present demo demonstrates how to provide your own UI for the agent present mode.
To run this demo please clone this repo or download this file and make the edits below.
- Add your own license key to line 16.
- Add an agent JWT generated using your public and private key pair.
- Replace the partial private key seen on line 91 with your private key. WE DO NOT RECOMMEND COMMITING YOUR PRIVATE KEY. THIS IS ONLY FOR DEMO PURPOSES.
With those changes made you can now launch the agent present demo.
- Open the
index.html
page in your browser that can be found in theagent-present
folder. - Copy the present URL and open in a new tab.
- Click the Share my desktop button and choose what to present.
- See the agents screen now presented to the viewer in the tab that was opened in step 2.
In recordings you can find useful scripts to programatically download or delete session recordings from your account.
Any questions at all? Please email us directly at [email protected].