Skip to main content

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​

  1. Visit the Developer Console
  2. Sign up for a free account
  3. Create your first project
  4. Copy your PUBLISHABLE_KEY from 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​

  1. Open your Admin Console
  2. Navigate to Traffic Overview
  3. See live charts showing human vs. bot traffic
  4. 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!