Frontend Integration
When you add the browser SDK to your site, it runs in the visitor’s browser and sends traffic signals (e.g. behavior, fingerprint) to our API. We use that to classify traffic as bot or human and to power the metrics in your dashboard. This step is recommended after server-side integration and does not block visitors on its own.
Basic implementation
<script
async
src="https://sdk.atmosvere.eu/js-sdk.js"
onload="new TrustedTraffic({publishableKey:'YOUR_PUBLISHABLE_KEY'}).init()">
</script>
Start with Server-side Integration — Call check-request from your server first. This browser SDK adds stronger detection signals on top of that integration.