Add FrictaSolv to any website with a single 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>
| Attribute | Purpose |
|---|---|
| data-api-key | Required organization key from Settings. |
| data-api-url | Optional backend URL override for private deployments. |
| data-environment | Optional local, test, or prod label. |
| data-platform | Optional platform hint such as wix or wordpress. |
<script src="https://api.frictasolv.com/solv.js" data-api-key="frcta_YOUR_API_KEY" data-environment="prod" defer></script>