Documentation Index
Fetch the complete documentation index at: https://docs.inploi.com/llms.txt
Use this file to discover all available pages before exploring further.
Getting Started
Get up and running with the inploi SDK in minutes.Prerequisites
- An inploi account with a publishable API key from studio.inploi.com
Installation
- npm
- pnpm
- bun
Initialize the SDK
Verify it works
Send a test event to confirm the SDK is configured correctly:CDN Installation
If you’re not using a build system, you can load the SDK directly:inploi.ready() as a shorter alternative to DOMContentLoaded:
inploi.ready(callback) runs the callback once the document is parsed. If the document is already loaded, the callback is scheduled on the microtask queue (via Promise.resolve().then()), similar to DOMContentLoaded timing for typical integrations.
Environments
| Environment | Description |
|---|---|
sandbox | Test environment - data may be purged periodically |
production | Live environment - real data and analytics |
CDN caching and minification
If your site uses a server-side caching or minification plugin, you must exclude the inploi SDK scripts from it. These plugins can download and serve a stale local copy, preventing your site from receiving updates and bug fixes. Exclude allhttps://sdk.inploi.com/* URLs from any caching, minification, or asset bundling. Check your CMS or hosting provider’s documentation for how to add script exclusions.
Next steps
Now that the SDK is initialized, add plugins to enable features:Kin Plugin
Add an AI chat assistant
Job Search Plugin
Add a job search widget