← Back to Docs

SDK Integration

Add FrictaSolv to any website with a single script tag.

Universal Script Tag

Paste this before the closing body tag or load it through your tag manager.

<script src="https://api.frictasolv.com/solv.js" data-api-key="frcta_YOUR_API_KEY"></script>

Optional Attributes

AttributePurpose
data-api-keyRequired organization key from Settings.
data-api-urlOptional backend URL override for private deployments.
data-environmentOptional local, test, or prod label.
data-platformOptional platform hint such as wix or wordpress.

Configured Example

<script
  src="https://api.frictasolv.com/solv.js"
  data-api-key="frcta_YOUR_API_KEY"
  data-environment="prod"
  defer></script>

Verify Installation

  1. Open your site in a browser after publishing the tag.
  2. Rapidly click a test button or visit a page that triggers a failed request.
  3. Open FrictaSolv Dashboard and confirm events appear within a few seconds.
  4. Check Settings if you need to adjust alert channels, money pages, or screenshot thresholds.