
$ curl -fsSL https://cli.usetusk.ai/install.sh | sh
$ tusk setupimport { TuskDrift } from "@use-tusk/drift-node-sdk";
TuskDrift.initialize({
apiKey: process.env.TUSK_DRIFT_API_KEY,
env: process.env.ENV,
});
export { TuskDrift };Our SDK records API calls made to and from your Node.js and Python service in production to cover thousands of edge cases
How it works
Replay traces recorded from real traffic as tests to find unintended deviations in your PRs or locally via Tusk CLI. No need to write or maintain API tests.


Configure PII redaction rules and prevent specific domains or endpoints from being recorded. Our SDK and CLI are open source for transparency.
Tusk's AI filters recorded traces to create a high-quality API test suite. Auto-match relevant traces to your PR's code changes and run them as tests in CI.





