Skip to main content

Documentation Index

Fetch the complete documentation index at: https://tripwirejs.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Tripwire provides two products for the age of AI agents:

Tripwire Detection

Detect AI-controlled browsers, automation frameworks, and anti-detect tools. 350+ signals, server-side scoring, zero user friction.

Tripwire Gate

Let developers sign up for your product from their terminal. One command, browser consent, API keys delivered to .env.

Tripwire Detection

Add Tripwire to your frontend in two lines. Verify on your backend with any of our 5 server SDKs.
<script type="module">
  const Tripwire = await import("https://cdn.tripwirejs.com/t.js");
  const tw = await Tripwire.start({ publishableKey: "pk_live_..." });
</script>
npm install @abxy/tripwire-server

Quickstart

5-minute integration guide

How it works

The detection pipeline

Server verification

Verify on your backend

Tripwire Gate

Developers run npx signup yourproduct and get API keys without filling out a form.
npx signup tripwire
You implement one webhook. Gate handles consent, bot detection, and credential delivery.

What is Gate?

Product overview

Add Gate

Integration guide

CLI reference

All commands and flags

Server SDKs

LanguagePackageInstall
Node.js@abxy/tripwire-servernpm install @abxy/tripwire-server
Pythontripwire-serverpip install tripwire-server
Gotripwire-server-gogo get github.com/abxy-labs/tripwire-server-go
Rubytripwire-servergem install tripwire-server
PHPabxy/tripwire-servercomposer require abxy/tripwire-server

Common use cases

Signup

Block automated account creation at the source.

KYC fraud

Stack with your KYC vendor to catch identity farming.

Login

Stop credential stuffing without trapping real users.

Checkout

Add Tripwire signal to your payments fraud stack.

User-generated content

Catch LLM-written spam at the composer.

API abuse

Block LLM scrapers; keep legitimate crawlers.

Promo & trial abuse

Catch repeat claims across account rotations.