Quick Start
1. Install the CLI
Section titled “1. Install the CLI”npm install -g endlesstestingOr use without installing:
npx endlesstesting2. Authenticate
Section titled “2. Authenticate”Get your API key from the dashboard, then:
endlesstesting auth <your-api-key>3. Set up your domain
Section titled “3. Set up your domain”endlesstesting initThis 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
4. Add the SDK to your site
Section titled “4. Add the SDK 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>5. Launch tests
Section titled “5. Launch tests”endlesstesting run https://yoursite.comAI will analyze your page and generate 5 tests with 3 variants each. Tests start running immediately once variants are built.
6. Check results
Section titled “6. Check results”endlesstesting status # running tests + trafficendlesstesting results # winners, uplift, confidenceEmergency stop
Section titled “Emergency stop”endlesstesting stop # stop all tests on domainendlesstesting stop --resume # resume testsendlesstesting stop <test-id> # stop a single test