Protected by MagenTrust

    How do I test in development?

    Use test keys (pk_test_... and sk_test_...) from your dashboard so you don't affect production metrics. Enable debug mode to see entropy scores in the console.

    MAGENTrust.init({
      siteId: 'your_site_id',
      apiKey: 'pk_test_...',  // test key in development
      debug: true             // log scores to console
    });

    The API Playground can use your test key to send real requests. Use "Generate sample data" to simulate behavioral data.