Quick Start Guide
Get up and running with Trusted Accounts in under 5 minutes. This guide will walk you through setting up bot detection (our core service) and show you how to optionally add other protection layers.
π Step 1: Get Your Credentialsβ
- Visit the Developer Console
- Sign up for a free account
- Create your first project
- Copy your
PUBLISHABLE_KEYfrom the project settings
π― Step 2: Add Bot Detection (Required Foundation)β
Add this single script tag to your HTML (in the <head>):
<script
async
src="https://api.trustedaccounts.org/js-sdk.js"
onload="new TrustedTraffic({publishableKey:'YOUR_PUBLISHABLE_KEY'}).init()">
</script>
That's it!
π Step 3: View Your Resultsβ
- Open your Admin Console
- Navigate to Traffic Overview
- See live charts showing human vs. bot traffic
- Monitor suspicious IP clusters and route heatmaps
Pro Tip: Start with bot detection and add other services as your security needs grow. The foundation you just built will make adding additional protection layers much easier!