Docs

Install the widget, understand billing, and wire exports later.

The first docs should help a small business get live without engineering help, while giving developers the exact event model when they need it.

Widget and usage primitives

These examples define the planned install snippets and conversation metering shape.

JavaScript widget

html
<script
  src="https://cdn.jiffy.help/widget.js"
  data-company="acme-roofing"
  data-mode="live"
  async>
</script>

Signed sandbox widget

html
<script
  src="https://cdn.jiffy.help/widget.js"
  data-company="acme-roofing"
  data-mode="test"
  data-test-token="signed_preview_token"
  async>
</script>

Usage event shape

json
{
  "workspace_id": "org_123",
  "conversation_id": "cnv_456",
  "mode": "live",
  "billable": true,
  "window": "24h",
  "channel": "web"
}

Chrome extension preview

Want to test Jiffy on your real site before touching production code? Install the Chrome extension preview first, connect it to your workspace, then inject the sandbox assistant into your current tab.

Open Chrome preview guide

WordPress

Paste the snippet into a header/footer plugin or theme injection field.

Webflow

Add the script before the closing body tag in site custom code.

Shopify

Install through theme custom liquid first; app embed can follow.

Webhooks

Export conversation, lead, billing, and handoff events after v1.