Skip to content

Quick Start

Terminal window
npm install -g endlesstesting

Or use without installing:

Terminal window
npx endlesstesting

Get your API key from the dashboard, then:

Terminal window
endlesstesting auth <your-api-key>
Terminal window
endlesstesting init

This walks you through:

  • Connecting your domain
  • Configuring brand context (AI uses this to generate on-brand copy)
  • Setting conversion metrics (what counts as a win)
  • Outputting the SDK snippet to add to your site

Paste the script tag from endlesstesting init into your HTML:

<script
src="https://appbe.endlesstesting.ai/api/sdk.js"
data-base="https://appbe.endlesstesting.ai"
async
></script>
Terminal window
endlesstesting run https://yoursite.com

AI will analyze your page and generate 5 tests with 3 variants each. Tests start running immediately once variants are built.

Terminal window
endlesstesting status # running tests + traffic
endlesstesting results # winners, uplift, confidence
Terminal window
endlesstesting stop # stop all tests on domain
endlesstesting stop --resume # resume tests
endlesstesting stop <test-id> # stop a single test