Skip to main content
This page is under construction.

Test vs live keys

Tripwire issues separate test and live key pairs. Test keys (pk_test_* / sk_test_*) behave identically to live keys but are tagged so you can filter them in the dashboard.

Simulating bot traffic

To verify your integration detects bots correctly, use browser automation tools against your test environment:
npx playwright test --headed
Tripwire will score these sessions as bot with high confidence, letting you verify your enforcement logic works.

Debugging common issues

SymptomCauseFix
getSession() returns nullSDK not initializedEnsure Tripwire.start() completed before calling
Sealed token verification failsKey mismatchVerify pk/sk are from the same organization
All sessions score as inconclusiveBehavioral phase incompleteWait for user interaction before calling getSession()

What’s next