@skippr/live-agent-sdk 0.94.0 → 0.96.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/esm/lib-exports.js +257 -81
- package/dist/skippr-sdk.js +126 -126
- package/dist/types/capture/cursorController.d.ts +2 -0
- package/dist/types/capture/paintCursorOverlay.d.ts +14 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,9 +19,9 @@ Embed product specialists that see, speak, and act in real time. Configure **mod
|
|
|
19
19
|
|
|
20
20
|
## Prerequisites
|
|
21
21
|
|
|
22
|
-
You need an `appKey` from the [Skippr Platform](https://
|
|
22
|
+
You need an `appKey` from the [Skippr Platform](https://app.skippr.ai/).
|
|
23
23
|
|
|
24
|
-
1. **Sign up** at [
|
|
24
|
+
1. **Sign up** at [app.skippr.ai](https://app.skippr.ai/)
|
|
25
25
|
2. **Create your modules** in the dashboard — for example an `onboarding` agent to walk new users through setup and a `support` module for help. Every active module shows up in the widget's picker automatically.
|
|
26
26
|
3. **Create an App Key** in Settings and copy the `appKey` — one App Key works for all your modules
|
|
27
27
|
|