Skip to content
Faultline

Quick Start

1

Install

npm install -g @nxtg/faultline
pip install nxtg-atlas
2

Authenticate

faultline login
3

Scan

faultline scan "Your AI-generated text here"
CLAIM                          VERDICT      SCORE
Your AI-generated text here    scanning...    --

Trust Score: --/100

Environment

FAULTLINE_API_KEYrequired

API key for authenticating CLI requests. Overrides stored credentials.

export FAULTLINE_API_KEY=fl_sk_live_abc123
FAULTLINE_API_URLoptional

Base URL for the Faultline API. Override for self-hosted or staging environments.

export FAULTLINE_API_URL=https://api.faultline.nxtg.ai
FAULTLINE_OUTPUT_FORMAToptional

Default output format for scan results (json, csv, table, markdown).

export FAULTLINE_OUTPUT_FORMAT=json

Commands

Scanning

Configuration

Reporting

Auth

Shell Completions

faultline completions bash >> ~/.bashrc